An open API service indexing awesome lists of open source software.

https://github.com/gabrielcnr/enaml_hello

Simple Enaml plugin project with the purpose of demonstrating how to add custom factories for custom widgets using the enaml_factories entry point.
https://github.com/gabrielcnr/enaml_hello

Last synced: 3 months ago
JSON representation

Simple Enaml plugin project with the purpose of demonstrating how to add custom factories for custom widgets using the enaml_factories entry point.

Awesome Lists containing this project

README

        

# enaml_hello
Simple Enaml plugin project with the purpose of demonstrating how to add custom factories for custom widgets using the enaml_factories entry point.

## Instructions

1. Install the package using `python setup.py install`

2. Run the `demo.py` example inside the `examples` directory.