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

https://github.com/alex-oleshkevich/starlette_boot


https://github.com/alex-oleshkevich/starlette_boot

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Starlette Boot

Starlette project generator.

![PyPI](https://img.shields.io/pypi/v/starlette_boot)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/alex-oleshkevich/starlette_boot/Lint)
![GitHub](https://img.shields.io/github/license/alex-oleshkevich/starlette_boot)
![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/starlette_boot)
![PyPI - Downloads](https://img.shields.io/pypi/dm/starlette_boot)
![GitHub Release Date](https://img.shields.io/github/release-date/alex-oleshkevich/starlette_boot)

## Installation

Install `starlette_boot` using PIP or poetry:

```bash
pip install starlette_boot
# or
poetry add starlette_boot
```

## Features

- TODO

## Quick start

See example application in [examples/](examples/) directory of this repository.