A tiny demo package
Reason this release was yanked:
started on the wrong version
Project description
hello-uv-tkerby2
A tiny demo package for teaching Python packaging concepts.
Description
This package demonstrates the basics of creating a Python package with:
- Basic functions (
add_one) - Functions with dependencies (
calculate_meanusing numpy) - Proper project structure with tests
- Modern packaging with
uv
Installation
pip install hello-uv-tkerby2
Usage
from hello_uv_tkerby2 import add_one, calculate_mean
# Add one to a number
result = add_one(5)
print(result) # Output: 6
# Calculate mean of a list
mean = calculate_mean([1, 2, 3, 4, 5])
print(mean) # Output: 3.0
Features
- Simple arithmetic operations
- Statistical calculations using numpy
- Well-tested with pytest
- Type hints and documentation
Dependencies
- Python >= 3.13
- numpy >= 1.26.0
- pandas >= 2.3.3
License
MIT
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
hello_uv_tkerby-0.1.2.tar.gz
(1.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 hello_uv_tkerby-0.1.2.tar.gz.
File metadata
- Download URL: hello_uv_tkerby-0.1.2.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7b89d7b7fd714593d234e18afe2528819512217d2a1067612bef9a00ca4ac88
|
|
| MD5 |
b3d159d298d563df68d11f3082c3f659
|
|
| BLAKE2b-256 |
dd01767f22fdad48889a169a4b881e9a4d1d5f814dd5cc43c09874c5a265092b
|
File details
Details for the file hello_uv_tkerby-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hello_uv_tkerby-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1f161b9bd218a31af77cf349d6fdedf4aaf5b9b548a83b785875e29ed76f280
|
|
| MD5 |
06fa7cbfcd74060ed5e5cd955f1d5bcb
|
|
| BLAKE2b-256 |
dd34d7e587a02d4be79cda08e75aa57a249cc08b773a754df4130237c93bd01c
|