light microservice solution
Project description
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
Release history Release notifications | RSS feed
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)