Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 353 Bytes

NOTES.md

File metadata and controls

12 lines (10 loc) · 353 Bytes

Common commands

pip3 install fs fs-s3fs-ng autopep8 pytest m2r twine python-dotenv wheel docutils===0.15
autopep8 --in-place --aggressive --recursive <folder>
pytest --cache-clear --color=yes --cov=fss3wrap/ -s -v
m2r README.md

python setup.py sdist bdist_wheel
twine upload dist/<last_tar.gz>
twine upload dist/<last_xxx-py3-none-any.whl>