A command line interface for Maquette Data Science and Machine Learning Platform.
Project description
Maquette Py
This project contains the Python implementation of Maquette which includes the CLI and a SDK
Developing maquette-py
maquette-py
uses Poetry for dependency management and is packaged with PyInstaller. The minimal requirements for a developer workspace are Conda and Poetry.
$ git clone $REPOSITORY_URL
$ cd maquette-py
$ conda create -p ./environment python=3.8
$ poetry install
Maquette CLI
The CLI is documented within the CLI. Sounds funny but a good starting point is following command
$ mq --help
###Projects
Report Code Quality
$ mq projects report-cq [packge_names, script.py, ...]
the report-cq
command sends code quality information to the Maquette Hub...
to report the Pytest-Coverage, pytest has to be run previously with following parameters
$ python -m pytest cov=<your-packages> > test/test-report.log
Maquette SDK
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
maquette-0.1.6.tar.gz
(11.3 kB
view hashes)
Built Distribution
maquette-0.1.6-py3-none-any.whl
(12.5 kB
view hashes)