Sort description
Project description
Hand-on Python Package
A hands-on project demonstrating how to create, structure, and publish a Python package for MLOps workflows.
Features
- Modular Python package structure
- Example machine learning utilities
- Easy installation and usage
Installation
pip install .
Usage
from your_package import your_module
result = your_module.your_function()
print(result)
Project Structure
hand-on-python-package/
├── your_package/
│ ├── __init__.py
│ └── your_module.py
├── tests/
├── setup.py
└── README.md
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License.
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
vuhx4_mysum-0.0.1.tar.gz
(2.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
File details
Details for the file vuhx4_mysum-0.0.1.tar.gz.
File metadata
- Download URL: vuhx4_mysum-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd5e80a40c2bd026ae649179564de1bcdfd45b8fc030b3e923866289f192cf81
|
|
| MD5 |
4ffc53c18206ed0c71faf8e2d92dc7d4
|
|
| BLAKE2b-256 |
0510a3837547154d424a28169365bfa4773451e1934423126f93b47f230e4b8d
|
File details
Details for the file vuhx4_mysum-0.0.1-py3-none-any.whl.
File metadata
- Download URL: vuhx4_mysum-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af4798ca0f6e9bb493becf3d2727a5ae039e0a1dd9478a73133e70f3b54ba0b3
|
|
| MD5 |
78d92a003f5865319c4387894bf53eb8
|
|
| BLAKE2b-256 |
c7718499d5bf3e6c9e0b7460d8d023ccb610d8424c3b0a695ea0116ae6727a0c
|