Metadata-Version: 2.1
Name: riverapi
Version: 0.0.1
Summary: Python client for interacting with online-ml river server
Home-page: https://github.com/vsoch/riverapi
Author: Vanessa Sochat
Author-email: vsoch@users.noreply.github.com
Maintainer: Vanessa Sochat
License: LICENSE
Description: # River API Client
        
        This is an API client created for [django-river-ml](https://pypi.org/project/django-river-ml/)
        that is intended to make it easy to interact with an online ML server providing river models (learning, predicting, etc.).
        It currently does not provide a terminal  or command line client and is intended to be used
        from Python, but if there is a good use case for a command line set of interactions
        this can be added.
        
        **under development**
        
        not ready for use!
        
        
        ## Contributors
        
        We use the [all-contributors](https://github.com/all-contributors/all-contributors) 
        tool to generate a contributors graphic below.
        
        <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
        <!-- prettier-ignore-start -->
        <!-- markdownlint-disable -->
        
        <!-- markdownlint-restore -->
        <!-- prettier-ignore-end -->
        
        <!-- ALL-CONTRIBUTORS-LIST:END -->
        
        ## License
        
        This code is licensed under the MPL 2.0 [LICENSE](LICENSE).
        
Keywords: river,online-ml,api client
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: all
