Metadata-Version: 2.1
Name: qonstellation
Version: 0.2.0
Summary: Qonstellation Client
Home-page: https://github.com/qonstellation/client
Author: Qonstellation LLC
Author-email: support@qonstellation.co
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: feedparser
Requires-Dist: html2text
Requires-Dist: importlib-resources
Requires-Dist: typing

# Qonstellation Client

The Qonstellation Client is a basic Python package that can work with the [Qonstellation API](https://www.qonstellation.co) 

## Installation

You can install the Qonstellation Client from [PyPI](https://pypi.org/project/qonstellation/):

    pip install qonstellation

The reader is supported on Python 2.7, as well as Python 3.4 and above.

## How to use

The Real Python Feed Reader is a command line application, named `realpython`. To see a list of the [latest Real Python tutorials](https://realpython.com/) simply call the program:

    >>> from qonstellation import api
    >>> success, error = api.login(token='xxx')
    (True, '')



