Metadata-Version: 2.1
Name: fractalgebra
Version: 0.1.1
Summary: a simple fractions calculator
Home-page: https://github.com/bookRa/fractalgebra
License: MIT
Keywords: poetry,typer,math
Author: bookRa
Author-email: omar.abdelbadie1@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Console
Classifier: Framework :: Typer
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Architecture
Requires-Dist: typer (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/bookRa/fractalgebra
Description-Content-Type: text/markdown

# FractAlgebra
A simple fraction calculator CLI

## Features
* Accepts arbitrarily many fractions, not just two at a time
* returns the answer in lowest common denominator

## Installing

 ### Using `pipx` (simple and quick 🚀)
 [pipx](https://github.com/pypa/pipx#pipx--install-and-run-python-applications-in-isolated-environments) allows you to install (or just test out using the `run` command) python CLIs safely using Isolated Environments
 
 _Requires Python 3.6 or greater_

 ### Downloadable Binary (TODO)

 ### Build From Source

## Usage

## Development
### Building the Project
### Environment Setup
