{"id":17259972,"url":"https://github.com/hoefling/devpi-client-extensions","last_synced_at":"2025-08-18T01:35:34.223Z","repository":{"id":38903352,"uuid":"103432527","full_name":"hoefling/devpi-client-extensions","owner":"hoefling","description":"Extensions for devpi client https://github.com/devpi/devpi","archived":false,"fork":false,"pushed_at":"2025-08-09T20:33:09.000Z","size":475,"stargazers_count":4,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T22:14:04.819Z","etag":null,"topics":["devpi-client","python","python3"],"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/hoefling.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-09-13T17:53:44.000Z","updated_at":"2024-12-30T22:23:13.000Z","dependencies_parsed_at":"2024-05-11T04:27:11.870Z","dependency_job_id":"6d1f4fbb-e5f9-4270-a6ce-040c3ecc2c4b","html_url":"https://github.com/hoefling/devpi-client-extensions","commit_stats":{"total_commits":277,"total_committers":6,"mean_commits":"46.166666666666664","dds":0.7184115523465704,"last_synced_commit":"1dc1ff2aa024364bc62b0f38fbac404024887997"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/hoefling/devpi-client-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoefling%2Fdevpi-client-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoefling%2Fdevpi-client-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoefling%2Fdevpi-client-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoefling%2Fdevpi-client-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoefling","download_url":"https://codeload.github.com/hoefling/devpi-client-extensions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoefling%2Fdevpi-client-extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270932577,"owners_count":24670241,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["devpi-client","python","python3"],"created_at":"2024-10-15T07:46:47.013Z","updated_at":"2025-08-18T01:35:34.194Z","avatar_url":"https://github.com/hoefling.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"devpi-client-extensions\n=======================\n\nSome useful stuff around `devpi client`_. Although this package is proudly named\n*extensions*, currently there is only one thing implemented ready to be used:\na hook that uses passwords from ``.pypirc`` or `keyring`_ on login to devpi server\nso you don't have to enter your password if you store it for upload anyway.\n\nInstall\n-------\n\n.. code-block:: sh\n\n   $ pip install devpi-client-extensions\n\nUsage\n-----\n\nJust use the ``devpi login`` command as usual:\n\n.. code-block:: sh\n\n   $ devpi login hoefling\n   Using hoefling credentials from .pypirc\n   logged in 'hoefling', credentials valid for 10.00 hours\n\nKeyring Support\n---------------\n\nSince version 0.3, reading credentials using `keyring`_ is supported.\nInstall the package with ``keyring`` extras:\n\n.. code-block:: sh\n\n   $ pip install devpi-client-extensions[keyring]\n\nExample with storing the password in keyring:\n\n.. code-block:: sh\n\n   $ keyring set https://my.devpi.url/ hoefling\n   $ devpi login hoefling\n   Using hoefling credentials from keyring\n   logged in 'hoefling', credentials valid for 10.00 hours\n\nStats\n-----\n\n|pypi| |build| |coverage| |black| |precommit|\n\n.. |pypi| image:: https://img.shields.io/pypi/v/devpi-client-extensions.svg?logo=python\u0026logoColor=white\n   :target: https://pypi.python.org/pypi/devpi-client-extensions\n   :alt: Package on PyPI\n\n.. |build| image:: https://github.com/hoefling/devpi-client-extensions/workflows/CI/badge.svg\n   :target: https://github.com/hoefling/devpi-client-extensions/actions?query=workflow%3A%22CI%22\n   :alt: Build status on Github Actions\n\n.. |coverage| image:: https://codecov.io/gh/hoefling/devpi-client-extensions/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/hoefling/devpi-client-extensions\n   :alt: Coverage status\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/ambv/black\n\n.. |precommit| image:: https://results.pre-commit.ci/badge/github/hoefling/devpi-client-extensions/master.svg\n   :target: https://results.pre-commit.ci/latest/github/hoefling/devpi-client-extensions/master\n   :alt: pre-commit.ci status\n\n.. _devpi client: https://pypi.org/project/devpi-client/\n\n.. _keyring: https://pypi.org/project/keyring/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoefling%2Fdevpi-client-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoefling%2Fdevpi-client-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoefling%2Fdevpi-client-extensions/lists"}