jeacaveo / papi

API to Prismata related data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Papi

REST API for Prismata related data.

Install as library

pip install papi

Development environment

  1. Virtual environment (look at virtualenvwrapper):

    Create:

    mkvirtualenv papi

    Activate:

    workon papi

  2. Install dependencies:

    pip install -r requirements-dev.txt

  3. Run tests:

    ./runtests.sh

  4. Run linters:

    ./runlinters.sh

  5. No need to run migrations, but if you must:

    python manage.py migrate

Documenation

  • Go to any of this endpoints for more info:

    /api/docs/swagger/

    /api/docs/redoc/

  • Or go to the docstring for LatestUnitVersionViewSet in units/views.py.

About

API to Prismata related data

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.5%Language:Shell 0.5%