{"id":26903412,"url":"https://github.com/rotationalio/schemate","last_synced_at":"2026-04-19T05:35:35.897Z","repository":{"id":285443815,"uuid":"958137640","full_name":"rotationalio/schemate","owner":"rotationalio","description":"Analyzes NoSQL or JSON documents to try to infer a schema or general properties.","archived":false,"fork":false,"pushed_at":"2025-04-07T21:22:17.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-05T17:12:15.706Z","etag":null,"topics":["json","nosql","schema"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rotationalio.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-31T17:50:21.000Z","updated_at":"2025-04-07T21:22:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"831cd757-3c7d-4bf9-bbf6-70d0727fa0f3","html_url":"https://github.com/rotationalio/schemate","commit_stats":null,"previous_names":["rotationalio/schemaless"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/rotationalio/schemate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rotationalio%2Fschemate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rotationalio%2Fschemate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rotationalio%2Fschemate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rotationalio%2Fschemate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rotationalio","download_url":"https://codeload.github.com/rotationalio/schemate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rotationalio%2Fschemate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["json","nosql","schema"],"created_at":"2025-04-01T10:28:17.413Z","updated_at":"2026-04-19T05:35:35.892Z","avatar_url":"https://github.com/rotationalio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Schemate\n\n**Analyzes NoSQL or JSON documents to try to infer a schema or general properties.**\n\n## Developer Information\n\nIf you are a schemate developer there are several helper utilities built into the library that will allow you to manage datasets and models both locally and in the cloud. But first, there are additional dependencies that you must install.\n\nIn `requirements.txt` uncomment the section that says: `\"# Packaging Dependencies\"`, e.g. your requirements should now have a section that appears similar to:\n\n```\n# Packaging Dependencies\nblack==25.1.0\nbuild==1.2.2.post1\nflake8==7.2.0\npackaging==24.2\npip==25.0.1\nsetuptools==75.3.0\ntwine==6.1.0\nwheel==0.45.1\n```\n\n**NOTE:** the README might not be up to date with all required dependencies, so make sure you use the latest `requirements.txt`.\n\nThen install these dependencies and the test dependencies:\n\n```\n$ pip install -r requirements.txt\n$ pip install -r tests/requirements.txt\n```\n\n### Tests and Linting\n\nAll tests are in the `tests` folder and are structured identically to the `schemate` module. All tests can be run with `pytest`:\n\n```\n$ pytest\n```\n\nWe use `flake8` for linting as configured in `setup.cfg` -- note that the `.flake8` file is for IDEs only and is not used when running tests. If you want to use `black` to automatically format your files:\n\n```\n$ black path/to/file.py\n```\n\n### Releases\n\nTo release the schemate library and deploy to PyPI run the following commands:\n\n```\n$ python -m build\n$ twine upload dist/*\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frotationalio%2Fschemate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frotationalio%2Fschemate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frotationalio%2Fschemate/lists"}