mdai-client-py
MD.ai Python client library
Currently pre-alpha -- API may change significantly in future releases.
Development
Python version
Pyenv is recommended for managing python versions. Currently, python 3.6 is used for development.
Dependencies
For initial setup, run:
# Install virtualenv in local directory
export PIPENV_VENV_IN_PROJECT=1
pipenv install --dev --three
VSCode should automatically load the virtualenv located in the current directory. If not, go to Python: Select Interpreter from the command palette.
Formatting
Installed as dev dependencies in Pipenv. To use, add the following to user settings:
{
// ...
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length=100"]
// ...
}
Linting
Installed as dev dependencies in Pipenv. To use, add the following to user settings:
{
// ...
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": false,
"python.linting.pep8Enabled": true,
"python.linting.pep8Path": "pycodestyle",
"python.linting.pep8Args": ["--max-line-length=100"]
// ...
}
© 2018 MD.ai, Inc.
Release files for mdai 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mdai-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / mdai-0.0.2-py3-none-any.whl
| Download URL | mdai-0.0.2-py3-none-any.whl |
|---|---|
| Size | 15.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2056d6326f55c093abd27942dc6f5614844c3835fb4f8afa6d93567f114b8c98
|
|
BLAKE2b-256 checksum How to use checksums |
4a2aa2c09391afdd5c2349bb39c8c9dbf2b064cd9fc5c6551ff481ad6761b2e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |