Metadata-Version: 2.1
Name: elemeno-ai-sdk
Version: 0.6.15
Summary: A set of glue code and utilities to make using elemeno AI platform a smooth experience
Home-page: https://gitlab.com/elemeno-ai/python-elemeno-ai-sdk
Author: Lucas Bonatto Miguel
Author-email: developer@elemeno.ai
License: Apache-2.0
Project-URL: Issue Tracker, https://gitlab.com/elemeno-ai/python-elemeno-ai-sdk/issues
Keywords: artificial intelligence,ai,machine learning,ml,sdk,elemeno,mlops
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 :: 2.7
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: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Requires-Dist: Jinja2 (==3.0.3)
Requires-Dist: numpy (>=1.22)
Requires-Dist: skl2onnx (==1.15.0)
Requires-Dist: pandas (>=1.2.4)
Requires-Dist: setuptools (>=59.5.0)
Requires-Dist: sphinx-rtd-theme (==1.0.0)
Requires-Dist: tf2onnx (==1.9.3)
Requires-Dist: onnxruntime (>=1.8.1)
Requires-Dist: asyncio (==3.4.3)
Requires-Dist: tqdm (==4.66.1)
Requires-Dist: tenacity (==8.2.3)
Requires-Dist: pyjwt (==2.8.0)
Requires-Dist: marshmallow (==3.20.1)

========
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
===========

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.


