Skip to main content

NOTE

'artifacts-keyring' is a relatively thin wrapper around artifacts-credprovider. Make sure to also look at that repository for more information about different scenarios. For example:

artifacts-keyring

The artifacts-keyring package provides authentication for publishing or consuming Python packages to or from Azure Artifacts feeds within Azure DevOps.

This package is an extension to keyring, which will automatically find and use it once installed.

Both pip and twine will use keyring to find credentials.

Installation

To install this package, run the following pip command:

pip install artifacts-keyring

Usage

Requirements

To use artifacts-keyring to set up authentication between pip/twine and Azure Artifacts, the following requirements must be met:

  • pip version 19.2 or higher

  • twine version 1.13.0 or higher

  • python version 3.9 or higher

    If no matching platform specific .whl is found when running pip install and the sdist is 
    fetched instead, the .NET runtime 8.0.X or later is required. Refer to [here](https://
    learn.microsoft.com/dotnet/core/install/) for installation guideline.
    

Publishing packages to an Azure Artifacts feed

Once artifacts-keyring is installed, to publish a package, use the following twine command, replacing <org_name> and <feed_name> with your own:

twine upload --repository-url https://pkgs.dev.azure.com/<org_name>/_packaging/<feed_name>/pypi/upload <package_wheel_or_other_dist_format>

Installing packages from an Azure Artifacts feed

Once artifacts-keyring is installed, to consume a package, use the following pip command, replacing <org_name> and <feed_name> with your own, and <package_name> with the package you want to install:

pip install <package_name> --index-url https://pkgs.dev.azure.com/<org_name>/_packaging/<feed_name>/pypi/simple

Advanced configuration

The artifacts-keyring package is layered on top of our Azure Artifacts Credential Provider. Check out that link to the GitHub repo for more information on configuration options.

Environment variables

  • ARTIFACTS_KEYRING_NONINTERACTIVE_MODE: Controls whether the underlying credential provider can issue interactive prompts.

Build Environment Variables

  • ARTIFACTS_CREDENTIAL_PROVIDER_RID: Controls whether or not to build with a specific runtime of the self-contained .NET version of the Azure Artifacts Credential Provider.
  • ARTIFACTS_CREDENTIAL_PROVIDER_NON_SC: Controls whether or not to build the non-self-contained .NET 8 version of keyring.

Local development

  1. Install build dependencies with pip install .
  2. For local builds, build the project using python -m build --outdir %DIRECTORY%
  3. You can also mimic the CI build using cibuildwheel --platform auto --output-dir %DIRECTORY%
  4. Open a new terminal window in %DIRECTORY%, then run pip install ***.whl --force-reinstall

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Release files for artifacts-keyring 1.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for artifacts-keyring 1.0.0
File Size Uploaded
artifacts_keyring-1.0.0.tar.gz 5.8 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for artifacts-keyring 1.0.0
File
artifacts_keyring-1.0.0-pp311-pypy311_pp73-win_amd64.whl PyPy 3.11 PyPy 3.11 7.3 Windows x86-64 Details
artifacts_keyring-1.0.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
artifacts_keyring-1.0.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
artifacts_keyring-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 macOS 10.15+ x86-64 Details
artifacts_keyring-1.0.0-pp310-pypy310_pp73-win_amd64.whl PyPy 3.10 PyPy 3.10 7.3 Windows x86-64 Details
artifacts_keyring-1.0.0-pp310-pypy310_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
artifacts_keyring-1.0.0-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
artifacts_keyring-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64 Details
artifacts_keyring-1.0.0-pp39-pypy39_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
artifacts_keyring-1.0.0-pp39-pypy39_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
artifacts_keyring-1.0.0-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
artifacts_keyring-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
artifacts_keyring-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
artifacts_keyring-1.0.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
artifacts_keyring-1.0.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
artifacts_keyring-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
artifacts_keyring-1.0.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
artifacts_keyring-1.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
artifacts_keyring-1.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
artifacts_keyring-1.0.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
artifacts_keyring-1.0.0-cp313-cp313-macosx_10_15_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.15+ x86-64 Details
artifacts_keyring-1.0.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
artifacts_keyring-1.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
artifacts_keyring-1.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
artifacts_keyring-1.0.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
artifacts_keyring-1.0.0-cp312-cp312-macosx_10_15_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.15+ x86-64 Details
artifacts_keyring-1.0.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
artifacts_keyring-1.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
artifacts_keyring-1.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
artifacts_keyring-1.0.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
artifacts_keyring-1.0.0-cp311-cp311-macosx_10_15_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.15+ x86-64 Details
artifacts_keyring-1.0.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
artifacts_keyring-1.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
artifacts_keyring-1.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
artifacts_keyring-1.0.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
artifacts_keyring-1.0.0-cp310-cp310-macosx_10_15_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.15+ x86-64 Details
artifacts_keyring-1.0.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
artifacts_keyring-1.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
artifacts_keyring-1.0.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
artifacts_keyring-1.0.0-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
artifacts_keyring-1.0.0-cp39-cp39-macosx_10_15_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.15+ x86-64 Details

Total release size: 1.4 GB

Release files / artifacts_keyring-1.0.0.tar.gz

Download URL artifacts_keyring-1.0.0.tar.gz
Size 5.8 MB
Tags Source
SHA-256 checksum
How to use checksums
1d5e8bda904ab8bd90917bef5c2d038136359b838c4c4d77b8e7a5375d1af6e8
BLAKE2b-256 checksum
How to use checksums
14207a7f9e50d40efb8923966ef4f34ebd4dcf5231ef01cace50b70de7898b38
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-pp311-pypy311_pp73-win_amd64.whl

Download URL artifacts_keyring-1.0.0-pp311-pypy311_pp73-win_amd64.whl
Size 36.6 MB
Tags PyPy 3.11 PyPy 3.11 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
f9ddd50861f2b649105c39df549326b573a73f9da025ecf11238c02a6ced641d
BLAKE2b-256 checksum
How to use checksums
df9387bc7a1c5320b01a0a301ffb9de02df6c45d1949b21e121087ea731e6f88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL artifacts_keyring-1.0.0-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 34.7 MB
Tags Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
507260f63f0b4b5d294cc4844dcf128629514ae0bd03c4980dd0d33fa96cdf88
BLAKE2b-256 checksum
How to use checksums
aabe710a803374641682a45626f637e21b3bebe0776dc7e2537661315d160126
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL artifacts_keyring-1.0.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 33.3 MB
Tags Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
421471403ddd1a3a1636bcfb2ef67b85f67b01cdaa8d10663c149e1519879863
BLAKE2b-256 checksum
How to use checksums
81ac829db3a0d34bc7979e9a98bd82711cce93684352002cba5392ad6a4657a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl

Download URL artifacts_keyring-1.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Size 34.4 MB
Tags PyPy 3.11 PyPy 3.11 7.3 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
a69ee977938fd788035984c638d61e0001f71c5577f0f3e510d3646aa9d419cc
BLAKE2b-256 checksum
How to use checksums
02288495ba59c9250a72b073c3f466c67a3aa59cd21e3882f118897f8383f4da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-pp310-pypy310_pp73-win_amd64.whl

Download URL artifacts_keyring-1.0.0-pp310-pypy310_pp73-win_amd64.whl
Size 36.6 MB
Tags PyPy 3.10 PyPy 3.10 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
b92f5f92fe430f904cfa86d508f04b3f1fded9e23acc5da1f2cdb59a884fc247
BLAKE2b-256 checksum
How to use checksums
832b7983bfcfb9ddc9104bd86856c6f5b4b175a1c8e01e4fe093e4dbc10d4aa2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-pp310-pypy310_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL artifacts_keyring-1.0.0-pp310-pypy310_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 34.7 MB
Tags Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
582174daf8b768ddd8667c0790b0adc8bfbfa130d04670d63b72e8f22b06c5f0
BLAKE2b-256 checksum
How to use checksums
7d80a5a1617469b712d9d515544d1a7113e76463fcbc86f81d3b70c364ca1fb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL artifacts_keyring-1.0.0-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 33.3 MB
Tags Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
fed19d9d2374522bd4c023a77852beae1d74ee31a134f063a975bb83db8ea43f
BLAKE2b-256 checksum
How to use checksums
8f094056ecab70bb2a0cdbce628f1d06fa9b94658689cefbffb869c18ad59aa1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl

Download URL artifacts_keyring-1.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Size 34.4 MB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
aa766b14b3e51caaed8218c0c0a34da272989b2a868e6fae2a3b5df18927274c
BLAKE2b-256 checksum
How to use checksums
6608d17541ac1f4e09b394ed6e0ae99ea48d1d9813cdc76a897cc59628ba6683
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-pp39-pypy39_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL artifacts_keyring-1.0.0-pp39-pypy39_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 34.7 MB
Tags Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
789a5db85b178186319795331f46db139b9d9f055c6eccc43f343e7d8cc203e0
BLAKE2b-256 checksum
How to use checksums
9edd9f965674738a4dede1f8bbe09d82f89242fd0a1cd7411f6096ea1fc6bb66
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-pp39-pypy39_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL artifacts_keyring-1.0.0-pp39-pypy39_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 33.3 MB
Tags Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
65a9668849a7a03e492de13e338565da14c757f62d6821ad850a09cdef5fca1e
BLAKE2b-256 checksum
How to use checksums
951f742480585df95cd938a4c4253e7bcb0c20e979decfcdf5fa8c93c4aae204
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp314-cp314t-win_amd64.whl

Download URL artifacts_keyring-1.0.0-cp314-cp314t-win_amd64.whl
Size 37.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
14f047f3a2092c03005a3655c3229122272581716358ec4239821b25eeb99a28
BLAKE2b-256 checksum
How to use checksums
38bd225a24f200d13678b3db8108dfde0e5bb9ebed5b739511e941346e5ca332
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl

Download URL artifacts_keyring-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl
Size 32.7 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f1be07348781218acfdc228a25af1b8a882be96736c7b576531e981423819f1f
BLAKE2b-256 checksum
How to use checksums
7c07c3d50994f009022084efbfc041ef3847e5f5fe5213aa118af44b22cd45a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl
Size 34.4 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
53b94fd2bbc89a394c82dffca21e4898adde85fa5336f4bf4e156cd63e4f3312
BLAKE2b-256 checksum
How to use checksums
ac37aae416116da2aaacbb40afe5354671327d358abe6661ae556e623e98f8b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp314-cp314-win_amd64.whl

Download URL artifacts_keyring-1.0.0-cp314-cp314-win_amd64.whl
Size 37.8 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
6fad5a37565072f580065561fb88580dc5ea3d4912902c996c56fe3e053dceda
BLAKE2b-256 checksum
How to use checksums
294a908f00caf2de4a7b2157444d1ed3d2611d345a0afe55991fa24859380144
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL artifacts_keyring-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Size 32.7 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
cea47ca0704df5c5814f36f7bd30dd7b37e86b9689823e21d6ffca649b8b43ed
BLAKE2b-256 checksum
How to use checksums
bc14dc15206d1a9258c96270cea4d5db85eac1ad46ddc4208c97edafc32f7bb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl
Size 34.4 MB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
cc50953c3e76788eacfc2dc97e8021e94845d4dd54a163ba0fc0d663f2074fa6
BLAKE2b-256 checksum
How to use checksums
1655902ac69e769f6048d954b2fdeb176b280f3b3fc2e96be7f24286445bd018
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp313-cp313-win_amd64.whl

Download URL artifacts_keyring-1.0.0-cp313-cp313-win_amd64.whl
Size 36.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
e345c2ef0edc327d9874924e289e20b17ed97b483db28a1c1a019a7d0dcd7b35
BLAKE2b-256 checksum
How to use checksums
34fe2d6d2e03339964b5efbe43a6f459ff7641c59f4c01d1f30353b8c15771bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 34.7 MB
Tags CPython 3.13 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
eb98ccf162b604be68e62650bdaeb73318546cf3c8c3108ad9c880ece7b03b4e
BLAKE2b-256 checksum
How to use checksums
14ed0cc3de7ddbea43c0406847be0a0fbdb13c55311a25f7281964c510ef79d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL artifacts_keyring-1.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 33.3 MB
Tags CPython 3.13 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
eacdefa1f0183b6d07104e6c42c5a7e15cbb39efaa226be382413b1e053f23ef
BLAKE2b-256 checksum
How to use checksums
31a3f2e0c56366dd328c059c60efd1e3ba4ea9b87da79bdf301427b47a5b574c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL artifacts_keyring-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Size 32.7 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c944b73838a4e13bb1ba41ed7fb0b5764e6f2e8c5ac380473b0707947d29930f
BLAKE2b-256 checksum
How to use checksums
d24b5ab012d60273ef384b27b40a273e5ab3bcfe80c4d1f3dabefb23151c9da3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp313-cp313-macosx_10_15_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp313-cp313-macosx_10_15_x86_64.whl
Size 34.4 MB
Tags CPython 3.13 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
d75a5cd0a15c2ba0297fb57f8f85b5cacf8b379f7390cfb69f0c170318d50df3
BLAKE2b-256 checksum
How to use checksums
1b8c76f818d85c00be76c73cded8692555fe7109fbabd552eddc2a3021c48e49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp312-cp312-win_amd64.whl

Download URL artifacts_keyring-1.0.0-cp312-cp312-win_amd64.whl
Size 36.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
981baef41ad957b14dc8a6cf157f7a94bdf9076db179af4c2ff5af1e4cb2fdfc
BLAKE2b-256 checksum
How to use checksums
0930509ca6186f39b0be2caa7232b3be92b9a91740f9364f29fc41cf1b014be6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 34.7 MB
Tags CPython 3.12 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6e99b1e25572686839cc5b4eb1aa06ed314c2e45301d5fb01b1991cfc3fb8ffd
BLAKE2b-256 checksum
How to use checksums
1c0143c86bb2c58b26acede07b546c1a96e6b6c6ffe6fad3b17b0baf4a845a49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL artifacts_keyring-1.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 33.3 MB
Tags CPython 3.12 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
3b2dcfbb5d84f5292421fd896b6eeff68b1cad278dbedf07f7428f415ef0681f
BLAKE2b-256 checksum
How to use checksums
6f2d49f750a10ef93f28e21c7a08185df6e91051a834092683a4723a9983950e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL artifacts_keyring-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Size 32.7 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
855f003e59201172c9289f371572072a3d85e62b7753c6c0b4098d0442a6ea6f
BLAKE2b-256 checksum
How to use checksums
1d0fb8c2a5dec0b4471bc8724b228eb7e9ed8307c2ed88cad389a5667dd2b002
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp312-cp312-macosx_10_15_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp312-cp312-macosx_10_15_x86_64.whl
Size 34.4 MB
Tags CPython 3.12 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
4e0ee9fbdb7884218e9f89ae21eec59f9f84e37c41c45b5d3de6ae46df626bd6
BLAKE2b-256 checksum
How to use checksums
384ad72721108c2a7674c6b9901fe23028668557314419b4275b4eba39993c98
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp311-cp311-win_amd64.whl

Download URL artifacts_keyring-1.0.0-cp311-cp311-win_amd64.whl
Size 36.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
f5bcb4c23c6768292f6a57218ad67ae90cf2bae63f45d1d3597087bc42c22d81
BLAKE2b-256 checksum
How to use checksums
4657613016156837045cf3c662cfb574475c1147855af74a1c138bed9300a7a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 34.7 MB
Tags CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
efd79b4122971679bbc58cf5aa5989346161fb74bcb7d4bbb4a4d2aeb696c299
BLAKE2b-256 checksum
How to use checksums
bfc3f8d0b40318e60350c0c043c197c3e14a399f118a1ee290b59ea808ba51b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL artifacts_keyring-1.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 33.3 MB
Tags CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
1973891e5d927ec975f1b828fb33d21a64271184ab9860e0c6cff1c8a811a39e
BLAKE2b-256 checksum
How to use checksums
e4b91ce1d7bd0b73ec86d82cd680760a8b7b23ed16d53b2e39654ffc378a4333
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL artifacts_keyring-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Size 32.7 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1d4cf3c512a2303649fef5bb29a38917af4c5438cfcff1996392491509b65615
BLAKE2b-256 checksum
How to use checksums
76ffaf9f598d2a650a00e158c4d5a32500d7e357b8483346f7bba09cd8caf82f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp311-cp311-macosx_10_15_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp311-cp311-macosx_10_15_x86_64.whl
Size 34.4 MB
Tags CPython 3.11 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
f9394ce108e1eff29d60f5f7fda1e573da3b1ed23646fadb7a568440c9d8d016
BLAKE2b-256 checksum
How to use checksums
ac7d9d95bd4a79f62c16ba5d4facd131d2088bf407618b346bf4082fc71d7208
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp310-cp310-win_amd64.whl

Download URL artifacts_keyring-1.0.0-cp310-cp310-win_amd64.whl
Size 36.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
a9e6c24a80f36964ca493d7e0c4fb2f52972179013b6e2a8cc0a03b89cb9f123
BLAKE2b-256 checksum
How to use checksums
02bb601d2ee73f7569992565c4b2528e4cfdf6e0d6ac86e2be156a5abcf79df9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 34.7 MB
Tags CPython 3.10 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
34922a0b33942630a1752a3c86e29aeb01c1b9cbc3c6598cf23757fe1ade8c97
BLAKE2b-256 checksum
How to use checksums
5f831c70711c3ee50121304c2d0cd1fce69997313a998c9302d1bb4549569c0c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL artifacts_keyring-1.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 33.3 MB
Tags CPython 3.10 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
faf79dbc85198f8ab20eead98f315b8d8f10fde05157858fdf49bc520ac42a08
BLAKE2b-256 checksum
How to use checksums
5a80ed37ec1f17badc6346e2f680ec6aeba983adcba427a2ca8d9da622e8bba3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL artifacts_keyring-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Size 32.7 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
125a923136ed250db85188a8c1135adb75621b1baefac00679b2358f4b1c80b0
BLAKE2b-256 checksum
How to use checksums
b5ba56c25d548e481b6881c60fd01d256b2e90766af49f51a8cbb60098048303
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp310-cp310-macosx_10_15_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp310-cp310-macosx_10_15_x86_64.whl
Size 34.4 MB
Tags CPython 3.10 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
93371d2dc8a69db3cbc7e49a94dcfdedf116d8de225a7ee2785ed90fd8c22164
BLAKE2b-256 checksum
How to use checksums
4bae11ce0c5755cb6d43e216a0472608cc7878fcb10346074add7f178d68d228
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp39-cp39-win_amd64.whl

Download URL artifacts_keyring-1.0.0-cp39-cp39-win_amd64.whl
Size 36.6 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
45d2c7d994b461f5c58c500426fc0e58a90a88f5bfd8f9c245f264bc915bf0a1
BLAKE2b-256 checksum
How to use checksums
f33c73bc8a7f24a8a4fddd5bcf26ab05fc27549eb9f123967dde19bbfff8dd7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 34.7 MB
Tags CPython 3.9 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1de4ca317006aad3f68589b4211a46a85046fac6f91dd6a5677ed59998815140
BLAKE2b-256 checksum
How to use checksums
4596ab2dca52ecaac5157054fcea220c1d3adbcf6a9a57fbb64c6c62716bfa29
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL artifacts_keyring-1.0.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 33.3 MB
Tags CPython 3.9 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b06d4043587195e37c36768d6d925431c2566be79e0604ce253286ebf0acb15e
BLAKE2b-256 checksum
How to use checksums
bf35252bc6bf47e5d05e43f86a9cdffd1f9326a22e0efb0c89a6bf9db3d254a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp39-cp39-macosx_11_0_arm64.whl

Download URL artifacts_keyring-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Size 32.7 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6aac8bc40057598a0ba7f87bb1b84544f59c70535f3b5058e95a88d0ae493ef5
BLAKE2b-256 checksum
How to use checksums
83a960390e39075d92fd62cc2cb9511dcf7581f4cfa7d274123b2e725bc4cd21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0

Release files / artifacts_keyring-1.0.0-cp39-cp39-macosx_10_15_x86_64.whl

Download URL artifacts_keyring-1.0.0-cp39-cp39-macosx_10_15_x86_64.whl
Size 34.4 MB
Tags CPython 3.9 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
9bb1bc0e285224955329c4adf02bfb1166305a300fe7e2531d4c1a47d67f6a3e
BLAKE2b-256 checksum
How to use checksums
a351e4bdd8c625180a38ca338d3057dc02a4116cf1e4367a8bbfa5aa2ec6d4f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via RestSharp/106.13.0.0
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page