Skip to main content

A simple math operations package

Project description

Python CI

Python Package Exercise

A little exercise to create a Python package, build it, test it, distribute it, and use it. See instructions for details.

Group Members

Lara Kim
Andrew Huang
Ahmed Omar
Henry Wang

Python Package Link

https://pypi.org/project/math-randomseed/0.1.2/

Setting up Virtual Env, Installing Dependencies, and Building and Testing

  1. Install pipenv
pip install pipenv 
  1. Install all dependencies from Pipfile.lock
pipenv --python $(which python3) install
  1. Activate the virtual environment
pipenv shell 
  1. Install the package
pipenv install -e . 
  1. Run tests
pip install -U pytest

pytest
  1. Run example program
python3 example.py

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

math_randomseed-0.1.3.tar.gz (40.2 kB view hashes)

Uploaded Source

Built Distribution

math_randomseed-0.1.3-py3-none-any.whl (27.6 kB view hashes)

Uploaded 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