Python Competitive Programming Tools
This is an example project demonstrating how to publish a python module to PyPI.
Installation
Run the following to install:
$ pip install pycpt
Usage
from cpin import si,mi
# Get single int input value
t = si()
for _ in range(t):
# Get multiple int input values
a, b, c = mi()
print("yay!")
Development
To install pycpt, along with the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install -e .[dev]
Release files for pycpt 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pycpt-0.0.1.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pycpt-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.5 kB
Release files / pycpt-0.0.1.tar.gz
| Download URL | pycpt-0.0.1.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
201f77f1a23f0479f695f581a6154f70110e5566e79780ca81cf54d0f6186be3
|
|
BLAKE2b-256 checksum How to use checksums |
fe8acbbbd2448e3e32d44e6cead5e4e2256525944955bc0ad302d2e3e2893b69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|
Release files / pycpt-0.0.1-py3-none-any.whl
| Download URL | pycpt-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
210d7876c0ea18729d29cffe3a55de8b8f2c4255820b2ad8009d3a2fa89a86ea
|
|
BLAKE2b-256 checksum How to use checksums |
d992b674398cd713bf533d734166fd60602b7b8e00ca228ce0d7e7b40029e634
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|