Collection of simple utility functions and classes that extend standard library functionality.
$ pip install xjfxCheck for code lint errors:
$ tox run-parallel -m analyzeEnforce code formatting:
$ tox run-parallel -m editBoth:
$ tox run-parallel -m edit analyzeVERSION=<version>tox p -m analyze editpython3 -m build --wheeltwine check dist/xjfx-$VERSION-py3-none-any.whl- Update
versionfield inpyproject.tomlto$VERSIONandgit tag -a $VERSION - Push
masterand$VERSIONtag to github twine upload --repository testpypi dist/xjfx-$VERSION-py3-none-any.whl
$ virtualenv venv
$ venv/bin/pip install --index-url https://test.pypi.org/simple/ xjfx
$ venv/bin/python -c 'import xjfx'twine upload --repository pypi dist/xjfx-$VERSION-py3-none-any.whl