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
Built Distribution
File details
Details for the file maquette-0.1.7.tar.gz
.
File metadata
- Download URL: maquette-0.1.7.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.10 Darwin/20.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
43eff7497c4479648bf458b0bf952bdfb3aee8a85400333812b640e530b00392
|
|
MD5 |
2aacb53e324fa78c24564a5320fafa5d
|
|
BLAKE2b-256 |
4d3c9baf9bff33f1f0a9cd76dd8a9ae770fa84bcfc4cf5565df6136f72ac0d56
|
File details
Details for the file maquette-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: maquette-0.1.7-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.10 Darwin/20.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
abbca7d85639429a56e1d067c71bfaf754c4e55671b1f197bbd0ed38f988dba1
|
|
MD5 |
d70bdb9143a1e1828380200d3666ceb1
|
|
BLAKE2b-256 |
421e023e976693b471ed0ff7026d8494386517ed8fb04d332fcfbb6d4f9673c0
|