Arithmetic is a simple framework for creating production-ready APIs so that your team can build faster, smarter, and more secure.


Keywords
python, geospatial, location, api, data, opensource, rest-api
License
MIT
Install
pip install rith==0.0.11

Documentation

Arithmetic Framework

Arithmetic helps you create production-ready APIs so that your team can build faster, smarter, and more secure.

pip install rith

Best Practices

When working with Python applications, it's always advisable to work within the constraints of a Virtual Environment.

Arithemtic and the rith tools require Python 3+. To create a virtual environment that uses Python 3 execute the following command in your project directory.

virtualenv -p python3 venv

Start Your Virtual Environment

source venv/bin/activate