Metadata-Version: 2.1
Name: stabilizer_timelime
Version: 0.1.8
Summary: Packaged project that contains code to scrape GitHub data, build and run stabilizer and timeline
Author: Sukhad Joshi
Author-email: sjoshi32@ncsu.edu
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyGithub (>=2.2.0,<3.0.0)
Requires-Dist: freediscovery-stabilizer (==1.5.dev0)
Requires-Dist: matplotlib (>=3.8.4,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=1.3.5,<2.0.0)
Requires-Dist: pillow (>=10.2.0,<11.0.0)
Requires-Dist: python-dateutil (>=2.9.0,<3.0.0)
Requires-Dist: scikit-learn (>=1.4.2,<2.0.0)
Requires-Dist: scipy (>=1.13.0,<2.0.0)
Requires-Dist: tqdm (>=4.66.2,<5.0.0)
Description-Content-Type: text/markdown

# STABILIZER + TIMELIME

Code repository for library stabilizer-timelime - https://pypi.org/project/stabilizer-timelime/

### Description

Pending

### How to build the package?

To build the package we use poetry as build-backend. Install poetry using pip - <br>
`pip install poetry` or `pip3 install poetry`

In root directory (directory that contains `pyproject.toml`) run the build command - <br>
`python3 -m build` <br>
This command will generate a wheel (a pre-built binary package) in `dist/` directory <br>


### How to install this package?

To install the latest version run - <br>
`pip install stabilizer-timelime` or `pip3 install stabilizer-timelime`


To install custom built wheel - <br>
`pip install <path-to-wheel-file>` or `pip3 install <path-to-wheel-file>`
