Python Competitive Programming Tools
Project description
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]
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
pycpt-0.0.1.tar.gz
(4.3 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
pycpt-0.0.1-py3-none-any.whl
(3.2 kB
view details)
File details
Details for the file pycpt-0.0.1.tar.gz.
File metadata
- Download URL: pycpt-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
201f77f1a23f0479f695f581a6154f70110e5566e79780ca81cf54d0f6186be3
|
|
| MD5 |
759805609c3d2aca9cb1d0ff5391a0e1
|
|
| BLAKE2b-256 |
fe8acbbbd2448e3e32d44e6cead5e4e2256525944955bc0ad302d2e3e2893b69
|
File details
Details for the file pycpt-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pycpt-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
210d7876c0ea18729d29cffe3a55de8b8f2c4255820b2ad8009d3a2fa89a86ea
|
|
| MD5 |
01ed9a88f166f5583863ea35c6ed749f
|
|
| BLAKE2b-256 |
d992b674398cd713bf533d734166fd60602b7b8e00ca228ce0d7e7b40029e634
|