{"id":13725447,"url":"https://github.com/mikeywaites/kim","last_synced_at":"2025-04-05T07:05:04.794Z","repository":{"id":13654055,"uuid":"16347566","full_name":"mikeywaites/kim","owner":"mikeywaites","description":"Kim: A JSON Serialization and Marshaling framework","archived":false,"fork":false,"pushed_at":"2020-02-16T16:13:53.000Z","size":827,"stargazers_count":312,"open_issues_count":16,"forks_count":12,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-29T06:04:48.767Z","etag":null,"topics":["json","marshalling","python","rest-api","serialization"],"latest_commit_sha":null,"homepage":"http://kim.readthedocs.org/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikeywaites.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-29T14:45:21.000Z","updated_at":"2025-03-17T14:55:32.000Z","dependencies_parsed_at":"2022-09-02T03:30:13.989Z","dependency_job_id":null,"html_url":"https://github.com/mikeywaites/kim","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeywaites%2Fkim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeywaites%2Fkim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeywaites%2Fkim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeywaites%2Fkim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikeywaites","download_url":"https://codeload.github.com/mikeywaites/kim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299831,"owners_count":20916190,"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":["json","marshalling","python","rest-api","serialization"],"created_at":"2024-08-03T01:02:23.560Z","updated_at":"2025-04-05T07:05:04.776Z","avatar_url":"https://github.com/mikeywaites.png","language":"Python","funding_links":[],"categories":["Python","Model, Schema","Libraries"],"sub_categories":[],"readme":"Kim: A JSON Serialization and Marshaling framework\n===================================================\n\n.. image:: https://img.shields.io/pypi/v/py-kim.svg\n    :target: https://pypi.python.org/pypi/py-kim\n\n.. image:: https://img.shields.io/pypi/l/py-kim.svg\n    :target: https://pypi.python.org/pypi/py-kim\n\n.. image:: https://circleci.com/gh/mikeywaites/kim.svg?style=shield\u0026circle-token=d46954b5e66c2cc885f35c745baaea9a70e961af\n    :target: https://pypi.python.org/pypi/py-kim\n\n**Introducing Kim**::\n\n.. code-block:: python\n\n    \u003e\u003e\u003e mapper = UserMapper(data=response.json())\n    \u003e\u003e\u003e mapper.marshal()\n    User(id='one', name='Bruce Wayne', 'title'='CEO/Super Hero')\n    \u003e\u003e\u003e user_two = User.query.get('two')\n    \u003e\u003e\u003e mapper = UserMapper(obj=user_two)\n    \u003e\u003e\u003e mapper.serialize()\n    {u'id': 'two', u'name': 'Martha Wayne', 'title': 'Mother of Batman'}\n\nKim Features\n------------\n\nKim is a feature packed framework for handling even the most complex\nmarshaling and serialization requirements.\n\n- Web framework agnostic - Flask, Django, Framework-XXX supported!\n- Highly customisable field processing system\n- Security focused\n- Control included fields with powerful roles system\n- Handle mixed data types with polymorphic mappers\n- Marshal and Serialize nested objects\n\nKim officially supports Python 2.7 \u0026 3.3–3.5\n\n\nInstallation\n------------\n\nInstall Kim using pip::\n\n.. code-block:: bash\n\n    $ pip install py-kim\n\n\nDocumentation\n-------------\n\nLearn all of Kim's features with these simple step-by-step instructions or check out the\nquickstart guide for a rapid overview to get going quickly.\n\nhttp://kim.readthedocs.io/en/latest/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikeywaites%2Fkim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikeywaites%2Fkim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikeywaites%2Fkim/lists"}