Metadata-Version: 2.1
Name: fastapi_bootstrap_utils
Version: 0.1.0
Summary: Tools for bootstrapping simple REST API using FastAPI for serving data files
Home-page: https://github.com/jai-python3/fastapi-bootstrap-utils
Author: Jaideep Sundaram
Author-email: jai.python3@gmail.com
Keywords: fastapi-bootstrap-utils
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: AUTHORS.rst
Requires-Dist: Click >=7.0
Requires-Dist: PyYAML
Requires-Dist: Rich

=======================
FastAPI Bootstrap Utils
=======================


Tools for bootstrapping simple REST API using FastAPI for serving data files



Features
--------

The following exported console scripts are available:

- create-app


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2024-01-22)
------------------

* First release on PyPI.
