tko: Test Engine for Judge Operations
Project description
tko - Test Engine for Judge Operations
Configure the environment variables in the .env file
python -m venv venv
source ./venv/bin/activate (Linux, macOS) or ./venv/Scripts/activate (Win)
pip install -e .
Install from git
pipx install git+https://github.com/senapk/tko.git
Requirements
Python 3.8 or later with all requirements.txt
dependencies installed, including build and twine. To install run:
python -m pip install -U pip
pip install -r requirements.txt
Pip Package Steps
https://pypi.org/
# Build and upload https://pypi.org/
rm -rf build dist && python -m build && python -m twine upload dist/*
# username: __token__
# password: pypi-AgENdGVzdC5weXBpLm9yZ...
# Download and install
pip install -U ultralytics
# Import and test
python -c "from ultralytics import simple; print(simple.add_one(10))"
sample_script
https://test.pypi.org/
# Build and upload https://test.pypi.org/
rm -rf build dist && python -m build && python -m twine upload --repository testpypi dist/*
# username: __token__
# password: pypi-AgENdGVzdC5weXBpLm9yZ...
# Download and install
pip install -U --index-url https://test.pypi.org/simple/ --no-deps ultralytics2==0.0.9
# Import and test
python -c "from ultralytics import simple; print(simple.add_one(10))"
sample_script
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
tko-0.0.1.tar.gz
(20.5 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
tko-0.0.1-py3-none-any.whl
(23.8 kB
view details)
File details
Details for the file tko-0.0.1.tar.gz.
File metadata
- Download URL: tko-0.0.1.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c94e8f7c625393a2d45f7125c9eba9f5e713c43e51a6523ae24a86868457c10e
|
|
| MD5 |
bf624c59db155bbdfa651b89b9405bcb
|
|
| BLAKE2b-256 |
3230369ef0c835d6e4120fced365db937e17a573f7f4bc31d025ae6d1efab436
|
File details
Details for the file tko-0.0.1-py3-none-any.whl.
File metadata
- Download URL: tko-0.0.1-py3-none-any.whl
- Upload date:
- Size: 23.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92b4d4436d37fb1b82c6570f945d3bc100254a2a0b32521f494552d28c8f16b5
|
|
| MD5 |
9b457af32271f9582820f43c885b0545
|
|
| BLAKE2b-256 |
2288fb72038228a5e12e054ba40def07158c2e04bc2922d8577306a8a796a19b
|