Skip to content

dzxs/webcopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webcopy

PyPI PyPI - License PyPI - Python Version PyPI - Downloads

Installation

pip install webcopy

Development Setup

git clone https://github.com/dzxs/webcopy.git
cd webcopy
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
webcopy -h

Packaging and distributing projects

pip install --upgrade setuptools wheel
python setup.py sdist bdist_wheel
pip install --upgrade twine
twine upload dist/*

About

复制网页小工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages