{"id":13448160,"url":"https://github.com/nucleic/enaml","last_synced_at":"2025-05-13T20:16:18.274Z","repository":{"id":7297409,"uuid":"8613622","full_name":"nucleic/enaml","owner":"nucleic","description":"Declarative User Interfaces for Python","archived":false,"fork":false,"pushed_at":"2025-04-28T11:48:15.000Z","size":41596,"stargazers_count":1554,"open_issues_count":50,"forks_count":131,"subscribers_count":52,"default_branch":"main","last_synced_at":"2025-05-08T00:13:47.091Z","etag":null,"topics":["enaml","python"],"latest_commit_sha":null,"homepage":"http://enaml.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nucleic.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["MatthieuDartiailh"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2013-03-06T21:29:01.000Z","updated_at":"2025-05-07T15:29:48.000Z","dependencies_parsed_at":"2023-02-15T00:16:56.414Z","dependency_job_id":"be8bc215-ba09-4851-b42a-9b0edff1cc79","html_url":"https://github.com/nucleic/enaml","commit_stats":{"total_commits":2488,"total_committers":41,"mean_commits":60.68292682926829,"dds":0.3540996784565916,"last_synced_commit":"a68008915958e94c1b1a40519ec9fa9ac0f753d5"},"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleic%2Fenaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleic%2Fenaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleic%2Fenaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nucleic%2Fenaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nucleic","download_url":"https://codeload.github.com/nucleic/enaml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254020646,"owners_count":22000756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["enaml","python"],"created_at":"2024-07-31T05:01:37.310Z","updated_at":"2025-05-13T20:16:18.258Z","avatar_url":"https://github.com/nucleic.png","language":"Python","funding_links":["https://github.com/sponsors/MatthieuDartiailh"],"categories":["Python","GUI","资源列表","GUI Development","GUI开发","图形用户界面","GUI Development [🔝](#readme)","Awesome Python","File Manipulation"],"sub_categories":["图形用户界面","GUI","HTTP Clients"],"readme":"Welcome to Enaml\n================\n\n.. image:: https://github.com/nucleic/enaml/workflows/Continuous%20Integration/badge.svg\n    :target: https://github.com/nucleic/enaml/actions\n.. image:: https://ci.appveyor.com/api/projects/status/p2bapt3y6n7xixcl?svg=true\n    :target: https://ci.appveyor.com/project/nucleic/enaml\n    :alt: Appveyor Build Status\n.. image:: https://codecov.io/gh/nucleic/enaml/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/nucleic/enaml\n    :alt: Code Coverage Status\n.. image:: https://github.com/nucleic/enaml/workflows/Documentation%20building/badge.svg\n    :target: https://github.com/nucleic/enaml/actions\n.. image:: https://readthedocs.org/projects/enaml/badge/?version=latest\n    :target: http://enaml.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n.. image:: https://img.shields.io/pypi/v/enaml.svg\n    :target: https://pypi.org/project/enaml/\n    :alt: PyPI version\n\nEnaml is a programming language and framework for creating professional-quality\nuser interfaces with minimal effort.\n\nWhat you get\n============\n* A declarative programming language, with a Pythonic flavour.\n* Dozens of widgets, ready to go out-of-the-box (built on `Qt \u003chttps://www.qt.io/\u003e`_).\n* A constraints-based layout engine (built on `Kiwi \u003chttps://github.com/nucleic/kiwi\u003e`_).\n* Integration with a data model tool (built on `Atom \u003chttps://github.com/nucleic/atom\u003e`_).\n* An (optional) editor to allow you to see what the results will look like, as you type your code.\n* A well-documented and easy-to-follow code base, plus documentation with plenty of worked examples.\n* Language definitions for a number of popular editors.\n\nWhat it can do for you\n======================\n- Build native GUI applications for a range of platforms\n\n  + Quick and simple or complex and specialised.\n  + See the structure of your GUI at a glance.\n\n- Let you rapidly prototype new GUIs interfaces.\n\n  + Intelligently layout your GUI, using symbolic constraints.\n  + It automatically adapts for different platforms, different window sizes.\n  + Tell the layout engine what your priorities are for layout, without having to count pixels.\n\n- Encourages easy-to-maintain code:\n\n  + The GUI can detect updates in the model, and refresh its widgets automatically, without low-level code.\n  + Clean separation between your model and view, while keeping your controller code simple.\n\n    * You can incorporate Python code directly in the view layer.\n    * As your GUI design evolves, the constraints engine can adapt the layout.\n    * Object-Oriented design allows you to reuse parts of your GUI in other parts of your projects.\n\n- Let you customise a GUI for your particular needs.\n\n  + Integrates with your Python code.\n  + Include style-sheets to change the appearance across all, or part, of your application quickly.\n  + Extend the available widgets or build your own.\n\nSupported Versions\n==================\nEnaml applications can be run on any platform which supports Python (3.6+).\nThe Qt backend requires Qt (5.9+, see https://doc.qt.io/qt-5/supported-platforms.html).\n\nThis includes Linux, Windows, MacOSX, Android and iOS. (Automated testing of Enaml runs on Linux, Windows and MacOSX.)\n\nEnaml is licensed under the `Modified BSD License \u003chttps://github.com/nucleic/enaml/blob/main/LICENSE\u003e`_.\n\nLearn More\n==========\nThe `Getting Started \u003chttp://enaml.readthedocs.io/en/latest/get_started/index.html\u003e`_ chapter is a good first step to learn more. It includes `installation instructions \u003chttp://enaml.readthedocs.io/en/latest/get_started/installation.html\u003e`_.\n\nWatch some introductory talks about Enaml and what it can do:\n\n.. image:: https://img.youtube.com/vi/ycFEwz_hAxk/2.jpg\n  :target: https://youtu.be/ycFEwz_hAxk\n\n`S. Chris Colbert (@sccolbert) presents at Enthought 2012. \u003chttps://www.youtube.com/watch?v=ycFEwz_hAxk\u003e`_\n\n.. image:: https://img.youtube.com/vi/G5ZYUGL7uTo/1.jpg\n  :target: https://www.youtube.com/watch?v=G5ZYUGL7uTo\n\n`Tom Stordy-Allison (@tstordyallison) presents at Pycon UK 2016. \u003chttps://www.youtube.com/watch?v=G5ZYUGL7uTo\u003e`_\n\nThe `Enaml documentation \u003chttp://enaml.readthedocs.io/en/latest\u003e`_ includes all the details, including `useful examples \u003chttp://enaml.readthedocs.io/en/latest/examples\u003e`_.\n\nYou can ask questions on the `Enaml Google Group \u003chttp://groups.google.com/d/forum/enaml\u003e`_\nor with the `Enaml tag on StackOverflow \u003chttps://stackoverflow.com/questions/tagged/enaml\u003e`_.\n\nFor version information, see the  `release notes \u003chttps://github.com/nucleic/enaml/blob/main/releasenotes.rst\u003e`_.\n\nExamples\n========\nThe `Enaml documentation \u003chttp://enaml.readthedocs.io/en/latest\u003e`_ includes many  `fully-functioning code samples \u003chttp://enaml.readthedocs.io/en/latest/examples/index.html\u003e`_ of how to use Enaml. They range from `simple demonstrations of how a widget is used \u003chttp://enaml.readthedocs.io/en/latest/examples/ex_progress_bar.html\u003e`_, to advanced explorations of the customisability of Enaml GUIs.\n\nEmployee Tutorial\n~~~~~~~~~~~~~~~~~\nThe `Employee Tutorial \u003chttp://enaml.readthedocs.io/en/latest/examples/tut_employee.html\u003e`_ shows how constraints and validators can be used to create easy-to-use and professional-looking applications:\n\n.. image:: http://enaml.readthedocs.io/en/latest/_images/tut_employee_layout.png\n    :target: http://enaml.readthedocs.io/en/latest/examples/tut_employee.html\n\nButton Ring\n~~~~~~~~~~~\nThe `Button Ring Example \u003chttps://enaml.readthedocs.io/en/latest/examples/ex_button_ring.html\u003e`_ goes the other way. The result is neither professional-looking nor easy-to-use, but it shows the power and  flexibility of constraints-based layout - it might be silly, but this could not be achieved with typical layout systems.\n\n.. image:: http://enaml.readthedocs.io/en/latest/_images/ex_button_ring.png\n    :target: https://enaml.readthedocs.io/en/latest/examples/ex_button_ring.htm\n\nDock Item Alerts\n~~~~~~~~~~~~~~~~\nThe `Dock Item Alerts Example \u003chttps://enaml.readthedocs.io/en/latest/examples/ex_dock_item_alerts.html\u003e`_ shows some of the customisability of the appearances of an Enaml application. This application's appearance is based on Visual Studio 2010 style, with dockable items, but has some customisations based on the importance of the alerts being shown.\n\n.. image:: http://enaml.readthedocs.io/en/latest/_images/ex_dock_item_alerts.png\n    :target: https://enaml.readthedocs.io/en/latest/examples/ex_dock_item_alerts.html\n\nCheck out the `documentation \u003chttp://enaml.readthedocs.io/en/latest/examples/index.html\u003e`_ for more examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnucleic%2Fenaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnucleic%2Fenaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnucleic%2Fenaml/lists"}