Sample library for demo
Project description
Sample Library (arylibrary)
A small demo library
Installation
pip install arylibrary
Get started
How to multiply one number by another with this lib:
from arylibrary import Multiplication
# Instantiate a Multiplication object
multiplication = Multiplication(2)
# Call the multiply method
result = multiplication.multiply(5)
# Call the addition method
adder = Addition(10)
result = adder.add(10)
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
arylibrary-0.6.0.tar.gz
(2.0 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 arylibrary-0.6.0.tar.gz.
File metadata
- Download URL: arylibrary-0.6.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bc7ae3c42d4d2219c4cbd03ad09d9f699bea2ae5d9c3a2acd9e26c833f180ec
|
|
| MD5 |
ef3b02dd9df8643d1a6b29b86643b4bc
|
|
| BLAKE2b-256 |
0724240a8ca9bdb769477636b3914d1f73c46d8c45cf0e15e0a49461aa43997b
|
File details
Details for the file arylibrary-0.6.0-py3-none-any.whl.
File metadata
- Download URL: arylibrary-0.6.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c36410d10fcfeb11efae70d880980bd4092e4bd17187dd7149f1c6a0a73968bb
|
|
| MD5 |
9bc89f25e5e45b3619c4b51f31303dc5
|
|
| BLAKE2b-256 |
aa8c164838c2bfb4caf5c742a74a446c09d901695d967be0ebb1c1542e8949e2
|