Contributions are welcome!
pipenv --rm
pipenv sync
pipenv sync --dev
pipenv check
pipenv update
pipenv update --devvim requirements.txt
vim requirements_dev.txtarpa/__init__.py__date____version__
docs/conf.pyreleaseversion
setup.pyversion
AUTHORS.mdHISTORY.md
pipenv run yapf -e docs/conf.py -i -r .pipenv run flake8 .cd docs
pipenv run sphinx-apidoc -f -o . ../arpacd docs
pipenv run make htmlcd docs
pipenv run sphinx-build -nWT -b html -d _build/doctrees . _build/htmlgit clean -dxn
git clean -dxfpipenv run check-manifest -vpipenv run pyroma .pipenv run python setup.py testpipenv run python setup.py check
pipenv run python setup.py sdist
pipenv run python setup.py bdist_wheel
pipenv run twine check dist/*
pipenv run twine upload dist/*