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.
- Host: GitHub
- URL: https://github.com/gabrielcnr/enaml_hello
- Owner: gabrielcnr
- Created: 2015-06-24T19:44:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T07:37:11.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T13:20:35.219Z (5 months ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.