Demo library
Project description
Multiply library
A small demo library.
Installation
pip install multiply_bootleg_dev
Run tests
python3 -m unittest -v tests/multiplication_tests.py
Build Steps
pip3 install wheel
pip3 install twine
python3 -m build
twine check dist/*
python3 -m twine upload --repository pypi dist/*
Get started
How to multiply one number by another with this lib:
from multiply_bootleg_dev import Multiplication
# Instantiate a Multiplication object
multiplication = Multiplication(2)
# Call the multiply_bootleg_dev method
result = multiplication.multiply(5)
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 multiply_bootleg_dev-0.1.1.tar.gz.
File metadata
- Download URL: multiply_bootleg_dev-0.1.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d131e387a328b7db009f48fb194d708d91ef0b0cdd572ba3b0c5db714a949de1
|
|
| MD5 |
ab2a0f3fc52a68781879b8b7d87c70fe
|
|
| BLAKE2b-256 |
4f92b6010fe114f42d0ba1087438af101e723c1ad5177484853360b33d722395
|
File details
Details for the file multiply_bootleg_dev-0.1.1-py3-none-any.whl.
File metadata
- Download URL: multiply_bootleg_dev-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bd206306e7c57546592d3dc316c6660fafa2573d0daf8b2809555c59f96b568
|
|
| MD5 |
19eab2458216009fa7ee0bf563186a24
|
|
| BLAKE2b-256 |
a3948f9397d4c943c5c271a3a62787d092e47e732102b5166aed899ffda71f97
|