Super simple educational Python library with two subpackages.
Project description
my_simple_lib
Educational Python library with two subpackages:
math_toolstext_tools
Requirements
- Python 3.10+
Install
pip install my-simple-lib-mooshiri-2025
Usage
from my_simple_lib.math_tools import add, mean
from my_simple_lib.text_tools import normalize_spaces, make_slug
print(add(2, 3)) # 5
print(mean([1, 2, 3])) # 2.0
print(normalize_spaces(" hello world ")) # "hello world"
print(make_slug("Hello, World!")) # "hello-world"
Run tests (for developers)
pip install -U pip
pip install pytest
pytest
Build package (for developers)
pip install build
python -m build
Upload to TestPyPI (for developers)
pip install twine
twine upload --repository testpypi dist/*
Upload to PyPI (for developers)
pip install twine
twine upload dist/*
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
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 my_simple_lib_mooshiri_2025-0.1.0.tar.gz.
File metadata
- Download URL: my_simple_lib_mooshiri_2025-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
095bee96eee9aaba0b15728789d47fa09d486bc43f805419c2994c247130f983
|
|
| MD5 |
2fc940f59022f05a53b75dd7fcdf07b2
|
|
| BLAKE2b-256 |
ea08252ca5a033a8d53c08393fded08acb55d60521299fc2d679fa82db0f943e
|
File details
Details for the file my_simple_lib_mooshiri_2025-0.1.0-py3-none-any.whl.
File metadata
- Download URL: my_simple_lib_mooshiri_2025-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ef34117fc3734ab2d57060e260df8cc2f395e718a32bed56bbaba016f2119b3
|
|
| MD5 |
ff834d407e281b0a460d373f6273d65b
|
|
| BLAKE2b-256 |
419a1f1d71858112a586e137ca69a1fd90778697648ed84dd9ff0819123981b1
|