Metadata-Version: 2.1
Name: ZeffClient
Version: 1.0.0
Summary: ZeffClient is a tool to simplify working with Zeff Cloud API.
Home-page: https://github.com/ziff/ZeffClient
Author: Lance Finn Helsten
Author-email: lanhel@zeff.ai
License: UNKNOWN
Project-URL: Documentation, https://ziff.com/docs/zeffclient
Project-URL: Source, https://github.com/ziff/ZeffClient
Project-URL: Tracker, https://github.com/ziff/ZeffClient/issues
Keywords: machine learning
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.7
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: PyYAML (>=5.0)
Requires-Dist: requests (>=2.22)
Requires-Dist: tqdm (>=4.0)
Provides-Extra: dev
Requires-Dist: pre-commit (>=1.0) ; extra == 'dev'
Requires-Dist: setup-cfg-fmt (>=1.0) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: docutils (>=0.3) ; extra == 'docs'
Requires-Dist: Sphinx (>=2.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-plantuml (>=0.0) ; extra == 'docs'
Requires-Dist: awscli (>=1.0) ; extra == 'docs'
Requires-Dist: towncrier (>=19.0) ; extra == 'docs'
Requires-Dist: gitpython (>=3.0) ; extra == 'docs'
Provides-Extra: examples
Requires-Dist: lxml (>=4.0) ; extra == 'examples'
Provides-Extra: lint
Requires-Dist: black ; extra == 'lint'
Requires-Dist: pylint (>=2.3) ; extra == 'lint'
Requires-Dist: pycodestyle (>=2.5) ; extra == 'lint'
Requires-Dist: pydocstyle (>=3.0) ; extra == 'lint'
Requires-Dist: mypy (>=0.710) ; extra == 'lint'
Provides-Extra: tests
Requires-Dist: pytest (>=4.6) ; extra == 'tests'
Requires-Dist: pytest-cov (>=2.7) ; extra == 'tests'
Requires-Dist: coverage (>=4.0) ; extra == 'tests'
Requires-Dist: hypothesis (>=4.23) ; extra == 'tests'

ZeffClient
**********

.. image:: https://img.shields.io/pypi/v/ZeffClient
   :alt: PyPI Version
   :target: https://pypi.org/project/ZeffClient

.. image:: https://img.shields.io/pypi/pyversions/ZeffClient
   :alt: Python Versions
   :target: https://pypi.org/project/ZeffClient

.. image:: https://g.codefresh.io/api/badges/pipeline/dgonzo/ZeffClient%2Fci_zeffclient?branch=master&key=eyJhbGciOiJIUzI1NiJ9.NWNlNDNhMDQ2MGNmOGMxZTZmY2NhNGVm.Hg2iF4tMbJKQVS6C019WtitMwcJckIdD1bK8NlYaM_c&type=cf-1
   :alt: codefresh Status
   :target: https://g.codefresh.io/pipelines/ci_zeffclient/builds?repoOwner=ziff&repoName=ZeffClient&serviceName=ziff%2FZeffClient&filter=trigger:build~Build;branch:master;pipeline:5d0bdd0db5092ffa8c954a30~ci_zeffclient

.. Badge Coverage

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :alt: Black Code Style
   :target: https://github.com/python/black

.. image:: https://img.shields.io/github/commits-since/ziff/ZeffClient/latest.svg
   :alt: Commits Since
   :target: https://github.com/ziff/ZeffClient/commits/

.. image:: http://pepy.tech/badge/ZeffClient
   :alt: PyPi Downloads
   :target: https://pepy.tech/project/ZeffClient



.. docs index include start


Overview
========

ZeffClient is a command line tool and library to simplify working with
Zeff AI Cloud API.



Features
========

   - User defined record creation.

   - Optimized validation of records.

   - Optimized upload of records.

   - Model training controls.


Quickstart
==========

   - `Examples <https://ziff.com/docs/zeffclient/examples/index.html>`_


Links
=====

   - `Documentation <https://ziff.com/docs/zeffclient>`_

   - `Bugs / Requests <https://github.com/ziff/ZeffClient/issues>`_

   - `Changelog <https://ziff.com/docs/zeffclient/changelog.html>`_

   - `Contributing <https://github.com/ziff/ZeffClient/blob/master/CONTRIBUTING.rst>`_


.. docs index include end

Copyright
=========

:Copyright: © 2019 Ziff, Inc.

:License:
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.



