Metadata-Version: 2.1
Name: simple_collatz
Version: 1.1.5
Summary: A simple collatz conjecture generator.
Home-page: https://github.com/appcreatorguy/collatz
Author: Manas Mengle
License: MIT
Project-URL: Changelog, https://github.com/appcreatorguy/collatz/blob/master/CHANGES.md
Keywords: simple_collatz collatz discrete math number theory
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.9.5
Description-Content-Type: text/markdown

# Collatz

A simple python package for plotting the collatz conjecture.
*Warning: may be pointless*

## Development

To setup dev environment:

  - Clone this repo
  - (Optional) setup a Python virtual environment
  - `pip install -r requirements.txt`
  - `python ./collatz/__init.py__`

## Running

To run:

   - Download latest release from github
   - `pip install collatz-*.whl`
   - `python -m collatz.__init__`


# Changes

Added titles to graphs generated
Added CI to automatically deploy updates to github and PyPi.


