Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariofix/limelight
Flask's brightest stars
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: about 1 month ago
JSON representation
Flask's brightest stars
- Host: GitHub
- URL: https://github.com/mariofix/limelight
- Owner: mariofix
- License: mit
- Created: 2023-02-28T09:28:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T03:01:16.000Z (about 1 year ago)
- Last Synced: 2024-04-16T06:58:14.462Z (8 months ago)
- Topics: flask, flask-app, flask-application, flask-development, flask-extensions, flask-framework, flask-plugins, flask-projects, flask-web, python
- Language: JavaScript
- Homepage: https://limelight.mariofix.com
- Size: 6.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```