Skip to main content

No project description provided

Project description

How to

Used as a project

python -m pip install pip-tools
pip-compile --upgrade # produces and update requirements.txt
pip-sync

uvicorn src.web:app --reload # run as web app

Used as a package

python -m pip install -e . # install locally

Publish as a package

python -m pip install build twine

python -m build # build sdist(tar.gz) and bdist(wheel)

twine upload dist/* # publish to pypi

Reference

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codecontest-1.1.0.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

codecontest-1.1.0-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page