Metadata-Version: 2.1
Name: api-name
Version: 1.0.0
Summary: Read the latest Real Python tutorials
Home-page: https://github.com/ll/api_name
Author: ll
Author-email: info@realpython.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# API

Description of API

## Installation

You can install the API from PyPI:

    pip install api_name

The reader is supported on Python 3.8 and above.

## How to use

    $ python -m api_name

You can call it in your own Python code, by importing from the `api_name` package:

    >>> from api_name import api
    >>> api.get()
    ['result1', ...]


