Skip to content

iTsluku/pycpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Python Competitive Programming Tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages