A small example package
Project description
arnavArithmetic
arnavArithmetic is a lightweight WSGI_ Math application. It is designed
to make getting started quick and easy, with the ability to scale up to
complex applications. It began as a simple wrapper around Werkzeug_
and Jinja_ and has become one of the most popular Python web
application frameworks.
.. _WSGI: https://wsgi.readthedocs.io/ .. _Werkzeug: https://werkzeug.palletsprojects.com/ .. _Jinja: https://jinja.palletsprojects.com/
Installing
Install and update using pip_:
.. code-block:: text
$ pip install arnavArithmetic
.. _pip: https://pip.pypa.io/en/stable/getting-started/
A Simple Example
.. code-block:: python
# save this as app.py
from arnavArithmetic import add
app = add(1,3)
print(app)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters