A module for basic calculator class.
Project description
A package with basic calculator functions: addition, subtraction, multiplication, division, root.
INSTALLATION
pip install not-so-basic-calculator
VIRTUAL ENVIRONMENT SETUP
-
navigate to project's root directory
-
create the new virtual environment with:
python3 -m venv venv -
activate venv with:
source venv/bin/activate
You should see '(venv)' at the end of your terminal prompt line which indicates that virtual environment is active.
To run tests:
pytest
To generate 'requirements.txt' file with dependencies of the project:
pip freeze > requirements.txt
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 not-so-basic-calculator-0.1.1.tar.gz.
File metadata
- Download URL: not-so-basic-calculator-0.1.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
792b2865aca47e2e4a1ab6616c91735da87dd45421c7b183480721e576039d9b
|
|
| MD5 |
95ce9b417e7dec86d5372feccd6a0fdd
|
|
| BLAKE2b-256 |
968766ec136c4a4d43cc7b805ae4351cc3f6a16d353e9d5dc7388d67e5f03613
|
File details
Details for the file not_so_basic_calculator-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: not_so_basic_calculator-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d83128c5952e6303fc0ea1eee142a21b9ed7e5b3e0b94a60bb836a0875de6bb9
|
|
| MD5 |
bbe49a5c00111eee28c97ba9abfe95dc
|
|
| BLAKE2b-256 |
416121156ce0d8bc4ee7262bd0d45aa964ad2ce0ccfa8d0d96fa0ddac05b40a0
|