Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djpugh/azure_devops_artifacts_helpers
Helpers to bootstrap using a Private Azure Devops Artifacts Repository as your primary index-url
https://github.com/djpugh/azure_devops_artifacts_helpers
azure-devops azure-devops-artifacts python virtualenv
Last synced: 3 months ago
JSON representation
Helpers to bootstrap using a Private Azure Devops Artifacts Repository as your primary index-url
- Host: GitHub
- URL: https://github.com/djpugh/azure_devops_artifacts_helpers
- Owner: djpugh
- License: mit
- Created: 2020-10-16T12:28:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T11:39:46.000Z (6 months ago)
- Last Synced: 2024-10-01T23:47:49.307Z (4 months ago)
- Topics: azure-devops, azure-devops-artifacts, python, virtualenv
- Language: Python
- Homepage: https://djpugh.github.io/azure_devops_artifacts_helpers
- Size: 8.6 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
******************************
azure_devops_artifacts_helpers
******************************.. image:: https://img.shields.io/github/license/djpugh/azure_devops_artifacts_helpers.svg
:target: https://github.com/djpugh/azure_devops_artifacts_helpers/blob/master/LICENSE.. image:: https://img.shields.io/pypi/v/azure_devops_artifacts_helpers?style=flat-square
:target: https://pypi.org/project/azure_devops_artifacts_helpers.. image:: https://img.shields.io/pypi/implementation/azure_devops_artifacts_helpers?style=flat-square
:target: https://pypi.org/project/azure_devops_artifacts_helpers.. image:: https://img.shields.io/pypi/pyversions/azure_devops_artifacts_helpers?style=flat-square
:target: https://pypi.org/project/azure_devops_artifacts_helpers.. image:: https://img.shields.io/pypi/dm/azure_devops_artifacts_helpers?style=flat-square
:target: https://pypistats.org/packages/azure_devops_artifacts_helpers.. image:: https://img.shields.io/pypi/l/azure_devops_artifacts_helpers?style=flat-square
:target: https://opensource.org/licenses/MIT.. image:: https://github.com/djpugh/azure_devops_artifacts_helpers/actions/workflows/pipeline.yml/badge.svg?branch=main&event=push
:target: https://github.com/djpugh/azure_devops_artifacts_helpers/actions/workflows/pipeline.yml?query=branch%3Amain+event%3Apush.. image:: https://codecov.io/gh/djpugh/azure_devops_artifacts_helpers/branch/master/graph/badge.svg?token=APZ8YDJ0UD
:target: https://codecov.io/gh/djpugh/azure_devops_artifacts_helpers.. image:: https://app.fossa.com/api/projects/custom%2B20832%2Fgithub.com%2Fdjpugh%2Fazure_devops_artifacts_helpers.svg?type=shield
:target: https://app.fossa.com/projects/custom%2B20832%2Fgithub.com%2Fdjpugh%2Fazure_devops_artifacts_helpers?ref=badge_shield.. image:: https://sonarcloud.io/api/project_badges/measure?project=djpugh_azure_devops_artifacts_helpers&metric=alert_status
:target: https://sonarcloud.io/dashboard?id=djpugh_azure_devops_artifacts_helpers.. image:: https://img.shields.io/github/issues/djpugh/azure_devops_artifacts_helpers
:target: https://github.com/djpugh/azure_devops_artifacts_helpers/issues.. image:: https://img.shields.io/github/issues-pr-raw/djpugh/azure_devops_artifacts_helpers
:target: https://github.com/djpugh/azure_devops_artifacts_helpers/pullsSummary
~~~~~~~Install using ``pip install azure_devops_artifacts_helpers``
Then use ``virtualenv --seeder azdo-pip``
To create a virtualenv with the ``artifacts-keyring`` package installed.
This also includes an extension for ``tox``, which will activate automatically (may require configuring
``requires`` in the ``tox`` config)Alternatively for other python environment managers (``poetry``, ``hatch`` etc.), the ``VIRTUALENV_SEEDER=azdo-pip``
environment variable can be set to use this seeder.Links
~~~~~* `Full Documentation `_
* `Installation `_
* `Changelog `_
* `Issues `_
* `PyPI `_
* |github| `Github `_.. |github| image:: https://api.iconify.design/logos-github-icon.svg
:target: https://github.com/djpugh/azure_devops_artifacts_helpersCoverage
~~~~~~~~.. image:: https://codecov.io/gh/djpugh/azure_devops_artifacts_helpers/branch/master/graphs/sunburst.svg?token=APZ8YDJ0UD
:target: https://codecov.io/gh/djpugh/azure_devops_artifacts_helpersLicense Analysis
~~~~~~~~~~~~~~~~.. image:: https://app.fossa.com/api/projects/custom%2B20832%2Fgithub.com%2Fdjpugh%2Fazure_devops_artifacts_helpers.svg?type=large
:target: https://app.fossa.com/projects/custom%2B20832%2Fgithub.com%2Fdjpugh%2Fazure_devops_artifacts_helpers?ref=badge_shield---------------------------
(Built from `package-template `_ version 1.0.0)