Skip to content

PolicyEngine's REST API for computing policy impacts.

License

Notifications You must be signed in to change notification settings

PavelMakarchuk/policyengine-api

 
 

Repository files navigation

PolicyEngine API

To debug locally, run make debug. Then in separate terminals runs redis-server and python policyengine_api/worker.py for the long-running tasks. You'll need to make sure redis is installed.

Development rules

  1. Every endpoint should return a JSON object with at least a "status" and "message" field.

About

PolicyEngine's REST API for computing policy impacts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Other 1.9%