Skip to main content

light microservice solution

Project description

limis build status limis coverage status

limis is a light microservice framework built in Python and powered by Tornado. The project is currently in active development and should be considered alpha grade at the moment. Features are being added and removed and expect the API to change frequently.

Instructions

Installation

pip install limis

Project Creation

limis-management create_project <project_name>

Service Creation

cd <project_name>
./management create_service <service_name>
  • Create your service components in ‘<service_name>/components.py’

  • Add component classes to ‘components’ attribute of the service definition of ‘<service_name>/services.py’

  • Add new service to the project services file ‘<project_name>/services.py’

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

limis-0.0a3.tar.gz (21.3 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