jpyutils

To make daily work and study more efficient


License
LGPL-3.0
Install
pip install jpyutils==0.1.1

Documentation

lanfang

lanfang is a toolkit to make daily work and learning more efficient.

TODO

  1. Runner: Generate sharing parameters automatically through command and funcation call.

Related Materials

Python Packaging Tools

Reference

Method

pip install --user --upgrade setuptools wheel
python setup.py sdist bdist_wheel

pip install --upgrade twine
# test server
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# production server
twine upload dist/*