Skip to main content

A python package designed to facilitate the solving and manipulation of quadratic equations.

Project description

Pyquadratic

Python build & test

Description

A python package designed to facilitate the solving and manipulation of quadratic equations.

Instructions

Use the standard form ax^2+bx+c to use pyquadratic functions (Always assume = 0)

How to import:

Go to terminal and run: pip install pyquadratic

In your python file, be sure to include:

from pyquadratic.pyquadratic import *

Now you will be able to use the functions included in the pyquadratic package!

Example Code

How to Contribute to the Project:

How to Set Up the Virtual Environment

  • Fork the Repository.

  • Clone it to your local directory.

  • Go to terminal, locate the project directory, and run: pip install pipenv.

  • Run pipenv shell to activate the virtual environment.

  • Run pipenv install to install all the required dependencies for developemnt.

How to Build

  • Before every build, make sure you delete dist and pyquadratic.egg-info directory.

  • Update version number in pyproject.toml if approved.

  • Go to terminal, locate the project directory, and run: python -m build or python3 -m build.

How to Test

  • Go to terminal, locate the project directory, and run: pytest.

Team Members

Nicolas Izurieta: https://github.com/ni2050

Patrick Zhao: https://github.com/PatrickZhao0

Brad Yin: https://github.com/BREADLuVER

Yucheng Xu: https://github.com/Yucheng-XPH

Link to Package

https://pypi.org/project/pyquadratic/

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

pyquadratic-1.0.1.tar.gz (44.9 kB view hashes)

Uploaded Source

Built Distribution

pyquadratic-1.0.1-py3-none-any.whl (30.7 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