Metadata-Version: 2.1
Name: elemeno-mlops-client
Version: 0.0.19
Summary: A REST client lib to make using elemeno AI ML-Ops platform a smooth experience
Home-page: https://github.com/elemeno-ai/mlops-python-client
Author: Lucas Bonatto Miguel
Author-email: developer@elemeno.ai
License: Apache-2.0
Project-URL: Issue Tracker, https://github.com/elemeno-ai/mlops-python-client/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Requires-Dist: aiohttp (==3.8.1)
Requires-Dist: sphinx-rtd-theme
Requires-Dist: pdoc (==11.0.0)

========
Overview
========

A set of glue code and utilities to make using elemeno AI platform a smooth experience

* Free software: Apache Software License 2.0

Installation
============

::

    pip install elemeno-ai-sdk

You can also install the in-development version with::

    pip install https://gitlab.com/elemeno-ai/python-elemeno-ai-sdk/-/archive/master/python-elemeno-ai-sdk-master.zip


Documentation
=============


elemeno-ai-sdk.readthedocs.io


Development
===========

> If you're using Mac, first install make with `brew install make`

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox

Versioning
==========

Bumping version is as simple as running `python -m bumpversion --new-version 0.0.5 patch`


Changelog
=========

0.0.1 (2021-10-16)
------------------

* First release on PyPI.


