Skip to main content

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

Project description

[<img src=”https://travis-ci.org/rith-io/rith-core.svg?branch=master” />](https://travis-ci.org/rith-io/rith-core)

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

# Getting Started

### Virtual Environment When working with the API source code, it is recommended to create a virtual environment using virtualenv. The API requires your virtual environment to use Python 3.x.

To create a virtual environment with Python 3 compatibility execute the following command in the API root.

` virtualenv -p python3 venv `

### Start Your Virtual Environment ` source venv/bin/active `

### Install Arithmetic Now you can install Arithmetic inside of the virtual environment.

` pip install rith `

# Contributing

## Manual Installation If you would like to install the API source code, in order to contribute, please read the CONTRIBUTION GUIDELINES, and ensure that your system has the required dependencies installed.

### Requirements

  • Python 3.6+

  • Virtualenv

  • PostgreSQL with PostGIS

### Virtual Environment When working with the API source code, it is recommended to create a virtual environment using virtualenv. The API requires your virtual environment to use Python 3.x.

To create a virtual environment with Python 3 compatibility execute the following command in the API root.

` virtualenv -p python3 venv `

### Start Development Environment ` FLASK_APP=arith:create_application flask run `

` FLASK_APP=arith:create_application\(\"testing\"\) flask run `

### Manually Generate a PyPi Package ` python setup.py sdist bdist_wheel `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rith-0.0.9.tar.gz (26.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page