fluentogram
A proper way to use an i18n mechanism with Aiogram3.
File Explorer
Download Latest Version (.zip)- poetry-publish.yml
- tests.yml
- __init__.py
- main.py
- __init__.py
- hub.py
- mock.py
- storage.py
- __init__.py
- __init__.py
- base.py
- file.py
- memory.py
- __init__.py
- generator.py
- parser.py
- stubs.py
- templates.py
- tree.py
- __init__.py
- base.py
- datetime.py
- money.py
- __init__.py
- __main__.py
- exceptions.py
- runner.py
- translator.py
- translator_hub.py
- lint-pre-commit.sh
- lint.sh
- main.ftl
- conflict.ftl
- conflict_in_prefix.ftl
- reference_with_args.ftl
- simple.ftl
- test.ftl
- __init__.py
- test_basic_usage.py
- test_deprecated_kv_translator.py
- test_file_storage.py
- test_generator.py
- test_transformers.py
- test_update.py
- .gitignore
- .pre-commit-config.yaml
- .secrets.baseline
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
git clone https://github.com/Arustinal/fluentogram
Downloads the entire project code from GitHub to your computer.
cd fluentogram
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install fluentogram
Installs the package published on PyPI directly β no need to clone the source.
pip install fluentogram[cli]
Installs the package published on PyPI directly β no need to clone the source.
pip install fluentogram[nats]
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install fluentogram
Installs the package published on PyPI directly β no need to clone the source.
pip install fluentogram[cli]
Installs the package published on PyPI directly β no need to clone the source.
pip install fluentogram[nats]
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
