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

https://github.com/mariofix/limelight

Flask extensions and libraries
https://github.com/mariofix/limelight

flask flask-app flask-application flask-development flask-extensions flask-framework flask-plugins flask-projects flask-web python

Last synced: 2 months ago
JSON representation

Flask extensions and libraries

Awesome Lists containing this project

README

        

# limelight

## Babel

```shell
poetry run pybabel extract . -F babel/babel.cfg -o babel/base.pot
poetry run pybabel init -l es -i babel/base.pot -d limelight/translations
poetry run pybabel init -l en -i babel/base.pot -d limelight/translations
poetry run pybabel compile -d limelight/translations
poetry run pybabel update -i babel/base.pot -d limelight/translations
```