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
Release files for maquette 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| maquette-0.1.7.tar.gz | 13.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| maquette-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.4 kB
Release files / maquette-0.1.7.tar.gz
| Download URL | maquette-0.1.7.tar.gz |
|---|---|
| Size | 13.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
43eff7497c4479648bf458b0bf952bdfb3aee8a85400333812b640e530b00392
|
|
BLAKE2b-256 checksum How to use checksums |
4d3c9baf9bff33f1f0a9cd76dd8a9ae770fa84bcfc4cf5565df6136f72ac0d56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.10 CPython/3.8.10 Darwin/20.3.0
|
Release files / maquette-0.1.7-py3-none-any.whl
| Download URL | maquette-0.1.7-py3-none-any.whl |
|---|---|
| Size | 15.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
abbca7d85639429a56e1d067c71bfaf754c4e55671b1f197bbd0ed38f988dba1
|
|
BLAKE2b-256 checksum How to use checksums |
421e023e976693b471ed0ff7026d8494386517ed8fb04d332fcfbb6d4f9673c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.10 CPython/3.8.10 Darwin/20.3.0
|