{"id":20623738,"url":"https://github.com/madpah/serializable","last_synced_at":"2025-04-15T12:37:31.540Z","repository":{"id":56848569,"uuid":"523308511","full_name":"madpah/serializable","owner":"madpah","description":"Pythonic library to aid with serialisation and deserialisation to/from JSON and XML.","archived":false,"fork":false,"pushed_at":"2025-03-01T05:59:47.000Z","size":604,"stargazers_count":5,"open_issues_count":7,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T02:06:49.119Z","etag":null,"topics":["deserialization-library","json","python3","serialization-library","xml"],"latest_commit_sha":null,"homepage":"https://py-serializable.readthedocs.io/","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/madpah.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":"docs/support.rst","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-10T11:01:36.000Z","updated_at":"2025-02-22T22:20:44.000Z","dependencies_parsed_at":"2023-02-15T08:20:40.498Z","dependency_job_id":"ee691284-0b31-4e01-9fed-6d745e0f9619","html_url":"https://github.com/madpah/serializable","commit_stats":{"total_commits":160,"total_committers":4,"mean_commits":40.0,"dds":0.25625,"last_synced_commit":"c1e8fd840b9e89c36f36304342cc6f9be8cc7d26"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madpah%2Fserializable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madpah%2Fserializable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madpah%2Fserializable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madpah%2Fserializable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madpah","download_url":"https://codeload.github.com/madpah/serializable/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249072827,"owners_count":21208253,"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":["deserialization-library","json","python3","serialization-library","xml"],"created_at":"2024-11-16T12:28:14.011Z","updated_at":"2025-04-15T12:37:31.518Z","avatar_url":"https://github.com/madpah.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-serializable\n\n[![shield_pypi-version]][link_pypi]\n[![shield_conda-forge-version]][link_conda-forge]\n[![shield_rtfd]][link_rtfd]\n[![shield_gh-workflow-test]][link_gh-workflow-test]\n[![shield_license]][license_file]\n[![shield_twitter-follow]][link_twitter]\n\n----\n\nThis Pythonic library provides a framework for serializing/deserializing Python classes to and from JSON and XML.\n\nIt relies upon the use of \n[Python Properties](https://docs.python.org/3/library/functions.html?highlight=property#property) in your Python\nclasses.\n\nRead the full [documentation][link_rtfd] for more details.\n\n## Installation\n\nInstall this from [PyPi.org][link_pypi] using your preferred Python package manager.\n\nExample using `pip`:\n\n```shell\npip install py-serializable\n```\n\nExample using `poetry`:\n\n```shell\npoetry add py-serializable\n```\n\n## Usage\n\nSee the full [documentation][link_rtfd] or our [unit tests][link_unit_tests] for usage and details.\n\n## Python Support\n\nWe endeavour to support all functionality for all [current actively supported Python versions](https://www.python.org/downloads/).\nHowever, some features may not be possible/present in older Python versions due to their lack of support.\n\n## Contributing\n\nFeel free to open issues, bugreports or pull requests.  \nSee the [CONTRIBUTING][contributing_file] file for details.\n\n## Copyright \u0026 License\n\n`py-serializable` is Copyright (c) Paul Horton 2022. All Rights Reserved.\n\nPermission to modify and redistribute is granted under the terms of the Apache 2.0 license.  \nSee the [LICENSE][license_file] file for the full license.\n\n[license_file]: https://github.com/madpah/serializable/blob/main/LICENSE\n[contributing_file]: https://github.com/madpah/serializable/blob/main/CONTRIBUTING.md\n[link_rtfd]: https://py-serializable.readthedocs.io/\n\n[shield_gh-workflow-test]: https://img.shields.io/github/actions/workflow/status/madpah/serializable/python.yml?branch=main \"build\"\n[shield_rtfd]: https://img.shields.io/readthedocs/py-serializable?logo=readthedocs\u0026logoColor=white\n[shield_pypi-version]: https://img.shields.io/pypi/v/py-serializable?logo=Python\u0026logoColor=white\u0026label=PyPI \"PyPI\"\n[shield_conda-forge-version]: https://img.shields.io/conda/vn/conda-forge/py-serializable?logo=anaconda\u0026logoColor=white\u0026label=conda-forge \"conda-forge\"\n[shield_license]: https://img.shields.io/github/license/madpah/serializable?logo=open%20source%20initiative\u0026logoColor=white \"license\"\n[shield_twitter-follow]: https://img.shields.io/badge/Twitter-follow-blue?logo=Twitter\u0026logoColor=white \"twitter follow\"\n[link_gh-workflow-test]: https://github.com/madpah/serializable/actions/workflows/python.yml?query=branch%3Amain\n[link_pypi]: https://pypi.org/project/py-serializable/\n[link_conda-forge]: https://anaconda.org/conda-forge/py-serializable\n[link_twitter]: https://twitter.com/madpah\n[link_unit_tests]: https://github.com/madpah/serializable/blob/main/tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadpah%2Fserializable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadpah%2Fserializable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadpah%2Fserializable/lists"}