{"id":25423913,"url":"https://github.com/dref360/pydantic2md","last_synced_at":"2025-07-11T04:06:37.623Z","repository":{"id":230608421,"uuid":"779781072","full_name":"Dref360/pydantic2md","owner":"Dref360","description":"Convert Pydantic Objects to Markdown","archived":false,"fork":false,"pushed_at":"2024-03-30T19:15:22.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T20:06:01.045Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dref360.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,"zenodo":null}},"created_at":"2024-03-30T19:12:58.000Z","updated_at":"2024-03-30T19:13:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d02febc-1aef-4a83-a174-6bf4dfe5d096","html_url":"https://github.com/Dref360/pydantic2md","commit_stats":null,"previous_names":["dref360/pydantic2md"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dref360/pydantic2md","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dref360%2Fpydantic2md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dref360%2Fpydantic2md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dref360%2Fpydantic2md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dref360%2Fpydantic2md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dref360","download_url":"https://codeload.github.com/Dref360/pydantic2md/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dref360%2Fpydantic2md/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264726769,"owners_count":23654494,"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":[],"created_at":"2025-02-16T22:47:13.231Z","updated_at":"2025-07-11T04:06:37.572Z","avatar_url":"https://github.com/Dref360.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pydantic2md\n\n\nUtility package to translate Pydantic models to markdown.\n\nUseful for logging models in a [Gradio](https://www.gradio.app/)/[Streamlit](https://streamlit.io/) app or simply to generate reports.\n\nIt supports most common types, contributions are welcome!\n\n## Usage\n\n```python\nfrom pydantic2md import pydantic2md\n\nclass Hero(BaseModel):\n    name: str\n    age: int\n\nmy_hero = Hero(name=\"Arthur\", age=23)\n\nprint(pydantic2md(my_hero))\n\n\"\"\"\n# Hero\n \nname (str): Arthur\nage (int): 23\n\"\"\"\n```\n\n\n## Roadmap\n\n- [ ] Live Demo\n- [ ] Support light tables","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdref360%2Fpydantic2md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdref360%2Fpydantic2md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdref360%2Fpydantic2md/lists"}