{"id":15773997,"url":"https://github.com/niknozhenko/pyptly","last_synced_at":"2025-03-31T14:19:16.333Z","repository":{"id":62582757,"uuid":"66796669","full_name":"niknozhenko/pyptly","owner":"niknozhenko","description":"A Python wrapper around the Aptly API","archived":false,"fork":false,"pushed_at":"2017-02-11T23:20:05.000Z","size":257,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T03:44:33.500Z","etag":null,"topics":["aptly","debian","debian-packages","pyptly","python","ubuntu"],"latest_commit_sha":null,"homepage":null,"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/niknozhenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-28T23:48:55.000Z","updated_at":"2023-11-24T15:57:05.000Z","dependencies_parsed_at":"2022-11-03T22:02:02.631Z","dependency_job_id":null,"html_url":"https://github.com/niknozhenko/pyptly","commit_stats":null,"previous_names":["repelista/pyaptly"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niknozhenko%2Fpyptly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niknozhenko%2Fpyptly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niknozhenko%2Fpyptly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niknozhenko%2Fpyptly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niknozhenko","download_url":"https://codeload.github.com/niknozhenko/pyptly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246481004,"owners_count":20784458,"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":["aptly","debian","debian-packages","pyptly","python","ubuntu"],"created_at":"2024-10-04T16:04:21.944Z","updated_at":"2025-03-31T14:19:16.314Z","avatar_url":"https://github.com/niknozhenko.png","language":"Python","readme":"[![Build Status](https://travis-ci.org/repelista/pyptly.svg?branch=master)](https://travis-ci.org/repelista/pyptly)\n[![Coverage Status](https://coveralls.io/repos/github/repelista/pyptly/badge.svg?branch=master)](https://coveralls.io/github/repelista/pyptly?branch=master)\n[![PyPI](https://img.shields.io/pypi/v/pyptly.svg)](https://pypi.python.org/pypi/pyptly)\n\n# pyptly\nThis library provides a Python interface to the Aptly API\n\n### Dependencies:\n- requests \u003e= 2.4.3\n\n### Installation:\nFrom PyPI:\n\n    pip install pyptly\n\nOr you may use git to clone the repository from\nGithub and install it manually:\n\n     python setup.py install\n\nTo build debian package run:\n\n     dpkg-buildpackage -us -uc\n\n### Basic Usage:\n\n    import pyptly\n    from requests.auth import HTTPBasicAuth\n\n    auth = HTTPBasicAuth('user', 'pass')\n    api = pyptly.Aptly('http://127.0.0.1:8080', auth=auth)\n    api.aptly_version\n    {u'Version': u'0.9.7'}\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniknozhenko%2Fpyptly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniknozhenko%2Fpyptly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniknozhenko%2Fpyptly/lists"}