{"id":13463805,"url":"https://github.com/adhamsalama/simpleapi","last_synced_at":"2025-12-24T22:48:41.965Z","repository":{"id":38382418,"uuid":"494388551","full_name":"adhamsalama/simpleapi","owner":"adhamsalama","description":"A Python web framework.","archived":false,"fork":false,"pushed_at":"2023-07-13T14:57:05.000Z","size":2167,"stargazers_count":22,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T16:20:45.150Z","etag":null,"topics":["api","python","rest-api","wsgi-framework"],"latest_commit_sha":null,"homepage":"https://adhamsalama.github.io/simpleapi","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/adhamsalama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-05-20T08:46:31.000Z","updated_at":"2024-02-13T11:52:36.000Z","dependencies_parsed_at":"2024-01-13T17:55:03.615Z","dependency_job_id":"4a541d81-b872-4bf3-a475-e19bdcad921e","html_url":"https://github.com/adhamsalama/simpleapi","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhamsalama%2Fsimpleapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhamsalama%2Fsimpleapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhamsalama%2Fsimpleapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhamsalama%2Fsimpleapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adhamsalama","download_url":"https://codeload.github.com/adhamsalama/simpleapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245435082,"owners_count":20614826,"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":["api","python","rest-api","wsgi-framework"],"created_at":"2024-07-31T14:00:28.778Z","updated_at":"2025-12-24T22:48:41.940Z","avatar_url":"https://github.com/adhamsalama.png","language":"Python","readme":"# SimpleAPI\n\n![banner](https://i.imgur.com/Q3kFiKf.png)\nSimpleAPI is a minimalistic, unopinionated web framework for Python, inspired by FastAPI \u0026 Flask.\n\nSimpleAPI is a WSGI compliant framework.\n\nThis is a hobby project made for educational purposes because I want to try learning writing a web server framework.\n\nSo, this is obviously not meant for production environments.\n\nDevelopment of SimpleAPI is tracked at [this](https://github.com/users/adhamsalama/projects/1) GitHub project.\n\n## Installation\n\n`pip install simplestapi`\n\n## Usage\n\nAn example of using SimpleAPI:\n\nCopy the following code to a file called `app.py`\n\n```python\nfrom simpleapi import SimpleAPI\n\napp = SimpleAPI()\n\n@app.get(\"/hello\")\ndef hello():\n    return \"Hello, world!\"\n```\n\nRun it with `gunicorn app:app`\n\nMore examples can be found in [tests](./tests)\n\n## Documentation\n\n[https://adhamsalama.github.io/simpleapi](https://adhamsalama.github.io/simpleapi)\n\n---\n\n![django_kofta](./docs/assets/django_kofta.png)\n","funding_links":[],"categories":["Projects"],"sub_categories":["Web Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhamsalama%2Fsimpleapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadhamsalama%2Fsimpleapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhamsalama%2Fsimpleapi/lists"}