Metadata-Version: 2.1
Name: getadvice
Version: 0.1.2
Summary: This is a fancy `Hello World` to publishing Python library to PyPi.
License: MIT
Author: Rich Leung
Author-email: kleung.hkg@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests (>=2.24.0,<3.0.0)
Description-Content-Type: text/x-rst

==========
Get Advice
==========


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

This is a fancy `Hello World` to publishing Python library to PyPi.



Usage
=====

.. code-block:: python

   import getadvice as gadv
   gadv.advice(<insert_name>)



Description
===========

1. Input to advice() is a text string
2. Retrieve advice via REST-API



References
==========

* https://www.pythoncheatsheet.org/blog/python-projects-with-poetry-and-vscode-part-1/
* https://python-poetry.org/docs/repositories/#adding-a-repository
