{"id":13405641,"url":"https://github.com/python-eel/Eel","last_synced_at":"2025-03-14T10:31:11.296Z","repository":{"id":37189456,"uuid":"115559503","full_name":"python-eel/Eel","owner":"python-eel","description":"A little Python library for making simple Electron-like HTML/JS GUI apps","archived":false,"fork":false,"pushed_at":"2024-07-12T06:09:49.000Z","size":1521,"stargazers_count":6309,"open_issues_count":211,"forks_count":581,"subscribers_count":137,"default_branch":"main","last_synced_at":"2024-08-03T07:01:36.356Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python-eel.png","metadata":{"files":{"readme":"README-developers.md","changelog":"CHANGELOG.md","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},"funding":{"github":"samuelhwilliams","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-12-27T21:37:12.000Z","updated_at":"2024-08-03T07:01:42.090Z","dependencies_parsed_at":"2022-07-12T16:14:18.783Z","dependency_job_id":"ed43c71d-3dfb-4b10-b006-d95da0a1d336","html_url":"https://github.com/python-eel/Eel","commit_stats":{"total_commits":211,"total_committers":48,"mean_commits":4.395833333333333,"dds":0.7725118483412322,"last_synced_commit":"7e8861071db528e0b856c2360488576c5a348982"},"previous_names":["chrisknott/eel","samuelhwilliams/eel"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-eel%2FEel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-eel%2FEel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-eel%2FEel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-eel%2FEel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-eel","download_url":"https://codeload.github.com/python-eel/Eel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221458119,"owners_count":16825271,"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":["hacktoberfest"],"created_at":"2024-07-30T19:02:07.205Z","updated_at":"2025-03-14T10:31:11.284Z","avatar_url":"https://github.com/python-eel.png","language":"Python","readme":"# Eel Developers\n\n## Setting up your environment\n\nIn order to start developing with Eel you'll need to checkout the code, set up a development and testing environment, and check that everything is in order.\n\n### Clone the repository\n```bash\ngit clone git@github.com:python-eel/Eel.git\n```\n\n### (Recommended) Create a virtual environment\nIt's recommended that you use virtual environments for this project. Your process for setting up a virutal environment will vary depending on OS and tool of choice, but might look something like this:\n\n```bash\npython3 -m venv venv\nsource venv/bin/activate\n```\n\n**Note**: `venv` is listed in the `.gitignore` file so it's the recommended virtual environment name\n    \n\n### Install project requirements\n\n```bash\npip3 install -r requirements.txt        # eel's 'prod' requirements\npip3 install -r requirements-test.txt   # pytest and selenium\npip3 install -r requirements-meta.txt   # tox \n```\n\n### (Recommended) Run Automated Tests\nTox is configured to run tests against each major version we support (3.7+). In order to run Tox as configured, you will need to install multiple versions of Python. See the pinned minor versions in `.python-version` for recommendations.\n\n#### Tox Setup\nOur Tox configuration requires [Chrome](https://www.google.com/chrome) and [ChromeDriver](https://chromedriver.chromium.org/home). See each of those respective project pages for more information on setting each up.\n\n**Note**: Pay attention to the version of Chrome that is installed on your OS because you need to select the compatible ChromeDriver version.\n\n#### Running Tests\n\nTo test Eel against a specific version of Python you have installed, e.g. Python 3.7 in this case, run:\n\n```bash\ntox -e py36\n```\n\nTo test Eel against all supported versions, run the following:\n\n```bash\ntox\n```\n","funding_links":["https://github.com/sponsors/samuelhwilliams"],"categories":["Python","Desktop App Development","👓 Alternatives to the [Electron.js](https://electronjs.org) ⚛","GUI Development"],"sub_categories":["Python Toolkit","Python"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-eel%2FEel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-eel%2FEel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-eel%2FEel/lists"}