{"id":13771362,"url":"https://github.com/BYK/pyresto","last_synced_at":"2025-05-11T04:30:40.988Z","repository":{"id":62583090,"uuid":"2139380","full_name":"BYK/pyresto","owner":"BYK","description":"A generic ORM framework for RESTful APIs","archived":true,"fork":false,"pushed_at":"2019-07-09T08:24:45.000Z","size":528,"stargazers_count":90,"open_issues_count":13,"forks_count":10,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-18T01:37:41.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pyresto.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BYK.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-01T22:10:43.000Z","updated_at":"2024-11-28T16:29:00.000Z","dependencies_parsed_at":"2022-11-03T22:01:59.481Z","dependency_job_id":null,"html_url":"https://github.com/BYK/pyresto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BYK%2Fpyresto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BYK%2Fpyresto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BYK%2Fpyresto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BYK%2Fpyresto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BYK","download_url":"https://codeload.github.com/BYK/pyresto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253518941,"owners_count":21921074,"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":[],"created_at":"2024-08-03T17:00:50.621Z","updated_at":"2025-05-11T04:30:40.534Z","avatar_url":"https://github.com/BYK.png","language":"Python","funding_links":[],"categories":["ODM, ORM, Active Record"],"sub_categories":[],"readme":"Pyresto\n=======\n\n.. image:: https://secure.travis-ci.org/BYK/pyresto.png\n    :alt: Travis CI\n    :target: http://travis-ci.org/BYK/pyresto\n\n::\n\nExamples\n--------\n\nGitHub\n^^^^^^\n\n.. code-block:: python\n\n    import pyresto.apis.github as GitHub\n\n    user = GitHub.User.get('berkerpeksag')\n    print 'Watchers: {0:d}'.format(sum(r.watchers for r in user.repos))\n\n\nBugzilla\n^^^^^^^^\n\n.. code-block:: python\n\n    from pyresto.apis.bugzilla import mozilla\n\n    mozilla.auth(username='\u003cUSERNAME\u003e', password='\u003cPASSWORD\u003e')\n    bug = mozilla.Bug.get('774141')\n    print bug.id, bug.status, bug.summary\n    # 774141 NEW Add generic Bugzilla Python client API\n\n\nInstallation\n------------\n\nTo install Pyresto, simply::\n\n    pip install pyresto\n\n\nDocumentation\n-------------\n\nDocumentation hosted on `Read the Docs \u003chttp://pyresto.readthedocs.org/\u003e`_.\n\nLicense\n-------\n\nAll files that are part of this project are covered by the following license, except where explicitly noted.\n\n    This Source Code Form is subject to the terms of the Mozilla Public\n    License, v. 2.0. If a copy of the MPL was not distributed with this\n    file, You can obtain one at http://mozilla.org/MPL/2.0/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBYK%2Fpyresto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBYK%2Fpyresto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBYK%2Fpyresto/lists"}