/ftd-py

Python package to use FTD

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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