Skip to content

fastn-stack/ftd-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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