Skip to main content

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

  1. navigate to project's root directory

  2. create the new virtual environment with:

    python3 -m venv venv

  3. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

not-so-basic-calculator-0.1.1.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

not_so_basic_calculator-0.1.1-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page