{"id":21130973,"url":"https://github.com/workloads/baedge","last_synced_at":"2025-03-14T12:15:23.196Z","repository":{"id":223765443,"uuid":"749409858","full_name":"workloads/baedge","owner":"workloads","description":"B{ae}dge Computing Server","archived":false,"fork":false,"pushed_at":"2024-12-24T00:40:30.000Z","size":5971,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T06:11:40.519Z","etag":null,"topics":["eink","nomad","raspberry-pi","seeedstudio","waveshare"],"latest_commit_sha":null,"homepage":"https://github.com/workloads/baedge","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workloads.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-01-28T14:04:58.000Z","updated_at":"2024-08-13T18:11:09.000Z","dependencies_parsed_at":"2024-03-28T10:55:22.387Z","dependency_job_id":"e4231b4b-49fc-43dd-8b0a-4ef7a7179e71","html_url":"https://github.com/workloads/baedge","commit_stats":null,"previous_names":["workloads/baedge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fbaedge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fbaedge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fbaedge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Fbaedge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workloads","download_url":"https://codeload.github.com/workloads/baedge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573495,"owners_count":20312883,"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":["eink","nomad","raspberry-pi","seeedstudio","waveshare"],"created_at":"2024-11-20T05:42:57.512Z","updated_at":"2025-03-14T12:15:23.164Z","avatar_url":"https://github.com/workloads.png","language":"Python","readme":"# {Ba,E}dge Computing Server\n\n\u003e Python-based server for {Ba,E}dge Computing.\n\n## Table of Contents\n\n\u003c!-- TOC --\u003e\n* [{Ba,E}dge Computing Server](#baedge-computing-server)\n  * [Table of Contents](#table-of-contents)\n  * [Requirements](#requirements)\n    * [Hardware](#hardware)\n    * [Software](#software)\n      * [Development](#development)\n  * [Usage](#usage)\n  * [Notes](#notes)\n  * [Contributors](#contributors)\n  * [License](#license)\n\u003c!-- TOC --\u003e\n\n## Requirements\n\n### Hardware\n\n- [Raspberry Pi Zero 2W](https://www.raspberrypi.org/products/raspberry-pi-zero-2-w/)\n- Waveshare eInk display\n  - [2.13 inch display](https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT_(B))\n  - (preferred) [2.7 inch display](https://www.waveshare.com/wiki/2.7inch_e-Paper_HAT_(B))\n  - [2.9 inch display](https://www.waveshare.com/wiki/2.9inch_e-Paper_Module_(B))\n\n### Software\n\nSee [requirements.txt](./requirements.txt) for a list of Python dependencies.\n\n#### Development\n\nFor development and testing of this repository:\n\n- `flake8` `7.0.0` or [newer](https://pypi.org/project/flake8/)\n- `pylint` `3.0.0` or [newer](https://pypi.org/project/pylint/)\n\nThese dependencies can be installed using the following command:\n\n```shell\nmake deps-dev\n```\n\n## Usage\n\nThis repository provides a [Makefile](./Makefile)-based workflow.\n\nRunning `make` without commands will print out the following help information:\n\n```text\n🎫 {BA,E}DGE SERVER\n\nTarget          Description                                          Usage\nroutes          list Baedge Server routes using Flask                `make routes`\nrun             run Baedge Server using Flask                        `make run`\nprint-env       print environment information                        `make print-env`\nprint-gpio      print GPIO information using Python                  `make print-gpio`\nscreen          set Baedge Screen                                    `make screen screen=\u003cscreen\u003e`\nsnyk            check Python files using Snyk                        `make snyk`\ndeps            install Python dependencies using pip                `make deps`\ndeps-dev        install Python development dependencies using pip    `make deps-dev`\nfix             fix Python files using autopep8                      `make fix`\nlint            lint Python files using Flake8 and Pylint            `make lint`\nhelp            display a list of Make Targets                       `make help`\n_listincludes   list all included Makefiles and *.mk files           `make _listincludes`\n_selfcheck      lint Makefile                                        `make _selfcheck`\n```\n\n## Notes\n\nThe `baedge` application is designed to be orchestrated using the [`baedge` Nomad Pack](https://github.com/workloads/nomad-pack-registry/tree/main/packs/baedge) available in the [@workloads Nomad Pack Registry](https://github.com/workloads/nomad-pack-registry).\n\n## Contributors\n\nFor a list of current (and past) contributors to this repository, see [GitHub](https://github.com/workloads/baedge-server/graphs/contributors).\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\").\n\nYou may download a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nSee the License for the specific language governing permissions and limitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Fbaedge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkloads%2Fbaedge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Fbaedge/lists"}