An open API service indexing awesome lists of open source software.

https://github.com/modern-python/lite-bootstrap

Lite package for bootstrapping new microservices
https://github.com/modern-python/lite-bootstrap

Last synced: 11 months ago
JSON representation

Lite package for bootstrapping new microservices

Awesome Lists containing this project

README

          

Lite-Bootstrap
==
[![Test Coverage](https://codecov.io/gh/modern-python/lite-bootstrap/branch/main/graph/badge.svg)](https://codecov.io/gh/modern-python/lite-bootstrap)
[![MyPy Strict](https://img.shields.io/badge/mypy-strict-blue)](https://mypy.readthedocs.io/en/stable/getting_started.html#strict-mode-and-configuration)
[![Supported versions](https://img.shields.io/pypi/pyversions/lite-bootstrap.svg)](https://pypi.python.org/pypi/lite-bootstrap)
[![downloads](https://img.shields.io/pypi/dm/lite-bootstrap.svg)](https://pypistats.org/packages/lite-bootstrap)
[![GitHub stars](https://img.shields.io/github/stars/modern-python/lite-bootstrap)](https://github.com/modern-python/lite-bootstrap/stargazers)

This package helps to build new microservices

## Quickstart:
### Installation

```shell
$ pip install lite-bootstrap
```