The Python application that implements Monaco Racing Report in OOP format
Project description
Python_Lab_6_OOP_monaco_report
This is a Python application that implements the Monaco Racing Report in an object-oriented (OOP) format.
1. Installation
Using uv:
uv pip install oleksiisaiun_lab6_monaco
Using pip:
pip3 install lab6_monaco_oleksiisaiun
2. Examples
2.1. Run from a Python script:
from lab6_monaco_oleksiisaiun.race_report import get_monaco_race_records
print(get_monaco_race_records())
2.2. Run from CLI:
python3 -c "from lab6_monaco_oleksiisaiun.race_report import get_monaco_race_records; print(get_monaco_race_records())"
3. How to publish the package to PyPI using uv
3.1. Go to the root folder of this package
cd /path/to/your/package
3.2. Run the following commands:
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-10.0.tar.gz.
File metadata
- Download URL: lab6_monaco_oleksiisaiun-10.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25e2124313b829852389a9ed37f43769396b1ba2bc94babbfe7079a447e57894
|
|
| MD5 |
523dafd10d192d870a2a43bbc003362c
|
|
| BLAKE2b-256 |
3180fec2b731e44908dd9ab19f80dd7105cf0677e9674428f17b435748081342
|
File details
Details for the file lab6_monaco_oleksiisaiun-10.0-py3-none-any.whl.
File metadata
- Download URL: lab6_monaco_oleksiisaiun-10.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0db3e05ead8ff38832f52fbeb5162c85a37aedb0b0b6e6ba5144f734b6bb7441
|
|
| MD5 |
702d176fd8b434229bf51df18ea823a0
|
|
| BLAKE2b-256 |
14dbad45afce682488dc16e5be6212c8ab87c1b48a6a83af62044900c3b8353c
|