Metadata-Version: 2.1
Name: maquette
Version: 0.1.0
Summary: A command line interface for Maquette Data Science and Machine Learning Platform.
License: Apache-2.0
Author: Johannes Forster
Author-email: johannesforster@kpmg.com
Requires-Python: >=3.8,<3.9
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: chevron (>=0.14.0,<0.15.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: gitpython (>=3.1.12,<4.0.0)
Requires-Dist: pandas (>=1.1.0,<2.0.0)
Requires-Dist: pandavro (>=1.5.2,<2.0.0)
Requires-Dist: pyyaml (>=5.4.1,<6.0.0)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Requires-Dist: seaborn (>=0.11.0,<0.12.0)
Description-Content-Type: text/markdown

# Maquette Py

This project contains the Python implementation of Maquette which includes the CLI and a SDK


## Developing maquette-py

`maquette-py` uses [Poetry](https://python-poetry.org/) for dependency management and is packaged with [PyInstaller](https://www.pyinstaller.org/). The minimal requirements for a developer workspace are [Conda](https://docs.conda.io/en/latest/miniconda.html) and [Poetry](https://python-poetry.org/docs/#installation).

```
$ git clone $REPOSITORY_URL
$ cd maquette-py
$ conda create -p ./environment python=3.8

$ poetry install
```

## Maquette CLI

## Maquette SDK
