{"id":14065759,"url":"https://github.com/lsiden/flask-api-autodoc","last_synced_at":"2025-07-28T21:08:52.038Z","repository":{"id":47049317,"uuid":"355307688","full_name":"lsiden/flask-api-autodoc","owner":"lsiden","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-15T17:35:56.000Z","size":32,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T03:48:35.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/lsiden.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}},"created_at":"2021-04-06T19:31:07.000Z","updated_at":"2021-10-27T22:37:14.000Z","dependencies_parsed_at":"2022-09-02T13:01:58.480Z","dependency_job_id":null,"html_url":"https://github.com/lsiden/flask-api-autodoc","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/lsiden/flask-api-autodoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsiden%2Fflask-api-autodoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsiden%2Fflask-api-autodoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsiden%2Fflask-api-autodoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsiden%2Fflask-api-autodoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsiden","download_url":"https://codeload.github.com/lsiden/flask-api-autodoc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsiden%2Fflask-api-autodoc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267424577,"owners_count":24084964,"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-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-08-13T07:04:42.390Z","updated_at":"2025-07-28T21:08:52.009Z","avatar_url":"https://github.com/lsiden.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Flask API Auto-documentation\n\nA Python module to generate a page documenting the API of a Flask application.\n\n## Installation\n\npip install flask-audo-doc\n\n## Usage\n\n```\nimport flask\nfrom flask_api_autodoc.view import render_page\n\napp = flask.Flask('demo')\napp.route('/info')(render_something)\napp.route('/api/this')(render_something)\napp.route('/api/that')(render_something)\n\n@app.route('/doc')\ndef _():\n  return render_page(path_prefixes=['/api'])\n```\n\n## Support\n\nPlease [open an issue](https://github.com/lsiden/flask-api-autodoc/issues/new) for support.\n\n## Contributing\n\nClone, edit, and submit pull requests.\n\n## Dev Automation\n\n- `make clean`\n- `make test`\n- `make tox`\n- `make install-local`\n- `make build`\n\n## Author\n\nLawrence Siden\n\u003cbr\u003eWestside Consulting LLC\n\u003cbr\u003eAnn Arbor, MI  USA\n\u003cbr\u003elsiden@gmail.com\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsiden%2Fflask-api-autodoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsiden%2Fflask-api-autodoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsiden%2Fflask-api-autodoc/lists"}