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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codecontest-1.1.0.tar.gz.
File metadata
- Download URL: codecontest-1.1.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba48e6b1180eedd9bad2de0ac9af5fe27ee24b4bf2361e5c20a7293479c561df
|
|
| MD5 |
420f1212ce52bb341e7167b8026c0632
|
|
| BLAKE2b-256 |
455d461fd14c9643ee1f7bbb9bd6eef75a7051f2629c960cffd643a07e42dfd5
|
File details
Details for the file codecontest-1.1.0-py3-none-any.whl.
File metadata
- Download URL: codecontest-1.1.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f04e68bb3353bf825f90f3809e7e80edfa805964fb214d0c70c0fdc15e28c234
|
|
| MD5 |
ce707c0729693a935d8bd3a2731cbe7d
|
|
| BLAKE2b-256 |
a86ef75b12512b9a9762be1079ccbe460d58cdd31b4cfed8124d57532afa0b15
|