Metadata-Version: 2.1
Name: stelar_client
Version: 0.0.post2.dev5
Summary: A Python client for the STELAR KLMS API.
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: Vasilis Samoladas, Nikolas Bakatselos, Dimitris Petrou
Author-email: vsam@softnet.tuc.gr, nbakatselos@tuc.gr, dpetrou@tuc.gr
License: AGPL
Project-URL: Documentation, https://github.com/stelar-eu/stelar_client/
Project-URL: Source, https://github.com/stelar-eu/stelar_client/
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Database :: Front-Ends
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: requests<3.0,>=2.2
Requires-Dist: minio
Requires-Dist: ipython
Provides-Extra: testing
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: pyscaffold>=4.6; extra == "dev"

.. These are examples of badges you might want to add to your README:
   please update the URLs accordingly

    .. image:: https://api.cirrus-ci.com/github/<USER>/stelar_client.svg?branch=main
        :alt: Built Status
        :target: https://cirrus-ci.com/github/<USER>/stelar_client
    .. image:: https://readthedocs.org/projects/stelar_client/badge/?version=latest
        :alt: ReadTheDocs
        :target: https://stelar_client.readthedocs.io/en/stable/
    .. image:: https://img.shields.io/coveralls/github/<USER>/stelar_client/main.svg
        :alt: Coveralls
        :target: https://coveralls.io/r/<USER>/stelar_client
    .. image:: https://img.shields.io/pypi/v/stelar_client.svg
        :alt: PyPI-Server
        :target: https://pypi.org/project/stelar_client/
    .. image:: https://img.shields.io/conda/vn/conda-forge/stelar_client.svg
        :alt: Conda-Forge
        :target: https://anaconda.org/conda-forge/stelar_client
    .. image:: https://pepy.tech/badge/stelar_client/month
        :alt: Monthly Downloads
        :target: https://pepy.tech/project/stelar_client
    .. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter
        :alt: Twitter
        :target: https://twitter.com/stelar_client

.. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
    :alt: Project generated with PyScaffold
    :target: https://pyscaffold.org/

|

=============
stelar_client
=============


    Add a short description here!


A longer description of your project goes here...


.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.6. For details and usage
information on PyScaffold see https://pyscaffold.org/.
