Metadata-Version: 2.1
Name: pureml
Version: 0.1.1
Summary: 
Home-page: https://pureml.com/
License: MIT
Keywords: pureml,model-store,machine-learning,python,model-registry,collabortion
Author: vamsidhar muthireddy
Author-email: vamsi.muthireddy@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: PyJWT (>=2.4.0,<3.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: numpy (>=1.23.1,<2.0.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Requires-Dist: python-dotenv (>=0.20.0,<0.21.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Project-URL: Documentation, https://docs.pureml.com
Project-URL: Repository, https://github.com/engageml-github/Pure
Description-Content-Type: text/markdown

# Pure


PureML is the tool that lets you register, version, compare and stage models without the hassle of complex software. The core of PureML is the seamless collaboration across the team. 


# Documentation

See [PureML documentation](https://docs.pureml.com)



# Installation

## Get prerequisites
* python versions `^3.8.0` are supported

## Install package

```bash
pip install pureml
```


# Getting Help
If you get stuck, don't worry we are here to help.

- [PureML App](https://app.pureml.com)
- [PureML Discord](https://discord.gg/xNUHt9yguJ)





