{"id":17286433,"url":"https://github.com/thevahidal/another","last_synced_at":"2025-07-23T14:31:57.665Z","repository":{"id":103766649,"uuid":"589627858","full_name":"thevahidal/another","owner":"thevahidal","description":"🕳️ \"Another\" Python backend framework, for fun.","archived":false,"fork":false,"pushed_at":"2023-01-17T17:51:09.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-10T13:07:57.975Z","etag":null,"topics":["backend","framework","python"],"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/thevahidal.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-16T15:07:20.000Z","updated_at":"2023-12-25T10:32:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5ebb24e-4427-4633-a035-9bd932fb92c8","html_url":"https://github.com/thevahidal/another","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/thevahidal/another","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevahidal%2Fanother","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevahidal%2Fanother/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevahidal%2Fanother/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevahidal%2Fanother/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thevahidal","download_url":"https://codeload.github.com/thevahidal/another/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thevahidal%2Fanother/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266694256,"owners_count":23969749,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["backend","framework","python"],"created_at":"2024-10-15T09:59:13.921Z","updated_at":"2025-07-23T14:31:57.637Z","avatar_url":"https://github.com/thevahidal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Another\n\"Another\" Python backend framework, for fun.\n\n[![justforfunnoreally.dev badge](https://img.shields.io/badge/justforfunnoreally-dev-9ff)](https://justforfunnoreally.dev)\n\n## Installation\n\n```bash\npip install another\n```\n\nYou also need an ASGI server, such as [Uvicorn](https://github.com/encode/uvicorn) or [Granian](https://github.com/emmett-framework/granian).\n\n```bash\npip install uvicorn\n# or\npip install granian\n```\n\n## Usage\n\nCreate a `main.py` file and copy-paste the following snippet into it.\n\n```python\nfrom another import Another, Status, Request, Response\n\n\napp = Another()\n\n@app.get(\"/hello\")\ndef hellow_another(req: Request):\n    return Response({\n        \"message\": \"Hello!\",\n        \"extra\": req.query\n    }, status=Status.HTTP_200_OK)\n```\n\nAnd then run the server:\n\n```bash\nuvicorn main:app\n```\n\nNow open this link [localhost:8000/hello?first_name=Mads\u0026last_name=Mikkelsen](http://localhost:8000/hello?first_name=Mads\u0026last_name=Mikkelsen) in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevahidal%2Fanother","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthevahidal%2Fanother","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthevahidal%2Fanother/lists"}