Config.in 457 B

1234567891011
  1. config BR2_PACKAGE_PYTHON_REMI
  2. bool "python-remi"
  3. select BR2_PACKAGE_PYTHON3_SSL # runtime
  4. select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
  5. help
  6. Remi is a GUI library for Python applications which transpiles
  7. an application's interface into HTML to be rendered in a web
  8. browser. This removes platform-specific dependencies and lets
  9. you easily develop cross-platform applications in Python!
  10. https://github.com/dddomodossola/remi/tree/master