{"id":24665941,"url":"https://github.com/ischaojie/schema-admin","last_synced_at":"2025-10-12T17:21:01.001Z","repository":{"id":173984814,"uuid":"644821437","full_name":"ischaojie/schema-admin","owner":"ischaojie","description":"Lightweight data model management for Python","archived":false,"fork":false,"pushed_at":"2023-08-04T03:31:18.000Z","size":1624,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T20:02:50.183Z","etag":null,"topics":["admin","data-model","flask","json-schema","key-value","pydantic"],"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/ischaojie.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":"2023-05-24T10:25:03.000Z","updated_at":"2024-04-08T01:38:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"95eab1fb-f053-42dc-9fb4-a20889fe67d9","html_url":"https://github.com/ischaojie/schema-admin","commit_stats":null,"previous_names":["ischaojie/schema-admin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ischaojie/schema-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fschema-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fschema-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fschema-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fschema-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ischaojie","download_url":"https://codeload.github.com/ischaojie/schema-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fschema-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012186,"owners_count":26085079,"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-10-12T02:00:06.719Z","response_time":53,"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":["admin","data-model","flask","json-schema","key-value","pydantic"],"created_at":"2025-01-26T07:14:12.104Z","updated_at":"2025-10-12T17:21:00.996Z","avatar_url":"https://github.com/ischaojie.png","language":"Python","readme":"# schema-admin\n\n\u003e **Warning**\n\u003e\n\u003e Currently, `schema-admin` is still under experimental.\n\nLightweight schema data model management for Python ecosystem.\n\nSpecifically, `schema-admin` provides a management interface for easy previewing, editing, and storing schema data models (defined by [pydantic](https://github.com/pydantic/pydantic) or dataclass).\n\nYou just need to define a data model:\n\n```python\n\nclass FruitEnum(str, Enum):\n    pear = \"pear\"\n    banana = \"banana\"\n\nclass User(BaseSchema):\n    name: str\n    desc: str = \"this is description\"\n    age: int = Field(..., gt=18, lt=100)\n    student: bool\n    fruit: FruitEnum = FruitEnum.pear\n    created_at: datetime = datetime.now()\n\n    class Config:\n        icon = \"fa-user\"\n```\n\nAnd wow:\n\n\u003e There have a [demo](https://schema-admin-demo.chaojie.fun/admin) site, you can find code in [here](/example/).\n\n![demo](assets/admin.png)\n\n\nLICENSE MIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fischaojie%2Fschema-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fischaojie%2Fschema-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fischaojie%2Fschema-admin/lists"}