The Python application that implements Monaco Racing Report in OOP format
Project description
Python Lab 6 - OOP Monaco Report
This Python application implements the Monaco Racing Report using an object-oriented programming (OOP) approach.
Table of Contents
Installation
You can install the package using either uv or pip:
Using uv:
uv pip install lab6_monaco_oleksiisaiun
Using pip:
pip3 install lab6_monaco_oleksiisaiun
Examples
Run from a Python Script
from lab6_monaco_oleksiisaiun.race_report import get_monaco_race_records
print(get_monaco_race_records())
Run from the Command Line Interface (CLI)
python3 -c "from lab6_monaco_oleksiisaiun.race_report import get_monaco_race_records; print(get_monaco_race_records())"
Publishing to PyPI
You can publish the package to PyPI using uv.
Step 1: Navigate to the Root Folder
cd /path/to/your/package
Step 2: Build and Publish
uv build
uv publish --token [YOUR_PYPI_TOKEN]
Project details
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 lab6_monaco_oleksiisaiun-12.0.tar.gz.
File metadata
- Download URL: lab6_monaco_oleksiisaiun-12.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61f66ec06161ba222dc7824a3eeaf8ac3cffe34e7326448ea522f4d5acb72753
|
|
| MD5 |
a24243037b23cdd5101854c9c33cd60a
|
|
| BLAKE2b-256 |
6f38ef90a25db9336a112ba85a32c58edc9d3b9c372972fd724eb34be4f6436c
|
File details
Details for the file lab6_monaco_oleksiisaiun-12.0-py3-none-any.whl.
File metadata
- Download URL: lab6_monaco_oleksiisaiun-12.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3501b89113f45ee82ecbb0fa3fb0fcfc2d28dcf950d2b6f0e1dfaff614353d74
|
|
| MD5 |
d03cdb40746e92f5e57baa938eb552e0
|
|
| BLAKE2b-256 |
f009e455e8d9f5524d5073c639068944de75419df07b683369461d124c296186
|