No project description provided
Project description
lair
====
**lair** is a small lightweight helper to create eggs
for flask based microservices.
Example usage:
::
# This will generate a project directory
# for your new microservice with Flask
lair --project-name my-shiny-project
# This will generate a project directory
# for your new microservice with Flask and SqlAlchemy,
# and place an example modell in
# project-dir/project_name/models/example.txt
# to use this as a model just rename from .txt to .py
lair --project-name my-shiny-project --with-db
.. image:: https://coveralls.io/repos/github/yitsushi/lair/badge.svg?branch=master
:target: https://coveralls.io/github/yitsushi/lair?branch=master
.. image:: https://travis-ci.org/yitsushi/lair.svg?branch=master
:target: https://travis-ci.org/yitsushi/lair
.. image:: https://readthedocs.org/projects/lair/badge/?version=latest
:target: https://lair.readthedocs.io
====
**lair** is a small lightweight helper to create eggs
for flask based microservices.
Example usage:
::
# This will generate a project directory
# for your new microservice with Flask
lair --project-name my-shiny-project
# This will generate a project directory
# for your new microservice with Flask and SqlAlchemy,
# and place an example modell in
# project-dir/project_name/models/example.txt
# to use this as a model just rename from .txt to .py
lair --project-name my-shiny-project --with-db
.. image:: https://coveralls.io/repos/github/yitsushi/lair/badge.svg?branch=master
:target: https://coveralls.io/github/yitsushi/lair?branch=master
.. image:: https://travis-ci.org/yitsushi/lair.svg?branch=master
:target: https://travis-ci.org/yitsushi/lair
.. image:: https://readthedocs.org/projects/lair/badge/?version=latest
:target: https://lair.readthedocs.io
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
lair-0.4.tar.gz
(21.8 kB
view hashes)
Built Distribution
lair-0.4-py3-none-any.whl
(27.8 kB
view hashes)