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 analyzetox p -m analyze editpython3 -m build --wheeltwine check dist/*- Update
versionfield inpyproject.tomlto<version>andgit tag -a <version> - Push
masterand<version>tag to github twine upload --repository testpypi dist/*
$ 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/*