Metadata-Version: 2.1
Name: pyscriptnative
Version: 0.3.2
Summary: pyscriptnative brings the support for Python scripting on the web of py-script in Flask.
Home-page: https://github.com/AquaQuokka/pyscriptnative
Author: AquaQuokka
License: BSD-3-Clause
Requires-Dist: flask
Requires-Dist: jinja2

==============
pyscriptnative
==============

pyscriptnative brings the support for Python scripting on the web of py-script in Flask.

Installation
------------

Stable
------------

1. Run the following command:

.. code-block:: bash

    pip install pyscriptnative

2. At the top of your file, add the following code:

.. code-block:: python

    import pyscriptnative
    

Development
------------

1. Run the following command:

.. code-block:: bash

    pip install git+https://github.com/AquaQuokka/pyscriptnative.git

2. At the top of your file, add the following code:

.. code-block:: python

    import pyscriptnative
