A lightweight Python library for basic arithmetic operations.
Project description
DeepRanker
DeepRanker is a small Python library that provides basic arithmetic operations.
Installation
pip install deepranker
Quick start
from deepranker import add, subtract, multiply, divide
print(add(10, 5))
print(subtract(10, 5))
print(multiply(10, 5))
print(divide(10, 5))
Available functions
add(a, b)subtract(a, b)multiply(a, b)divide(a, b)
Local build
python -m pip install --upgrade build twine
python -m build
python -m twine check dist/*
Publish to PyPI
python -m twine upload dist/*
If your package name is already taken on PyPI, change the name field in pyproject.toml before publishing.
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
deepranker-0.1.0.tar.gz
(2.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 deepranker-0.1.0.tar.gz.
File metadata
- Download URL: deepranker-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6b0dd5ea79afbe1bf7dec9a04850371104f32d92a16224d7373f9dfa6b016da
|
|
| MD5 |
535135f7c36e8e14b511d5dc1dd1b482
|
|
| BLAKE2b-256 |
b92455f5a905c2577da683e4c0e1a6197fbd196c16dc83edd1bfc163ceaf7acb
|
File details
Details for the file deepranker-0.1.0-py3-none-any.whl.
File metadata
- Download URL: deepranker-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1591910d31f086ba74bb67275dda90d7b5f4bee8f0c53ad8be8efd545d1b4933
|
|
| MD5 |
65eb646c076ecfa19f9864b7e00d8f46
|
|
| BLAKE2b-256 |
2599d3f8ab7361f1735b64546a1b3de76482c7881fc0379ab0640d867b61a142
|