{"id":18744648,"url":"https://github.com/berislavlopac/pyapi-server","last_synced_at":"2025-04-12T21:32:38.609Z","repository":{"id":59251678,"uuid":"524173113","full_name":"berislavlopac/pyapi-server","owner":"berislavlopac","description":"Lightweight API framework using an OpenAPI spec for routing and validation.","archived":false,"fork":false,"pushed_at":"2024-11-18T14:53:17.000Z","size":64,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T11:42:44.381Z","etag":null,"topics":["api","openapi","openapi3","rest-api","swagger"],"latest_commit_sha":null,"homepage":"https://pyapi-server.readthedocs.io","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/berislavlopac.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":"2022-08-12T17:32:43.000Z","updated_at":"2024-11-18T14:53:31.000Z","dependencies_parsed_at":"2023-10-11T22:39:47.567Z","dependency_job_id":"2da607cc-9615-4da0-a3ce-346020040e56","html_url":"https://github.com/berislavlopac/pyapi-server","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berislavlopac%2Fpyapi-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berislavlopac%2Fpyapi-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berislavlopac%2Fpyapi-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berislavlopac%2Fpyapi-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berislavlopac","download_url":"https://codeload.github.com/berislavlopac/pyapi-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248636229,"owners_count":21137402,"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","openapi","openapi3","rest-api","swagger"],"created_at":"2024-11-07T16:15:32.650Z","updated_at":"2025-04-12T21:32:38.297Z","avatar_url":"https://github.com/berislavlopac.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyAPI Server\n\n[![Build Status](https://b11c.semaphoreci.com/badges/pyapi-server/branches/main.svg?style=shields\u0026key=e9eeb9d2-6487-4aba-9207-e46c84f9bc6f)](https://b11c.semaphoreci.com/projects/pyapi-server)\n[![Documentation Status](https://readthedocs.org/projects/pyapi-server/badge/?version=latest)](https://pyapi-server.readthedocs.io/en/latest/?badge=latest)\n\n**PyAPI Server** is a Python library for serving REST APIs based on\n[OpenAPI](https://swagger.io/resources/open-api/) specifications. It is based on [Starlette](https://www.starlette.io) and is functionally very similar to [connexion](https://connexion.readthedocs.io), except that it aims to be fully [ASGI](https://asgi.readthedocs.io)-compliant.\n\n**WARNING:** This is still a work in progress and not quite ready for production usage. Until version 1.0 is released, any new release can be expected to break backward compatibility.\n\n\n## Quick Start\n\n```python\nfrom pyapi.server import Application\nfrom some.path import endpoints\n\napp = Application.from_file(\"path/to/openapi.yaml\", module=endpoints)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberislavlopac%2Fpyapi-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberislavlopac%2Fpyapi-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberislavlopac%2Fpyapi-server/lists"}