A CLI for the Cloudflight Coding Contest
Project description
catcoder-cli
This is a Python package that provides the ccc CLI tool to interact with the Catcoder platform for the Cloudflight Coding Contest.
Installation
pip install catcoder-cli
Usage
- Use
ccc setupto set up your credentials for CatCoder:
ccc setup <contest_id> <session_cookie> <xsrf_token>
where:
contest_idis the ID of the contest you are participating in (can be found in the URL when you access the contest from CatCoder),session_cookieis the value of theSESSIONcookie in your browser (can be found using the developer tools),xsrf_tokenis the value of theXSRF-TOKENcookie in your browser (can be found using the developer tools) – could be empty, sometimes it's not enabled.
-
Use
ccc gento start working on a new level of the current contest.This will detect the current level you are working on, create a new directory containing the input files and a Python solution template, and open the problem statement in your browser.
-
Implement your solution and run it to produce the
.outfiles. -
Use
ccc submitto submit your solutions to CatCoder.You will get immediate feedback on whether or not your submissions are accepted.
You will also be able to upload your code if you want to.
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
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 catcoder_cli-0.1.0.tar.gz.
File metadata
- Download URL: catcoder_cli-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b89b0443ce64676a1e751646826bc3cb794518388835e784f1fe9e8feb1c1322
|
|
| MD5 |
d6a50f3709a1aaf9689c763624350de6
|
|
| BLAKE2b-256 |
a005af5302f684cbc0db40df242234b81f3052a0348e5048e6eeec73cf8b4ae2
|
File details
Details for the file catcoder_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: catcoder_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2d54486b971922d2692943b0cd9f0eab0397b294d0f07c4978e84b31cd4ee86
|
|
| MD5 |
711b29b7a14dc73520c1fdd1576b3f4d
|
|
| BLAKE2b-256 |
f02928569eff724b9cd2cd4e8fb0b1964b4385f59d677b9472c3615cc0378b08
|