Skip to main content

MD.ai Python client library

Project description

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

Pipenv

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

black

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

Pycodestyle

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mdai-0.0.2-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page