A sample package
Project description
personalinfo
A simple Python package for basic arithmetic operations: addition, subtraction, multiplication, and division.
Features
- Easy-to-use functions for common math operations
- Clean and minimal API
- Well-tested and ready for integration
Installation
pip install personalinfo
Usage
from personalinfo import add, subtract, multiply, divide
print(add(2, 3)) # 5
print(subtract(5, 2)) # 3
print(multiply(4, 6)) # 24
print(divide(8, 2)) # 4.0
API Reference
add(a, b)– Add two numberssubtract(a, b)– Subtract b from amultiply(a, b)– Multiply two numbersdivide(a, b)– Divide a by b (raisesValueErrorif b is 0)
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
personalinfo-0.1.4.tar.gz
(9.8 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 personalinfo-0.1.4.tar.gz.
File metadata
- Download URL: personalinfo-0.1.4.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
563b91e8a3a1d0b075187aa846e4f261aeaa1d63555053849ce61fa0517b5fbd
|
|
| MD5 |
b14e170e8d35c02adf69cd7eb0b6f3f9
|
|
| BLAKE2b-256 |
0ad903e0dfe8c613e71e592cc7b848468ec43160fe779a9028423d074665e5de
|
File details
Details for the file personalinfo-0.1.4-py3-none-any.whl.
File metadata
- Download URL: personalinfo-0.1.4-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50b9b42a51a6e0a4a14b1bb592e9084782b2fa5243b7b95dbe67150bacfc7fe3
|
|
| MD5 |
617364ead55957e18dff3284863e3ebe
|
|
| BLAKE2b-256 |
9dc6d5b182b96320fcf175542a699a9e5f5f5b520bde4008c6f661a28dda1745
|