https://github.com/fastn-stack/ftd-py
Python package to use FTD
https://github.com/fastn-stack/ftd-py
django django-templates fpm ftd python templates
Last synced: about 2 months ago
JSON representation
Python package to use FTD
- Host: GitHub
- URL: https://github.com/fastn-stack/ftd-py
- Owner: fastn-stack
- License: bsd-3-clause
- Created: 2022-03-25T07:51:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T08:49:29.000Z (over 2 years ago)
- Last Synced: 2025-03-11T05:42:31.257Z (2 months ago)
- Topics: django, django-templates, fpm, ftd, python, templates
- Language: Rust
- Homepage: https://github.com/FifthTry/python.ftd.dev
- Size: 182 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ftd-py
`ftd-py` is collection of Python packages to use Rust base
[`ftd`](https://ftd.dev) and [`fpm`](https://fpm.dev) with your Python
applications.[Documentation](https://fifthtry.github.io/python.ftd.dev/).
## Commands
### Rust ftd-sys Compile
- Directory `ftd-py/ftd_sys`
- Command `maturin develop`### ftd-py build and run
For local Dependency
- Directory `ftd-py/ftd`
- Command `python setup.py develop`### Run Django Example
- Directory `ftd-py/django_example`
- Command `python manage.py runserver`