Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 521 Bytes

ftd-py

ftd-py is collection of Python packages to use Rust base ftd and fpm with your Python applications.

Documentation.

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