Skip to main content

Easily share conda environments.

Project description

conda-share

Have you ever want to make conda environments sharable? Well this is the package for you!

After years of waiting for someone to build a tool that exports conda environments that can easily transfer across computers (and operating systems) while still keeping the package versions, I decided to build it myself.

Why use conda-share?

TL;DR

There is (at time of writing) no conda command in existence that exports only the user installed packages, with their version numbers, and also includes the installed pip packages. This is what you need to share an environment consistently and effectively.

conda-share makes this easy.

There is even a single line you can add to your python files and jupyer notebooks to save an updated environment every time it is run (so you don't have to keep track of it).

General Goals

The primary goal is to generate a shareable environment YAML that is closer to “what you explicitly installed” (via --from-history) while also including version numbers and pip packages.

The secondary goal is to provide a programmatic API for Python applications to read and evaluate conda environments.

So why not just use "conda env export"?

Well, it outputs all the operating system specific packages too!

So if you export on your lab server that runs Linux and try to install it on your MacBook, it won't be able to build. That is not because there is any difference in practice if you manually install the packages, but because of those extra operating system specific packages.

Guess how I know this...

Conda-share solves this problem by only including the packages you specifically installed, just like conda env export --from-history

So why not just use "conda env export --from-history"?

Because that command doesn't return any version numbers that you didn't ask for at time of install. It also doesn't include any pip packages.

This means that if you were to conda install python=3.13 numpy at the beginning, then only the python package will have a version number in your export. If numpy has upgraded 5 major versions since then, then when the next person goes to recreate this environment, they will install the wrong version of numpy.

To solve this, conda-share only includes the packages in --from-history, but it includes the version numbers as well. Additionally, conda-share includes the pip packages.

Other small benefits

There are other small benefits to using this software:

  • If you happen to make a typo when writing the environment name, it will tell you if the environment doesn't exist. I'm surprised that the default conda command doesn't error in this situation.
  • Convenient functions to get info from conda environments in Python.
  • You help me get my name out there. :)

How to use

This makes it super easy to automatically keep your environment up to date for a python file or a jupyter notebook.

First, make sure conda-share is installed in your conda environment.

# Make sure to replace <env_name> with the environment name
conda activate <env_name>
pip install conda-share

Then, just add this one line to the top of your code.

import conda_share; conda_share.save_current_env()
# You can also save it to a different directory with a different name.
# import conda_share; conda_share.save_current_env("/path/to/my_envs/env.yml")

Voilà! That's it.

There are also other functions available in the python package for viewing and sharing conda environments.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conda_share-2.0.3.tar.gz (50.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (823.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl (861.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (884.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (783.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (620.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (657.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (759.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (661.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (615.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (602.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

conda_share-2.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl (818.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

conda_share-2.0.3-cp314-cp314t-musllinux_1_2_i686.whl (857.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

conda_share-2.0.3-cp314-cp314t-musllinux_1_2_armv7l.whl (881.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl (777.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

conda_share-2.0.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (650.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

conda_share-2.0.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (753.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (611.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (595.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

conda_share-2.0.3-cp314-cp314-win_amd64.whl (462.7 kB view details)

Uploaded CPython 3.14Windows x86-64

conda_share-2.0.3-cp314-cp314-win32.whl (441.6 kB view details)

Uploaded CPython 3.14Windows x86

conda_share-2.0.3-cp314-cp314-musllinux_1_2_x86_64.whl (818.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

conda_share-2.0.3-cp314-cp314-musllinux_1_2_i686.whl (856.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

conda_share-2.0.3-cp314-cp314-musllinux_1_2_armv7l.whl (881.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-cp314-cp314-musllinux_1_2_aarch64.whl (779.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

conda_share-2.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (616.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

conda_share-2.0.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (652.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

conda_share-2.0.3-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (753.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (656.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

conda_share-2.0.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (611.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (597.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

conda_share-2.0.3-cp314-cp314-macosx_11_0_arm64.whl (547.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

conda_share-2.0.3-cp314-cp314-macosx_10_12_x86_64.whl (563.6 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

conda_share-2.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl (817.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

conda_share-2.0.3-cp313-cp313t-musllinux_1_2_i686.whl (856.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

conda_share-2.0.3-cp313-cp313t-musllinux_1_2_armv7l.whl (880.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl (776.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

conda_share-2.0.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (649.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

conda_share-2.0.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (754.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (610.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (594.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

conda_share-2.0.3-cp313-cp313-win_amd64.whl (462.5 kB view details)

Uploaded CPython 3.13Windows x86-64

conda_share-2.0.3-cp313-cp313-musllinux_1_2_x86_64.whl (816.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

conda_share-2.0.3-cp313-cp313-musllinux_1_2_i686.whl (856.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

conda_share-2.0.3-cp313-cp313-musllinux_1_2_armv7l.whl (882.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-cp313-cp313-musllinux_1_2_aarch64.whl (778.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

conda_share-2.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (615.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

conda_share-2.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (651.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

conda_share-2.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (756.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (656.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

conda_share-2.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (611.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (596.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

conda_share-2.0.3-cp313-cp313-macosx_11_0_arm64.whl (546.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

conda_share-2.0.3-cp313-cp313-macosx_10_12_x86_64.whl (563.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

conda_share-2.0.3-cp312-cp312-win_amd64.whl (462.7 kB view details)

Uploaded CPython 3.12Windows x86-64

conda_share-2.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (816.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

conda_share-2.0.3-cp312-cp312-musllinux_1_2_i686.whl (856.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

conda_share-2.0.3-cp312-cp312-musllinux_1_2_armv7l.whl (882.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (778.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

conda_share-2.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (615.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

conda_share-2.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (652.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

conda_share-2.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (756.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (657.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

conda_share-2.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (612.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (597.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

conda_share-2.0.3-cp312-cp312-macosx_11_0_arm64.whl (546.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

conda_share-2.0.3-cp312-cp312-macosx_10_12_x86_64.whl (563.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

conda_share-2.0.3-cp311-cp311-win_amd64.whl (464.3 kB view details)

Uploaded CPython 3.11Windows x86-64

conda_share-2.0.3-cp311-cp311-musllinux_1_2_x86_64.whl (821.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

conda_share-2.0.3-cp311-cp311-musllinux_1_2_i686.whl (859.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

conda_share-2.0.3-cp311-cp311-musllinux_1_2_armv7l.whl (883.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-cp311-cp311-musllinux_1_2_aarch64.whl (781.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

conda_share-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

conda_share-2.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (655.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

conda_share-2.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (759.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (659.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

conda_share-2.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (613.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (600.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

conda_share-2.0.3-cp311-cp311-macosx_11_0_arm64.whl (550.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

conda_share-2.0.3-cp311-cp311-macosx_10_12_x86_64.whl (564.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

conda_share-2.0.3-cp310-cp310-win_amd64.whl (465.2 kB view details)

Uploaded CPython 3.10Windows x86-64

conda_share-2.0.3-cp310-cp310-musllinux_1_2_x86_64.whl (821.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

conda_share-2.0.3-cp310-cp310-musllinux_1_2_i686.whl (859.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

conda_share-2.0.3-cp310-cp310-musllinux_1_2_armv7l.whl (884.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-cp310-cp310-musllinux_1_2_aarch64.whl (780.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

conda_share-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

conda_share-2.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (655.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

conda_share-2.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (759.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (659.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

conda_share-2.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (615.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (599.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

conda_share-2.0.3-cp39-cp39-win_amd64.whl (466.4 kB view details)

Uploaded CPython 3.9Windows x86-64

conda_share-2.0.3-cp39-cp39-musllinux_1_2_x86_64.whl (823.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

conda_share-2.0.3-cp39-cp39-musllinux_1_2_i686.whl (861.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

conda_share-2.0.3-cp39-cp39-musllinux_1_2_armv7l.whl (885.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-cp39-cp39-musllinux_1_2_aarch64.whl (782.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

conda_share-2.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (620.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

conda_share-2.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (656.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

conda_share-2.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (759.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (660.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

conda_share-2.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (617.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (601.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

conda_share-2.0.3-cp38-cp38-musllinux_1_2_x86_64.whl (822.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

conda_share-2.0.3-cp38-cp38-musllinux_1_2_i686.whl (861.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

conda_share-2.0.3-cp38-cp38-musllinux_1_2_armv7l.whl (885.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-cp38-cp38-musllinux_1_2_aarch64.whl (782.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

conda_share-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

conda_share-2.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (657.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

conda_share-2.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (759.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (661.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

conda_share-2.0.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (616.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (601.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

conda_share-2.0.3-cp37-cp37m-musllinux_1_2_x86_64.whl (823.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

conda_share-2.0.3-cp37-cp37m-musllinux_1_2_i686.whl (862.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

conda_share-2.0.3-cp37-cp37m-musllinux_1_2_armv7l.whl (885.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

conda_share-2.0.3-cp37-cp37m-musllinux_1_2_aarch64.whl (781.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

conda_share-2.0.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (657.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

conda_share-2.0.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (758.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

conda_share-2.0.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (617.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (600.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

Details for the file conda_share-2.0.3.tar.gz.

File metadata

  • Download URL: conda_share-2.0.3.tar.gz
  • Upload date:
  • Size: 50.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for conda_share-2.0.3.tar.gz
Algorithm Hash digest
SHA256 f660fdd4c16add4ad50fe0c5654b7255d01dc66b098ac75dc1cd8663a7b72750
MD5 75050ffe617e3eeb3a907b3f59bb55dc
BLAKE2b-256 023db8f70bc1b269c79c7ebebb43577be26ffdc227c354752063309ca9b54cb1

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c25eddbc39cf69dba87c8a19adf56e3092434199fc9c002c74c32a654176f37e
MD5 1fed7ff1115efb2642424809ff0393c7
BLAKE2b-256 a4e0b962f5510cd9eef008db9243a84594f7338935d51ba39d959112832c13ad

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 225c93cf3af1d6a2aa923731224b6a279d4eb9cdea2aeb97a01e42f7887efa16
MD5 4bc90ad251c985b2787a006b55b2a26b
BLAKE2b-256 b46601f6f6c6a1cc931c5f5bc6c51fcea4e87e3c62176c178fdc4871b67ffaeb

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fa0588688fa9f8cdedb9ed6419ea80c1b5438ed6a5662903355eb8aef898d903
MD5 91f3542399a82ae4e98bb44e48f97e88
BLAKE2b-256 2bc8e76f522ce4bb70dd5f03f70ea6621ae5534cebefc342ab4ff1dd1d8d81f8

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e34c218b812954b06060878c5cc1cee12b295de2a6201f481960515906645935
MD5 23331325627aaeff91834233b23865af
BLAKE2b-256 a7c847d4ef26acc6b9bf063314daece0285f83703ceb2f1f4ca6f5c935314f9c

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 796446f7010d3810c9a653157ecfa52021e95f228a96d22990ca1cca8fb8de45
MD5 3df1eda4fa58d9e827ab356b82a2b1e7
BLAKE2b-256 c7b6fb86c066d59f33035ccb5a64bc4c933914f5aaa14476a405f6551e63dbdc

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 93eb2b4235f607fdb3a67511a0d79aaa9218321cfedd5b297cabace6b99641f3
MD5 5f24642f4d6c2723553949cb361c3cac
BLAKE2b-256 9204432af77d9991a4a1a03b63c9ebdcc33ef24104f76bafc3024a4922b00a7a

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 46c985ab07b200523d15ab221807ad60be8b3fb38a457f6e21ebb34a65aeffb6
MD5 78a0eb247a6e6a50cd866d086050ab9d
BLAKE2b-256 2e086ed1112ddfc9e0e49f085863920c6fd3153960b657d24ec9c3b5dc1192b3

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd635dd9f6bf40e956f0cb2563ab253204aa12970d025c77c3356c75e5a52f70
MD5 449e1ccb561d1d66e73ec71bee393c2d
BLAKE2b-256 0592bf808e6d208fdc5fe811ee38cfdb1d6f40627b9ba2a8a5493b79cd7d8fa5

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b85ea8f00ed3f3108e2a7d0ca97748f283bf77f3db96ac32af04f7d676f92b66
MD5 5a1f9b4c7ee537122d21f3b2ce069f32
BLAKE2b-256 c9b757c59d48e633007fd9ccc16957db509e15db30b92ab3e129d06929aa0e97

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 632d39b3691ca3265c9a8925a5ee579fd89c0e1d73eafc229b6de9cf32879d33
MD5 5ea885e52f2e9d8078179bd27b9619fe
BLAKE2b-256 257e2050e2185b47aa2e97047b5fdc42622a6d0edc4d9ad06b77d26d48d7a983

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b7fdfd504cd8cf9decbb907064da984d8ff037ab6426dc6f179d3c68698cfce
MD5 59cc418871bb257e75548d18efc6a33d
BLAKE2b-256 9defc1700233f310496e086259bca90eb3ed31bda26daf25ec074f2ec150df54

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9deb09b399beb475580d2a82ec488e06dfafbe77ebab69e2c672549142fb8e92
MD5 b0ea4ea9df049e48a932a191f95fdae6
BLAKE2b-256 2f0995b403d47dcd694b48d605d737eb2ae593a561d6b674bbd043d0704d0bec

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 25958d0108464c94ef9e581285906dcaa2598d93984cc5029911d42ca08ad4c5
MD5 5c049c1f916939b34f9ee9ab66b89dd2
BLAKE2b-256 a65a3a28feacfcbcda095d4770b8dd91ffa22b61ca76010a1fefa4e5c556db06

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8e2dbef41746c089128b59afb55ff940a149e9a912ae6dbb632af9bdf76e03a
MD5 34e63277b03bc444fd699d30cfcb859f
BLAKE2b-256 31cd6ae4e70b7cd4e3fb0daad11f827682480cb20365bdd03b97a0b0c86b0c5f

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6fdd23c0afdcfcc130f54ab8cfb954db945d85befb9c4ee91793be63fe2930bf
MD5 f66b008d3bf05aea1e3fc986c117ae66
BLAKE2b-256 d48c4e9a50d91c3f3f804339094b07e0e64455399c3a59c542a0922e013c3cc3

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d8c578cd9138771d1d87727d8ebc91181bb4a9fb2815bdb4c11092d773649a6a
MD5 ca39e3f625ecbb3cd60a9a9b31b24767
BLAKE2b-256 e94763268e6845be7179ac395265e1531737affed2ffe956426f2a88010b689d

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e681254d186d7fcfce86c931483c20cba9c470ad59ceeaa4e08b598c438fcb21
MD5 e3b41adb7518bbddf87e135e2372e42e
BLAKE2b-256 cbd85be74709dd2e42d0f460d33f6106e51b52e719b3feb6d75150d3433b9fe2

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e963b6c95b2e3ab9fd68cbeb20ae08add55f2f0cbad85c88cdddd3f3ad83b662
MD5 7af4715142a748458ca8978ba08d26aa
BLAKE2b-256 33e89fbb7f88c55dd7a1bf9f7d8907f2861a5edf0dc528b4c9d6dd45ab8948b5

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c91ff962dcfac60c6fe9611af723f76683efc67e17955e5cca6098023a64c5bd
MD5 8a9c290e98e5f1f64fd19f6a9226ecda
BLAKE2b-256 e6f3523061140e2f395f690bc69b0276fa9af79d891fea07a1c61a0c1138eaa6

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 92f82ffc95e87366b06f4d5f1947bdd73cf1e5d2314f7a3673c8492cd43b0cf7
MD5 b864e9139cc49a869f8e5a312b8d4978
BLAKE2b-256 c4f95625997b49ab389f947227e38f3f54d2d5047327b03e18c1a9e9e4911cc2

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 264560763a2da3879fc821c2d08390ad4eff970b7f40db41c1a6f5de725dba6d
MD5 29aea7f369e30bd3e5cf337d3e21fb7d
BLAKE2b-256 52f0f476b392a58bd50a8237289802a7a7c9a3548dd477f18ecfd89e203bdbaa

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 83339b61a0a870c3e25dfcaa7a1d992518c1d381b89953d65b98685706379750
MD5 843afd119ec6d6fb372cfe5d9d20fe29
BLAKE2b-256 89528100c9623caf38430e1c7a929af281b2ae6c65853e5496d3f17b65a4fb95

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2b688bb7b0c29bd17c31a9fbf99957acc0413ec2ec18716cbb878b9c4480b722
MD5 fd52e7ffe573dd0b20b62a4ff9f9728a
BLAKE2b-256 2251e3f461aee78561a72811caab9c08f5b8ccc13a74c4b789775a40b8033afd

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 796196fbabff5fcc818b13ca156dc3ddfc8d9a14771821c3a29e8a589506fa1a
MD5 cc2b414b9e44202fe39a3b88dcf4b0bb
BLAKE2b-256 22f220069922cdba8646bc7b999b7c88277aa0f25faeb34a49e43dbe8b01f628

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1768b136360b95a62b800bfc142bbee5c78fbd0e07b247069b77506d4f5d01b
MD5 7ca35c277000048f0006bffb44100951
BLAKE2b-256 fa20093fa6cb1488f19700c7b24616b917fd059c12e19ebb391e788c2ee5ed50

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e94f538c93c25272c6a57085c97b78b59f04ac77cd1f220e8f747d146f4c03f3
MD5 0d77e2f47de50bbcdfa409625ad4b78a
BLAKE2b-256 129fc2ac7ae0a385bed8eb60eb98d03aa7fcdd8d02bd3f49c296dcfb99db8ce9

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa561c030fa6cd8ac40b3ae080cc50ed5e60c19b34b2c90f1a04888a7d8804c3
MD5 3310828ad72f83b4b33a35f6fc813ea4
BLAKE2b-256 d6db70ac8ac40186928b0d6dab8eddd4bd68fa6fe9c88b2ec7e039aea5e3db23

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 36232830d02de64fee3b58a8bc14b30b8226ef7f39257dec34d78653f3330811
MD5 f3d0738d4cb8583f1a03b2c90e8e1ade
BLAKE2b-256 1b2a72c790054d991e7a114933740c9d016b69a5a9df4e4f1f49a44ad95b38e4

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 315d1900942d669beaf2d7865e6a479d85f3eeb3a8484302e073305a930e055d
MD5 df16a24aaa6b3b5b1761ac86de4c5ca3
BLAKE2b-256 1ee8c664bfa5307f443bf8ea12a356dc3635236b4829d467b700ed71e4c3ba74

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1bcda267f96cbd4853e7c8dd43448d71c3fcd73119b7c4d551dcfc996a7e13cc
MD5 fe3ac44f9b10d65399f4e1851f9d4ab1
BLAKE2b-256 d5bd0e2dc0524a9bf4ab53e16d2720d3cbb7061df2349c4a9c95fd741baa5644

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1894db6d3bf9c50cda744e763bffce3d61eda3a9145985c6fc4e22b3abaed302
MD5 61438a7a8bb9eb69f6aa04db2c0ee81a
BLAKE2b-256 2fb3d49e3a7f10b078da3f9a13149d852bb51cc2f84b28a89c13badd15919eb1

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1436c38168ecb664f54ab263f03f07be7a6d0edbf8419e69f00bc80681d5f503
MD5 e5c7d02a2c61fa648aef77ea7fe2df85
BLAKE2b-256 03fd5657f488605d840df138bdf77c4c7e77aae4e27cc6bd7dc368dbf5f2d1b7

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54d31754b99d390bdf30660daa2b4cfacc7c87b1d1f6b16d0ca66a92951b0143
MD5 1c6ffcc38ce8e9e2ed7a452b62f8d074
BLAKE2b-256 c424b5e6817fce6aa03b9bb3a6954aebb647bd0b6556566ece4fc6a0a9590029

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d90bd8e5da71e3d959c015b2638add2b906b04719e5176c2ce6cfd8ab8642273
MD5 5ac4b2fe4b7116de813c49bd98d7e737
BLAKE2b-256 35c8158f61bcce1a4af9deebc1901ff674c0c4916a01789e7b52089c7fa3b629

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 971cad66b8594735ae1322dcfd828d2dfdd9200c2c0acb92d4ab51be9b5105e8
MD5 9267cac0b848951ffa1b3e19e8cdbaad
BLAKE2b-256 26f20ff4cf058c907ba4c4199f64d85abd9c3d77affa971dcec419ae38fe2399

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44501fc4365e8499b4cbc71cbecb1a81a80b7a05a4ab2b25f9fcf0b357dd709b
MD5 5415565b003fa3cf4671e86a73023b91
BLAKE2b-256 f0934ec742c89a58987ebae1eb602a09dbc7fab8b63ae674b0189bdc5584791d

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64f141b7572eebc1b0050c5109846370a34ce504b2f8dd4e3ff9623a663f691c
MD5 184724be21dfc96e950346e9bd9c4c01
BLAKE2b-256 388ef0ba98173df040cf7938988c14d366c5a21bcdc3d1e35d3d915c894a941d

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c6346b27ab40dd38d893401f5c25878ac80c5942d91c80b267023a62f8ef4ad1
MD5 f41d66fa085e0a17e9ae71feb9d57a8b
BLAKE2b-256 a29d557ac624497079ea57a7a3da2136d1ad8eb98f9e00789f7913c0db3ede37

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e5356bb77fe800b06dc280a3ecc9ac1a2897eddfdf751eba3ce63ffe49369f4f
MD5 10c0f4f522a873b8f5b28d0f2a2431c0
BLAKE2b-256 0983d0bee092482511de594d4442fa027344341d8a6dc597ca59e532b34680a7

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e67f9c34083baaa53fbb09397dac1b2b6e2805bfd00ff0de3811f41501c8818
MD5 85f6f8ed40112d1d3478f0d7ac956332
BLAKE2b-256 1863e87fef21c7ef113609877e3573613a0180455fbc42bf56fd0b9c72f74181

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ea821604a6ce4435c690912df7ad789cea8bbe156fa8edf865aef94ae0eca50c
MD5 4dc83f44020fe78c081d3f7d5aaa790f
BLAKE2b-256 bef30681237b9d1ebb4661150729f3a755dfdad7ea1e3e900d4ace200df45544

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0bf60021c93237496c1b945ecef83818defbe27cc5e87f605d96d2402a23b62
MD5 94c6a85a068bfa6210e602557e9ec23f
BLAKE2b-256 8da4fb6212b77cc08e3b7f2e1638eabf1c8476d6374cc93e4e9a64dcf6276d93

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c2a05a1b7324459ca8fa972fb171c752418ea4d7d97db62d0d4ecccc1bac3168
MD5 cde21eeb1c0cd6ab6b0910502ed755b7
BLAKE2b-256 bb309b78abf82325c58575c49ee4a562191c94ae6b02024ac1d2c8c1ce9cc592

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f40714c3fcd9b80ca4a041fd8e1f9956eb58bc82626965d755d88789c1e0e514
MD5 c6e10067f127b2d0f7a6231296e17aaa
BLAKE2b-256 461bccd99c96f50dba30e719dda2abc48d5a16332b0d6532a0a5233dec225d2c

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfcfa3e18d84d84f5b1d639fa3be9b4d4db99eaaa8d3b271a5a7c54bf98a094d
MD5 2fce93aade334c9a7b33db175ca20a94
BLAKE2b-256 40db8f90b95ab9158eda3816b0630d9ff6e93082c5c82ca11cf7737916bf0978

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfa908f2647ddf821666615486d0ba5a10681b41f31b6df5d3462cc844413776
MD5 b121c7af8b31499f7ad584be11a5b6d0
BLAKE2b-256 7f5450e696a38507fd66b16f46c846c2ed7117df46340476b07f43b3a36c5d9f

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2543943ae58d54565a2abdf4054ba0dc95ec3889723dcb18191f25c78f710aa7
MD5 636635635438f84a0e760898deda51b2
BLAKE2b-256 1449ab6d428e19dfb7a1083999e8a18995c747d38583a88716fedd20c0570e9e

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1b3cf3b8c594106f7769a269159c056aa07b7d0c1e84771129c7bd794b43ebad
MD5 61ae1ab4f09703d691bddb2066420edd
BLAKE2b-256 54bc6d08a19855425c4fa508054c5a610322fccb1bcde7564f5b56ad2e0192fb

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0ddea779ccafb7c1197534e75f58b0ca30658a8277277bd73d861dfd8b333368
MD5 5b2f84b7b94ac33af433fdb2f0618c0f
BLAKE2b-256 eebb3d561c8db32e070631ce42fdc3c0e9f559b12029debeadc89b0f16efef1a

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 68cbf90281af4014cacc80a4af54a6cf3428ff07406d7d230f1895a5c3568d7c
MD5 78409ed6ec8fbfcd9475ee6030fd4d91
BLAKE2b-256 d3fe181a74cc2b41de5797b87d0a5a653fdafc29fc28a782059bf88155c3f08c

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8db6bf6b73eef09d8fe1f77655b8186b8446235994c9eda11c33a1ef2460edd8
MD5 1736fdecda559cc17363eb3b2ed34ed7
BLAKE2b-256 0614235369612afaef7d4a4a684102d58dc51c5dc1ae36ef87360dd9fd2a2adc

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 103a7affbc6f4e8d0dcf18767d92a94b4df36f18bbf622024abec655c8c79ac7
MD5 f625c50b723916e15f2af433e0b6c569
BLAKE2b-256 ddc2b151c5e5ffcc5e38f9658e4bb605f9616e523390500be28ea5bb98376403

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cfcac7db21a47465c2692326d13e0612944004da755b04b2bc1f6ce5df36ef60
MD5 ff6f31a7afee4c610f76f16b7ce232bb
BLAKE2b-256 321fae392267ff2bd9ab3246b239b765273d81f5b3e5c400a4a59aea291877c3

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d12407b804d8bacb6e776b00a368f2a989cd8e9295e33eaec647f4caf50ef5a4
MD5 580542dbecdddf37f478037228a0f835
BLAKE2b-256 f3d9b902943ff827f9a376a031a71cbb79f704f416795fb314d0e80cd068af79

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f89b9c50de59c09f666d713033277e067277e6dcc4e8b365eb2341b7328dfd70
MD5 a908919254a18bd76e66794e6db6df51
BLAKE2b-256 8a0a85b08e51f0275754ec92e7545dedeb8dc7dcb44a3ca1cc6418a1538ea3f4

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da29694712dd632009d7025553d71df8249df000d1c9b4d19042e7e1d57eb753
MD5 e96c410b84f765f683beccd0fbecc2e3
BLAKE2b-256 394e66beb41bf0f929564bbec17523c3b020589e949b857ddd68fab09d8847f5

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e10d240ee8c4b1a5bee6e77ea72df4d94d9b98b6a200c9465261f04a5226fdc1
MD5 cef1a807a21ef6ec523b8b2ddf4270e4
BLAKE2b-256 9a29ba6d308514de9d6eec93d36838186e343d3997f82506075fe3a8118e3bd3

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6afa8e7585476c458f1eab3ceb1aaf04c8bb97870eab1cda90b46aaa6a4031cd
MD5 f118a3fcce4317294f6076786c9f6961
BLAKE2b-256 c48e8e93b926b7993750ed182b697e90465c460b4dd21163e2e3bf9bb48a3642

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74752514310ce9b7f3c4ad90e14592108ab4afcb0677dcbc1fa8b33ab190d5f2
MD5 78f4f0390b42bba8264b23e0a90da856
BLAKE2b-256 13f41fddb220759bea645fd477c34d3523ef120fc2c8b8df8d49736a3909d054

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5550f698d01e3ded175849f5ad358549735a6832ac841e12ce56218d09ffb54d
MD5 e11d7ce5d03d9b85a0bb7c9b1bbb3266
BLAKE2b-256 6dc7ede10b740b37f714784452bc9162b4d757c05bfb9816c1cd92048216766a

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1bf00d10a6f7871cd213739284ab090310cd4af09f9e0d65cd64702662b965c8
MD5 a09dd733dc446af66e500aa9d33f0ff6
BLAKE2b-256 c12611be2d40b6aa8195fd909d0d1a20f1a0e302cedbf608044da009ab792a1a

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d9f753c10fafa2213e35d48540ceb2ad270f8c67593744b0fecdb44e027f15e
MD5 856c0dd5cfa842f82b738178d40700bc
BLAKE2b-256 ee06db36c957cf904568157366d7422ef5a6a1bdb128b4cb50fff3396d9e209c

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ee6a57358a3ff7f4284e4f7bafd14d42857e9f8411177042462b3951d44a1d64
MD5 c2c5d32bc9ae1bd2fdcf0ec5c166c15c
BLAKE2b-256 5a8867bcfca05888cab077859e4dee89ccd52b191ae22b1777fd440f7148c693

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a1be025bbd93cc7fe5797c20d605d2e25d13f819e4bee133ecacd0cb4d6cb97
MD5 64743fbdd3423361cf3ebea97c769252
BLAKE2b-256 3ef9c355d5eeae0b0beda93e85fb339f776030e51cf165e155078fd9ebb3b950

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 867917b03d3c178c69f233a30fa0c9ce2a01401c96ef0e1e1efa512776d74a08
MD5 b59eca6e87ae8667ebc3880379059d5c
BLAKE2b-256 407840db2584b210a381ba58fe0fd03455fb8e47385b0def2965477fac28a8c7

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 39c0b759de63f061b63f2a1bcf7805a3527285b4217ba53d0a4c10f85b646dad
MD5 4b3f73fc587478e4d21ff3c7e2f96d0e
BLAKE2b-256 4a64f44492c991df77fd4b1922e8bdfe483bf66412ca6c1dc3dee34fe48f5c9a

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 768fe02e89409ee3547e2e19fe4c3ae4edd0be6f327ccc31e68cdc7f20dc6a60
MD5 a0ee8cf79a5f3149d098319290df92a5
BLAKE2b-256 4a3644ba91b02b8f1663f4486d8f94b9ff751ca6283131e0f75bab5ab077a643

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3cdb1095a2cd0f24830c57c3c6b75a44530c2395fde9133a537df04a12886d64
MD5 4bf33e2db9d4059c53a055dfe5559644
BLAKE2b-256 2964dc199e7cd64401b180d2829b86f2ca4d7debe56bddfb270e25d75908af65

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3013614dae1eaa0f6beff280452c69e293b1cf605a9b55eb39276e7cff91aa37
MD5 641f1abe8f6024f072aa2adca6e156eb
BLAKE2b-256 6cdc8d74d9620e0ebdc09850095109b891949ba593abc206fa29346e36d90a0b

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3dea1ccf69116ed14f27375219c2eed807a6cd7cffaf13071c504b453d35a475
MD5 dbdfbf8058c7f692825bedd981aa06ce
BLAKE2b-256 f281c9b556c810b7a53fbee35483d054a5f329591d3ae1cadffe93fbd82360f0

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 226807dbe007d167e9bf3ff05630a555cabce99516c2ae53d87c22005ee8d65d
MD5 ea63799690ffe3e2e64ac75940a858ce
BLAKE2b-256 c7e1901a0afab753158656b75a16d90b319816adef6fe6cfe3c1a62f8b6ca917

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab2f2c869016cf813b9cec140dba9aa662a348c0309aa391b984c432ff834659
MD5 bb1584c0029fda29a5adbf7fbad3ed9d
BLAKE2b-256 d11b83575e1c61a9722d844d21c4c3d00b759ccae2b0be48d23262e9a64e55dd

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 360861b2916d5675824092f4ff8f54234b7f7d5a5557b25b82a45978d9987df1
MD5 7ec042d4799b3a1a238d55a8e7b103cb
BLAKE2b-256 f6f0ea50fbc0115c4ae33c61950e9e0afd7f7ac699ec6ebd0a058addc8d5db63

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55893424df69d2bc27b5dbdcb674d6c0c9f38a8f4cb7df81186b8fdc26f81476
MD5 6a76155774ea44c6dab4dca9aea8c46d
BLAKE2b-256 405f932553bad4cf1e4149b3001f09fc929f4c1be40e19f9fa1a175868a21747

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 62bc94842cf3348040112013cd6277924a876be8ccb992225cd394b2d48207de
MD5 15e9b000caca2f5051348849b0fe9ed1
BLAKE2b-256 f65feae42fdb7e085d581ae7ac752cce20027991fb6a89e9b18a45035f67bf54

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 04c3adace3722c5cdcd007cca36ec9f3df432bc05a2cf21e0c78b50f0e146685
MD5 a8f3066671ec972f75a23768a0602219
BLAKE2b-256 6928a58f7fb0f4ba8db1589a1af486d903835453b65f3fb1624f95c7383eb904

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1969c3fcc1f0102705074a8e4de12690b671843dcdcc6a12279cf9598dee3272
MD5 bb8cf8df7c1d434b77c55e506e782199
BLAKE2b-256 f0b03589ef98c672878490fea6e9d59543f9fda1e3b54f73e0e3ffbb165b85ef

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a4734fbfdb2eb7f0bdcc7c42a3a5ecc1aed2bbeba71544a2a3d9f5fa4b990db
MD5 52aefe2cf5deda87c865899240cb0c5d
BLAKE2b-256 622f903b3eb79fa333beb82d6315a62c21a6e3c1bc16a8acb9fbd760c600f3a8

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fff4b161fec0dc2a14fc8e178ecc141c404085a3e00ec90216881c1a76e90017
MD5 7dbc89413c2b72d6e22ad6a50d815c00
BLAKE2b-256 b959a36c7d147e711e668c2f4b605939596bb195dda9a90c0029ba6441713486

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2087c7fe53bf471020b3e6c8d9929745a413197648b50883bd4a20853fe2b535
MD5 5a7a456a52c68fb166e107e762e576e9
BLAKE2b-256 d25f4b1a0dc806b80a26a6b746fa305993ff9f37e01d7e4f7bbad1a7f826b046

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af15bf2dc81989656af4f5f30eec8ebc0f7894c8248a3ef5a53c2bc114032c0e
MD5 cad95fa662e6ef944333d15c4e628424
BLAKE2b-256 89a1d2abf79adf33bab909c8106874b9ad47ebbcb8545eb15c006ffcafc0344d

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 17d9d0755ce4765175ef6632b1cfdc849ea25e19dae41405e18c100f80a8e334
MD5 6f71ab5458b794feb310bda2e9b075f8
BLAKE2b-256 4b7cd8039e996a3907ff9850ee5feb6239133edef03facb4c11336df5072e750

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 71d75e7d8b5d5f71b8ebad07cca2d3e1ad5e1e37b7501d534e5e4b65eccff9bd
MD5 ea3eb04f84a63a6f78d375543ec8577c
BLAKE2b-256 8fda82ca2f7fa2ff28e4c7751b5c4905664d257e71bae4045ffb9f0247011c0b

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1dbe1259a6532aedfb4baa13a804532f928ab4f144a468e6a212f34009448f8e
MD5 4627ff71bb88f9714cafa1e17a554d43
BLAKE2b-256 290ea7ebe72bcb6b3c0a9a95cc3195674598be1152d39a167e2f1eac827cf657

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c5bc7ff7375fe3a470ffca70ba53e2c5d4f6c613da618c8d99ec0bed857d5b9
MD5 3d19a9a8bdb68cf00ad5ae260b8d1aed
BLAKE2b-256 96a16c7d43b6b2c4c447d76cee801797cc186f4f36893beb7ee2ebd51c5b4b63

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d775f70d6fd03eac587e489dddfa09369ba50ab5a1e28884a7d94e152afd24d4
MD5 e4c90fdbd072d046b68e2c355f0d7c95
BLAKE2b-256 ae9ac2a78b912af1abbfaaa57673f8984faba2fbdeb0cf6cd9469846635b2ef7

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 22b5554c4363a8f70ab12020afb417d48e56e2b97c379f98574ed8f0e8f59842
MD5 32becc52e375689fcc296a09c607d3cc
BLAKE2b-256 834ace3fea9233a4802a148fbc162785f5072c460ef746aa2532f009de780b51

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a292848819f4f61f99b8e7114a83e01e6d766ee7e156a0c1830a3851c74dfa85
MD5 6a0f22019911ffb44f4766bf827f6d46
BLAKE2b-256 72a9324f1ed65aa65a01eaaf12c4cdb3452fcb282d6812fc14c91e8ea35cb468

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4cdd7040d8b40cc07d5e2b5e7a14a55d1cd02e1316dfcb976d2f930dc9a45f87
MD5 b375c7a3d858f50c4ba9849aa01f904e
BLAKE2b-256 b1473124f5e92567a4321b3cde63dc43dba1fa26dac1e387e46e47a612d0fa2b

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7de2bf1018e3aedfe13e875c2b9f6aad32bf0c8a43784b3693d71cf583d7fd79
MD5 50153158c92f2b69e8ae9f9be45fa163
BLAKE2b-256 f72d476d3b4c6328a49d36362d8c8d78384404b8dc813f8cfaa92b0b28bb075e

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5db119073eef35ca012520d0cd4217472f1094a37f4f7d40f960f9953dfd2300
MD5 b4251252c913ee9037470aef77a08044
BLAKE2b-256 296e81bc01d1eddaa16e805ad4dc9b7c778e2d70fc32a938a2914bed48a4468e

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1289d42a8f2c78c8b244cf4d8e89d5858539956afa689160599b74d142f1fd7
MD5 a3829a76bb27ce2a3664b4a0793ec205
BLAKE2b-256 307e09ea0d7e3a4477c300104836e60b946352d60c27245c7e32850384229bde

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 073de466739fd35db431308ef877b23f153c1baef4d860d3906feda054d842d9
MD5 7142209dc477359ba3cac1c5f476908c
BLAKE2b-256 9397d719dbe4d2b2890c3f82f7de4d74bf07015367fc737a4aa931ea42c51aa1

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2ebcfe0421aa866feb3a551f054bbc1054f356bb9e907952a7055d491ee0dc18
MD5 1349d461043129f73435ab95df299241
BLAKE2b-256 c1518757d0216be1a6d96ea905269e978121f3578833b9a61e0b2f456aca1e8e

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db2e977ae4b6b9976a1fb2e4bc4f8f5cd462735a7b63e34f66e821bccaf97729
MD5 78a4be74ee9b066a79e1bedebcdd07c1
BLAKE2b-256 3f9d5347c4714b90dbd834ae5ba14bfc31935e7c71ae6831f6fa70628ebb4c0c

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83212b94d41d0b1c4eb2960820aa043513ef96d910e3fc88c77b52b44eb4b207
MD5 74bbaf93c6d07809efe04c70c61ebb23
BLAKE2b-256 4f9f30088b067dc3547fdaf8a5c8c8fca2b1880a6a0772715157ae2f08239821

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9e6a11200c8f8ce6ca333a4d7d93a0d5fa8b2f72a7f92e9b82643379aa5f46f6
MD5 d2263f0e18917c0c6cd48e035e93b773
BLAKE2b-256 891edb479773d97f881225fed9b95042ce1f1fbe19334e655b2b40a26a5e436a

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0aba13bbcfb4dc567cab5085df2eddb81bd8bfbbf7af11ccf5af8a3651d3de25
MD5 cdc330c0c40494327c0726e20889832c
BLAKE2b-256 f89674d5617e78bfd2751b2052e7db1bc4e38b41f2b4c1c11da5fca4a95a3254

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4c2f913c1a6c7014e32b69e7a1ee2711da152c2eadf46c5b61e1af27cf615144
MD5 80a160f501310e7d970fd31b56834d1e
BLAKE2b-256 77b8fc5b31e38d9b4be5cd2cb2ffaf595d4df8fded474767178345eb0e42800d

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f6789d695a00c06f8dd19b6de8a2ed5b231b89fc5e096b0f546d352e79af5dcb
MD5 d4e5104ec21395866f4a80e3a60c6bb7
BLAKE2b-256 68c198b5df1ab06041aa595978997b65105578e52a582b664cfeb9bdc47272dd

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd04bb0d58ca60f9d01ef717c697b090a316e7303f050c5156ce9d623ac092e9
MD5 9b5b4d452e77f1a5dde93dd8778a65a7
BLAKE2b-256 8ea18056c9aeefc4601d792f29880002635484c36c4b5a3bb96254f024f2623f

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e38d337ace293d0fb72f951b8fefb2c16916e3070874c54d308bad3b7d2912b
MD5 7a4e483f14e9c309b01257c718d78252
BLAKE2b-256 e46505e02d2509c475caaf4b659faf220b321accf887be3c6b08b3061f109283

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 38a61a9bad0c1ac69ad8f0fb364ec577cb247e6da1ce3fd31ac4a5d32aa66e9e
MD5 70903bced5ef5ca3e80f0f1fff20b108
BLAKE2b-256 ce046d9273359da3224848819c4ccc1eb658569a6d0fc574235da80d4bcaab67

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a3af0285edb71ae68796f4c68fd2d17d9ebdd3a6adea409a674bd19b205a625a
MD5 7a3385a21936e2de3941e144c91cda85
BLAKE2b-256 6f9ff5aebef6f31e0ff045d6531a24148323059d4d95730b1d2db8969b3e3c42

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd69e164b27fd4c153f6c1fc8666e97ab435089d9f5b135e166effcc96aaaf17
MD5 8eb8aadfb035cd0249a713c69918c88c
BLAKE2b-256 3482f1640d339c8c62a32316f61ea6cf0f5c07b194c8e8786a2cd4af72419051

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a0cd993633e30a8c0a564502edb45f19344b846418037b48bd893ccc816418c
MD5 ff4e3818e59997e1c70416d05dc2a58e
BLAKE2b-256 ad6a06e4e9914e2b60285d302f95fd2319cd51caa747a3d793e2091f065e3c8e

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a9925d6c7af1f849141f1dd22a2bcc22ce918f9036416d0809d7494a9e161b5a
MD5 7be173efed989e09b45dc25a39a02daf
BLAKE2b-256 ac838bb871ec2e252a969586fe965f08e379d085a0f48da202a94adfd7ef63d6

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0dc1bc4c9820ea669aed64c13cfe31a951517830bad75eb728558d80555e7bb5
MD5 679bf76bdbce5c5fd62894601fb596b2
BLAKE2b-256 e6f8b5866b71837e5cc6f4402755be4daacecd15bfc189e5983690797cd46979

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b485b98406c70bf3427d140088c6d3a2194319733dc4d9426138e83f6fd1e8cb
MD5 41750ec6c6a67ad27fea67112c181f5f
BLAKE2b-256 6169a93e1d2b33c107550e7f6cfe66883d9acebf24b3c243c9ea1871ed06bca2

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 02f19e477771182f01172aebf5e46cffbb5058090bb55c49ef7411d42e6bcb67
MD5 725b7a7f015f9ee18555fde6cb3b29e8
BLAKE2b-256 803fa600b97d70b18259b0eda40b6abc2aec72458fe2012795811052edafe48e

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b4c46cf00fc3f2148516916d7a1078f671091902f60fed31185308db276eeb7
MD5 d28c338813f3ba027b2a305296ba8dcd
BLAKE2b-256 5043ba4f249842165ec15d433577cadd01672461ba3e9720c49cf727031a15a0

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21efe689f72af04dc02b52701e1bf6ab96e71aba204a70596402b991b443cc76
MD5 e6a29f602fd4bf702430f5c28553e426
BLAKE2b-256 d8e39b7c6a6addd56b58034ae4106f1874cd579f3bf3266d921511ea70931109

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 49a65276592defb4881e41d268ffafddaaef55271e02a8174d4a805f412c74f1
MD5 0fe1f49af7cdde5b2251a77efda58121
BLAKE2b-256 6a90a69f4c8c6f1ea3314d7abde6770290aa665510f4accbd53bf514e7ce06ed

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3ba4dba722c8dd11a23e2f3760677fdfeab8c5af161533b326428eb7535a160e
MD5 65f272aefd8124f5087b2dc5e106042d
BLAKE2b-256 3b3d1ae1d43d3ec9175e78bb9d3f464860769bc17b9d56e857a5e9242a3fab32

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 585db1cffe87145b070c096d48c192d2d31fc1781f10a6b971f13e0c0f954ef3
MD5 2901b46418c36f7ddf81d27cf6113ecc
BLAKE2b-256 05b7d5e78116441a96eb808637abd6711f352cc1602c7666c008aaddd167ceba

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64af820e8ce54189b631527b5114a04ffbe565dd71336f36b5e1f03c1c52207a
MD5 0ae61754d8a36d4f1d49c6bf86d6b21c
BLAKE2b-256 1ccf62798c54add493d651ca07c872c74e88e8ddca1865450e51e3474fc513e3

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4bce060ad94c269b6e4ee6bd0d647c2c2168c258bc8bf8434d239d074d824fc8
MD5 e82ef35c9bbf4989348a15f096bb223d
BLAKE2b-256 dc90188ee1e6dd12cb1fc18662edcb900be25b71ae852fdbd428af069e1afb73

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9706352791ba832476756058fe0897056f421a363855c71365e2fe3cb941fddc
MD5 274840ca7f883c6acf54c5d214c4480b
BLAKE2b-256 2746927c1037a6097bbae23378a47b50247e9a2c5e56282492cc34382699bb7d

See more details on using hashes here.

File details

Details for the file conda_share-2.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for conda_share-2.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d025286e84ef0de7f237c4e6e984f457a388cd737b46cd7116d88dade56a03ec
MD5 264702bbf97945e7e920adf2f20a741e
BLAKE2b-256 ab150d343bf212de53a5d53fe8dfcb7acc50fffbf6c91ba72645c0fcda422225

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page