Metadata-Version: 2.1
Name: trovefm
Version: 0.0.2
Summary: A Python API for TroveFM
Home-page: https://pypi.org/project/trovefm/
Author: Brian Farrell
Author-email: one.chillindude@me.com
License: AGPLv3
Keywords: interface
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Environment :: Web Environment
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: requests (>=2.21.0)

============
Introduction
============

``trovefm`` is A Python API for TroveFM.


Objectives
----------


Installing
----------

Install and update using `pip`:

.. code-block:: bash

   pip install -U trovefm


A Simple Example
----------------

.. code-block:: python

   from trovefm import App

   app = App()

   def _say(interjection='Hello', noun='World'):
       return app.say(interjection, noun)


Links
-----

* Website:
* Documentation:
* License:
* Releases: https://pypi.org/project/trovefm/
* Code: _To be released soon..._
* Issue tracker:
* Test status:
* Test coverage:


