{"id":22862447,"url":"https://github.com/tomi77/slumber-serializers","last_synced_at":"2025-03-31T08:46:14.938Z","repository":{"id":57468453,"uuid":"61183580","full_name":"tomi77/slumber-serializers","owner":"tomi77","description":"A set of Slumber serializers","archived":false,"fork":false,"pushed_at":"2016-10-23T19:01:01.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T13:19:52.891Z","etag":null,"topics":["csv","python","serializer","slumber"],"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/tomi77.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2016-06-15T06:36:44.000Z","updated_at":"2017-02-23T21:44:24.000Z","dependencies_parsed_at":"2022-09-19T09:31:44.419Z","dependency_job_id":null,"html_url":"https://github.com/tomi77/slumber-serializers","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fslumber-serializers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fslumber-serializers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fslumber-serializers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomi77%2Fslumber-serializers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomi77","download_url":"https://codeload.github.com/tomi77/slumber-serializers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443525,"owners_count":20778247,"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":["csv","python","serializer","slumber"],"created_at":"2024-12-13T10:13:35.142Z","updated_at":"2025-03-31T08:46:14.914Z","avatar_url":"https://github.com/tomi77.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===================\nslumber-serializers\n===================\n\nA set of Slumber serializers\n\n.. image:: https://travis-ci.org/tomi77/slumber-serializers.svg?branch=master\n   :target: https://travis-ci.org/tomi77/slumber-serializers\n.. image:: https://coveralls.io/repos/github/tomi77/slumber-serializers/badge.svg\n   :target: https://coveralls.io/github/tomi77/slumber-serializers\n.. image:: https://codeclimate.com/github/tomi77/slumber-serializers/badges/gpa.svg\n   :target: https://codeclimate.com/github/tomi77/slumber-serializers\n   :alt: Code Climate\n\nInstallation\n============\n\nInstall package via ``pip``\n\n.. sourcecode:: sh\n\n   pip install slumber-serializers\n\nUsage\n=====\n\n.. sourcecode:: python\n\n   import slumber\n   import slumber.serialize\n   from slumber_serializers import CsvSerializer\n\n\n   api = slumber.API('/api/v1/', serializer=slumber.serialize.Serializer(default='csv',\n                                                                         serializers=[CsvSerializer()]),\n                     format='csv')\n   api.test(format='csv').get()\n\nAvailable serializers\n=====================\n\nCSV serializer\n--------------\n\nSerialize to and deserialize from CSV.\n\nBinary serializer\n-----------------\n\nSerialize to and deserialize from any binary format.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomi77%2Fslumber-serializers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomi77%2Fslumber-serializers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomi77%2Fslumber-serializers/lists"}