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.2.tar.gz
(5.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.2.tar.gz.
File metadata
- Download URL: personalinfo-0.1.2.tar.gz
- Upload date:
- Size: 5.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 |
79175c998e202a512b2a66338e62ff4a9fd656bcd54ab2c36bce31b9e7efe2cc
|
|
| MD5 |
ec43417e1c2748e19ee799ec6c4f4586
|
|
| BLAKE2b-256 |
26ff8f0a4ec08ec5c44a7add972e9c6c106e9d0ef80e6e8ffbb76fdd9d20b453
|
File details
Details for the file personalinfo-0.1.2-py3-none-any.whl.
File metadata
- Download URL: personalinfo-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.0 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 |
f094468fc3f320fb6a7d6767ab8454fe4e3c930f9364bfb87e47a53959a15e3e
|
|
| MD5 |
36a1fb4ca79a8ea399653e77a14809df
|
|
| BLAKE2b-256 |
f1e769f7a1cb5ebf33a5796ee1093550a2e846d950b1c3f1f5bf4f7def484b2a
|