Metadata-Version: 2.1
Name: fullstack
Version: 0.0.2
Summary: Build fullstack applications using just Python!
Home-page: https://github.com/AgarwalPragy/py-fullstack
Author: Pragy Agarwal
Author-email: agar.pragy@gmail.com
License: GNU General Public License v3
Keywords: fullstack
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: starlette (>=0.12.0)
Requires-Dist: uvicorn (>=0.7.1)
Requires-Dist: itsdangerous (>=1.1.0)
Requires-Dist: aiofiles

=========
fullstack
=========


.. image:: https://img.shields.io/pypi/v/fullstack.svg
        :target: https://pypi.python.org/pypi/fullstack

.. image:: https://img.shields.io/travis/AgarwalPragy/py-fullstack.svg
        :target: https://travis-ci.com/AgarwalPragy/py-fullstack

.. image:: https://readthedocs.org/projects/fullstack/badge/?version=latest
        :target: https://fullstack.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/AgarwalPragy/py-fullstack/shield.svg
     :target: https://pyup.io/repos/github/AgarwalPragy/py-fullstack/
     :alt: Updates



Build fullstack applications using just Python!


* Free software: GNU General Public License v3
* Documentation: https://fullstack.readthedocs.io.


Features
--------

* TODO

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.0.2 (2020-04-18)
------------------

* First release on PyPI.


