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("~/MyEnvs/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.0.tar.gz (49.8 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.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (813.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

conda_share-2.0.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (851.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

conda_share-2.0.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (875.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (773.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (608.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (641.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (748.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (650.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (605.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (591.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

conda_share-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl (808.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

conda_share-2.0.0-cp314-cp314t-musllinux_1_2_i686.whl (846.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

conda_share-2.0.0-cp314-cp314t-musllinux_1_2_armv7l.whl (871.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl (766.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

conda_share-2.0.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (637.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

conda_share-2.0.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (741.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (601.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (586.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

conda_share-2.0.0-cp314-cp314-win_amd64.whl (454.1 kB view details)

Uploaded CPython 3.14Windows x86-64

conda_share-2.0.0-cp314-cp314-win32.whl (431.8 kB view details)

Uploaded CPython 3.14Windows x86

conda_share-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl (809.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

conda_share-2.0.0-cp314-cp314-musllinux_1_2_i686.whl (846.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

conda_share-2.0.0-cp314-cp314-musllinux_1_2_armv7l.whl (871.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl (769.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

conda_share-2.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (604.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

conda_share-2.0.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (638.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

conda_share-2.0.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (741.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (645.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

conda_share-2.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (601.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (588.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

conda_share-2.0.0-cp314-cp314-macosx_11_0_arm64.whl (535.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

conda_share-2.0.0-cp314-cp314-macosx_10_12_x86_64.whl (553.0 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

conda_share-2.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl (808.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

conda_share-2.0.0-cp313-cp313t-musllinux_1_2_i686.whl (846.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

conda_share-2.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl (870.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl (766.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

conda_share-2.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (637.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

conda_share-2.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (600.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (586.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

conda_share-2.0.0-cp313-cp313-win_amd64.whl (453.7 kB view details)

Uploaded CPython 3.13Windows x86-64

conda_share-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (808.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

conda_share-2.0.0-cp313-cp313-musllinux_1_2_i686.whl (847.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

conda_share-2.0.0-cp313-cp313-musllinux_1_2_armv7l.whl (871.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (768.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

conda_share-2.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (603.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

conda_share-2.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (637.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

conda_share-2.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (646.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

conda_share-2.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (601.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (587.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

conda_share-2.0.0-cp313-cp313-macosx_11_0_arm64.whl (536.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

conda_share-2.0.0-cp313-cp313-macosx_10_12_x86_64.whl (553.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

conda_share-2.0.0-cp312-cp312-win_amd64.whl (453.9 kB view details)

Uploaded CPython 3.12Windows x86-64

conda_share-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (809.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

conda_share-2.0.0-cp312-cp312-musllinux_1_2_i686.whl (847.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

conda_share-2.0.0-cp312-cp312-musllinux_1_2_armv7l.whl (872.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (768.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

conda_share-2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (604.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

conda_share-2.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (638.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

conda_share-2.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (646.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

conda_share-2.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (602.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (587.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

conda_share-2.0.0-cp312-cp312-macosx_11_0_arm64.whl (536.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

conda_share-2.0.0-cp312-cp312-macosx_10_12_x86_64.whl (552.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

conda_share-2.0.0-cp311-cp311-win_amd64.whl (455.3 kB view details)

Uploaded CPython 3.11Windows x86-64

conda_share-2.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (812.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

conda_share-2.0.0-cp311-cp311-musllinux_1_2_i686.whl (850.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

conda_share-2.0.0-cp311-cp311-musllinux_1_2_armv7l.whl (874.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (772.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

conda_share-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (607.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

conda_share-2.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (639.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

conda_share-2.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (747.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (649.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

conda_share-2.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (604.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (590.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

conda_share-2.0.0-cp311-cp311-macosx_11_0_arm64.whl (538.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

conda_share-2.0.0-cp311-cp311-macosx_10_12_x86_64.whl (554.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

conda_share-2.0.0-cp310-cp310-win_amd64.whl (455.1 kB view details)

Uploaded CPython 3.10Windows x86-64

conda_share-2.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (812.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

conda_share-2.0.0-cp310-cp310-musllinux_1_2_i686.whl (850.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

conda_share-2.0.0-cp310-cp310-musllinux_1_2_armv7l.whl (874.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (772.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

conda_share-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (607.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

conda_share-2.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (640.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

conda_share-2.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (746.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (649.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

conda_share-2.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (604.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (590.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

conda_share-2.0.0-cp39-cp39-win_amd64.whl (456.3 kB view details)

Uploaded CPython 3.9Windows x86-64

conda_share-2.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (813.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

conda_share-2.0.0-cp39-cp39-musllinux_1_2_i686.whl (851.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

conda_share-2.0.0-cp39-cp39-musllinux_1_2_armv7l.whl (875.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (773.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

conda_share-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (608.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

conda_share-2.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (642.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

conda_share-2.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (747.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (651.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

conda_share-2.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (605.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (591.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

conda_share-2.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (813.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

conda_share-2.0.0-cp38-cp38-musllinux_1_2_i686.whl (851.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

conda_share-2.0.0-cp38-cp38-musllinux_1_2_armv7l.whl (875.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-cp38-cp38-musllinux_1_2_aarch64.whl (773.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

conda_share-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (608.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

conda_share-2.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (642.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

conda_share-2.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (746.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (651.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

conda_share-2.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (605.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (591.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

conda_share-2.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl (813.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

conda_share-2.0.0-cp37-cp37m-musllinux_1_2_i686.whl (852.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

conda_share-2.0.0-cp37-cp37m-musllinux_1_2_armv7l.whl (874.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

conda_share-2.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl (773.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

conda_share-2.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (642.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

conda_share-2.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (747.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

conda_share-2.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (605.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (591.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for conda_share-2.0.0.tar.gz
Algorithm Hash digest
SHA256 3c5ade2b8f1e72a9abe9ac64def167bfdfe5f5759e083d475d035b6adef0bd65
MD5 3914946394bb6f7b2d8e668f6fe6a130
BLAKE2b-256 6d38ab166b7ac86e07cdbfecfd8b90e3217603f9473c836744523563e5686bc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c89681b87c60bb687c5fa39206443d4c832ace901d1eed40f0b3cc19254ff8bb
MD5 a07e4260cb70a87501d2124cdf0233c4
BLAKE2b-256 264eee2dab5efe2cea821eecfae3eb86b788a5fa3ebd5c66757e7c678237d0c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e95452ca7d2b45c97af6711afd8e73d9c363408b2860e4659284ed05d107dcd5
MD5 40159e5730ffc5322612780cd62b92dd
BLAKE2b-256 a563687424a1df8ac163e2718de8b73a96cfb1bfe8ba39fb4942fb635d5aba5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 45ac8bba256d85ab2f6254812030d898fff43c33872033a5507c9d41e7bc12d2
MD5 33cfefb24e10b499d3ada61a21db2258
BLAKE2b-256 938362e13d4fe07de0971c481ada2c19c4721bc698832d6ed18c27bebb48a32e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e712be8bfbca0df4f35a1f2e0d42a1e4092e5033b154bf8ed1fe27d544b94421
MD5 3d892ca879a4a5685e477fff97abe618
BLAKE2b-256 2bf88ee5b48e7a641b7c4e57b71b24b3de8bacd41fdceb9ca74d3964fd8d29a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64274717971f9db7a15c1c84dfd97115beca97df636ca2e26010eaf14048327d
MD5 3efffff4aad7de420854085fbb72b5a4
BLAKE2b-256 7c153a889dcfd659fd352bf5b63b39556c79a17994c130e36a74c7bc949390ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d16d5cc69142cf7fb45bb75f4569a9fdab00830e785b65909b8204bf83e25c6a
MD5 d340756e26a8f940252a6dfb90d9e112
BLAKE2b-256 97609f3f8ce8d82b41c5330753694dea2d9a26dcfa5b40e589ba153efa294495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 637665d01a30e86332c76657a80caedbc11fc06af39554ba5d8cc4427471e9ab
MD5 43f22e9e9324095039870d1daf9324bc
BLAKE2b-256 0e2bea3036651c597b12df5c9c963bf548cee991ade557ac518df7e8e842fad7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be61250f31c156039b3a07ba2864cf5c2655ffe15a2e7809f8954fed365f0818
MD5 f60aef3a3999cbccebd487bcad5993d9
BLAKE2b-256 7325d9c6b7db88b1679dd5048217f693a8f152566e0299a7c6a19fa03206f3e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 440243ec2af9b908172136f064ae042143b4634c1d3985de97e591cfb06bdf7b
MD5 45216ca8a20a91023aee4d5bbcdd6bc6
BLAKE2b-256 079533bfe26873a2ae07d6701ae5587f9381427618f0fcfa4b09fe283dc407c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f734c588d736c720bf1f66e278424d3444af4836270bdf83bc1913469fccb5dd
MD5 99b50f4d898b356cf8e2fd427ccb2d2a
BLAKE2b-256 e2c86b8a189e48ae1425593ee1c7f3fd888b46feac72f61a2bd802f5b27990a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56f30aa479e9bb6488f67d35a000c5ffa35f896911c0a838bc7b621544099620
MD5 d4d4c2d1c72a6f91089280beb71c0d97
BLAKE2b-256 cea41959d9a7eedef8d24ddeabe11275f22ddffcb50a968e135f4b20f20300c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 385dc747c723e24bc8147f93fc7de6c794a1a0b775214cd8809a6720ced638fd
MD5 aaf8dad58c6a4b9b75153a281bfac88f
BLAKE2b-256 c2feee7f29cbd57f55e9a40618d81bd1d0e3a237ea4aae5e78f860a3b2611b31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 80dc28804792934e28e17a8b444e9baca933a7d8cc212020e725c764f79871ba
MD5 68f7a08b7336071e58dad6b9e944b193
BLAKE2b-256 5339f891bd8edd12dda0ac8088b0f2f3d1a5cb8a9673cb99eff44cb67df9301f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0a17411bd5fdb5d24fdf36c6b54bfe2c0b4c81accf34b50a1593b294edffe70
MD5 3f2ef389e29cb22cc9caf30d708866ae
BLAKE2b-256 52e1cd0cd4162dfd2c69f53ee0e592a95f12a896f85417a913f2937ca3026e7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 63ffe2d57fcdefa9c61aa56900abcead8a0526158c58d4412c50a93341e30473
MD5 e50abc1e2e87a18bf9bd8e8d6109ef77
BLAKE2b-256 7b7ae4d136877418f2883eae7d42cae1bba589fe4eb21b033fb3ab4ad1cc30ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d6acb0895c2af25fdc9e6bae15300ab8dccfe53c3a3be58f37e3f159f578a9c
MD5 78c9056c5dcc9e2b50f1f5f73867e598
BLAKE2b-256 1b5f89f9e75c88ad336a3d02d3a2a3be9e19b5d6e459413ec7d752c03614893f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bbc91051b0bb7dee661d806c4af8cccef5bacd61feae2cda30ef974425708540
MD5 8fc832fbebdae35835bda9f11a03b479
BLAKE2b-256 74e3a887ef6034c5e9d606245a9f1647acd9ba7ce746c8fa35cd6ffd6653e166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23242e899284ff8be192d0c90021d33bcb41d74d690cf407c61eec48575cea0d
MD5 835636e0b9567e6bb6422ac42b9e17b5
BLAKE2b-256 1908a1174a9d94770112b3cdbe0698ce0f849687b40964c68769c24e89672b25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 431dd1050adb66e6401f91b22da565bc3df2e45b3f2d6310c9ad77f4e5dc644d
MD5 1e595d87413bf755bdf26fe6ec486e12
BLAKE2b-256 e4bb67806ffa62f039f30ce9000068e211ca4c25dff7e58497d91736c62ada9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 3a76a0ec23abf9af028fbe744bb8b71befb1da6e050523a13193ad24d2d6760d
MD5 b7e319155c314a9761466dbc6180d3ad
BLAKE2b-256 8d467604164cdc73606fa3dde3685f668d9df88ed4f63ee043382a046e8f4e73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0ffddedb3eb012a52eabfca00fc87a2a845dde68e864998768efd029d635844
MD5 ffcbc969fa80bf44599f3db161164554
BLAKE2b-256 4c82c6f27430c4d7a3979f151a71c553bea695617e55b67835a041e2822c81de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2b4fa74822eb920250df02c6c441c965ea959ce5d4af63b6c9b60eaa34600266
MD5 b2373bf503ede1eff1f6ac87a099d973
BLAKE2b-256 bbf6cd7d586ffd527f1310eab0c43d80738b48b6bd31dbebaf81dc6e6ec7c361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 78b0c60efd07c10ac6dd4156e7cc7a2b5a4ac7e62d406d8e1df0f404e1b345be
MD5 278609a7551a2a98e947ac2126176dc4
BLAKE2b-256 480b4e7a90557ed37da61b9e51b8c8ea2ef216adefb015045fa970a0a4598365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c971911243f6349f34e0cb0885bab70db814989d759e0989b4601742906bec8
MD5 36075426785a469286ad38bcce477cb1
BLAKE2b-256 411a6c97779e25436c50b5f950ecf6785460b46cf4036c1242a27b170a0bd911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b3819a302b4823e0634877e1b4b54ce402f3dfed03454e86de2812cb3cfbef1
MD5 5efc5a4f11a6d47593cb3b1bae78e704
BLAKE2b-256 6bc7cd700d2854e45bae526c942ce9ca59257d2d8fa8a54a3243696f65cd4416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 032887bc66c24d124936455bfed8382b928cce3989e703b707c75dddf35ef3e9
MD5 2305ae52037a25d05069b05650f277ac
BLAKE2b-256 9cf50f922c166184c44ff0e7b606a4a4f7ec88818616262054cf7fb32dde99a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 814887a2c50d5104a487ee571387e97f65b2bb357d37cbe6a090c4916e4b4b00
MD5 0522bf5d1e77361373780ef31d58821b
BLAKE2b-256 f29fbaf117b391a32bc3845928f101033268c269b907df168e5d80d032a40ca8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 89ca769ea177af517c2c71b62dcc0577c2584a3c552401c8b1f124596db59601
MD5 a5309f59755ea8899ae7127e54e3f22f
BLAKE2b-256 9f2fd649810b7df750dc23b55d3447ca796c77832950bc2e09f9df2d7c32d6cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 98769999c1a056b6d5f4c010ee24bbe3f5009646e9d06a1239ae020d749ecf5b
MD5 4931d4fe3251109e58b82fe4c6f79080
BLAKE2b-256 026c0e0382cf2af1f7774207e09430f2d147f28f6f6a8f6867edc9c1f28c3c22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d97bcaf41218ae4e9d058d9a9255a26107e6294c4f2ad6894529953fe221f483
MD5 99d78178e34cec75a211b94adf9dc9de
BLAKE2b-256 6286b898dfe289c9241267d6ad6030cc36dcde2019dc758261b36cd9f0bbbceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7be91ca1244618f82dac563a33d9bc24c262b656fc6dcc4bc133cf3cdd75771
MD5 f6f02916afe78c007a7f25a7bb1327e8
BLAKE2b-256 8b94872920063a5d192d8cfa8f42a7af202b42c73a63bdc705e8c2bc26d4a2fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7b729f5b0554d7fdae7b66a7433d664eea10e0d372acf40635075bac594fdebc
MD5 04288824427e1993e963adad2eb9b5e4
BLAKE2b-256 36d8d982bbf7f93fe2a5e57fd6d17548476ac909cbe1cb85f172f1ee6bacc51e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff442b7f4940fd79a97360394048b90aa80371ff42afeab131566add84719b7d
MD5 23fc3b60c1f9fb0dfcf5bdd40915bd3c
BLAKE2b-256 4adc7a7c251ec8b434c528353af7a233b35e6821ee79b631c8d9e784ce687c34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b0df952848907a0ba8d4349b01e5e8cf83a2b33bfa9c1b3f2bd39d31c42173cc
MD5 e535c5a4109680b55e2e00c270504b7e
BLAKE2b-256 df51f60e49564481de19a5f36cd985de09598b290bc03635682bac969e01bb3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fbb5188d56c8c94a9bbc5ff7a5aadf84f46af3d103eed74e1d996435730913e5
MD5 29a558d2eb8d666b624e9be833aff64f
BLAKE2b-256 f1b7b5eccfe4bb49f4a47196dc9666328f5def284f671863fb627802d4b3ba4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c505bc233204b103169b3b4a3175ddd1ebfc05db31a2d2632513e4350fdbc88f
MD5 2964274b698ef9dadfa8a5c75997a0b9
BLAKE2b-256 c0d3e2799f24d34d7956044eff338ad05baa1866563d54e374ca37f516472f1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 49e7488017d000cd850f979c93e598dfdefe2e5abdae4173b388e8972ec9a04c
MD5 f9cec587de7527f27f9185c3b997276a
BLAKE2b-256 3c8fdee3e15ba9eefbe07bb395b9a0cbf3e7081755438a0bcafd6627945b1509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e5d8ad536f8f089e9c37a359b63b5189ffc4a65fd3add0384ae635d25e1953b6
MD5 b44eaee38a7ad10ced04da0970dd61b4
BLAKE2b-256 b06f8dcbc620b437ac5935201e9ed4eac36554adef679bbfe0908928c73c4001

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b5535b76de39d0772678d5f5dc5e210fa57afdbe160f485d6e3f7c180e091837
MD5 aff7750f735b237aa42d047fa91f8aab
BLAKE2b-256 e7cb8c73e3779ecaa81b1ce67ba1a672888f562197474ae21e7a26f3dee30270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b3eac82ee43a2e2fdb10b153c1344f820182c304b715af88ddaa5053a19e884e
MD5 df3f0b81e1cbd71150d5d41764769b37
BLAKE2b-256 3326124ba207b5f27547b623e35384a416dafa2b42a5a76e74e66cc07bce09fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 73e1ae64d09a4e2b3a2578fd1b1c3b6c0a2e6ebd21035536d3ac0d682527de9a
MD5 b54c9312d6eb0d49fb7eddac652c8d54
BLAKE2b-256 6b9b2899282e3dcf6ffcb7252ba8081b7c0097eca481db16c63b7d0bb49eecc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66879245a780a1ac795e47619bf7558a86f2b7e96cfb3be31a415970d4980296
MD5 4fd4f28fc600427add82ca691c3bacab
BLAKE2b-256 db0126fd6d68ba76991b7c93d9ed1bdd8bec72de071199b37b5a06dc1943a564

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ec7f4adcb7eb43e3652b268a8c62833bcdb533278be0b8d19c0c2b208f2b6da0
MD5 294a072240a46619016dd4bd87b71cc7
BLAKE2b-256 c32629c845c0d5e0d82f2b4b0cdd54456333df9cacace59dd82f4633ebc4d476

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e014e291b3822346a868b1b89ed1109eecb9d4025248eeb025eebe9c938963b1
MD5 d3e67a8c71aa28ca5748c240dba9f6e0
BLAKE2b-256 e3a1eb4694f94342df84a714fe484b1b8909e4d7723ae71d7399abd73a340b40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c22dd29a88f4689be6093c019b6b203f3ba931802877c60f2dbf12a55d02a3c0
MD5 41860095450964e126c929f0dc4c2fe4
BLAKE2b-256 a9db2b80931604d28bc51a8e121a368feb3519d603e3edd482a36a835d75b0bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41215d3e3bd506c05c5ea2e4b01db876bcbc0bbb219bd422a9d112e4c7e998dd
MD5 eb8304bd4e126b11103ae340877d92b4
BLAKE2b-256 ff4638418e3bc9d16791329937e51f79bc7c54a6627cf5dce00e76574edaa24a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e5afbcc71020a8469284ad219e67f2f1b17104ba3e5840509f13cd668f69b7ea
MD5 72f479283adafee0fbd6938572764380
BLAKE2b-256 6568af9aad2eae0b1b80a5229cc8caf187e558157190febe3136a5344c8af06b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 132ade3350c0277c9fccd3c83fc5925b38caac99dc54c07211cb1c641aa70ef6
MD5 7eec9fb694fac42c976ebe2cfb7b93e6
BLAKE2b-256 9e809dbd1e7fa507f3f5f7bacafb0749ced49da64163cc1837e5823a351a287b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a1b272509726a78d466f1220e21badeca8737f36575459e8a8cc5b16716d8cf
MD5 685a5f3437b3876aff370aed439ac63d
BLAKE2b-256 2943e67abe576d58eed212516d6edd6ff24da60156eb99586ab0ddd3a4429316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 76d33090eb0f8e24690485baa5dc44742243a7c01c1d607a47ae4f20d0f33225
MD5 e4558a9127200422056288318dc74789
BLAKE2b-256 4f7e088d7d9af0867648e9dbabcad8ac78e17c83ac4b6fba34ee40735e05fab6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56b69c972ed7bf7e6c07ba1220f4a8efc4be7a3a6b57205aa7965d136931a601
MD5 856e3994db457c5482df85d355f5e03b
BLAKE2b-256 022b31ff1e91dbe0fe787159b0eb925fe8c76a8fa1d066cd34cd55143bc35aec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 881e7f67c69d17c55f22c3722e1d0bbfe302d3e221c9853bc045b9668f0bd951
MD5 26bc2f27c812fe5fc5e21709124e3dc6
BLAKE2b-256 01fa22972e4777a77b4b4d51d252c7a472c486504ae31a1361809fbeaefc9774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ee8199fdfbe69f50b763924fcee1f34802efa665ea862a56aec44ff354e560fe
MD5 a449725bff1395f64a4f9daddde22cd3
BLAKE2b-256 2682e41dbbaf5e6d28aa85f97de87157a7f9cbebaf5710c2b479a0b7cb2a4cb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ed68220aa7ffd9d10b1a59c088131c1b327dda851556dfc4d0aa3ebf84011826
MD5 a51e33ac4aa3ea9a0395d5cd2a7d5873
BLAKE2b-256 be8a81fc9d5745cc43a2434ea871b022b187e751a5c67efc2029480eb52ebcda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f3438cb650645988703ca5ff9ffc3865b1beda16f45d869606cbf892bf33d7e
MD5 2d1d82323d34c963af22d2882f586a9c
BLAKE2b-256 564cafcbfffc652c09461504e6ca98fca4d8daca573eeceb81d3110c91ede410

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5c8744c2d811f5e94b75c1b7369905ccbd072894313a80796231efbf3f4c4be9
MD5 8ae0c033ffb17f90fdc06c83badf8f8d
BLAKE2b-256 e7de60e3344a64bf5d71e78838e686522bd90f14a3be7777cab1540df2ce9285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0de7261973c79d25e0b570b70eeb683a2172bc84a3171d3bf7f45b28289be56e
MD5 62d8017db124215fd1fa5955489dca58
BLAKE2b-256 4bb4bb14de2b069e3c47ca3d1b9e5b45fe62b9fa6ec20f0ac7c87aa0193ac09f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec187526b11e4dd0ce80d933b9ea9254784ff0abd1cdd41a10a37fd2f237c2dd
MD5 830cc9d94c26b7416f8f274cd47eef54
BLAKE2b-256 7acd78c8634e49aacd78603f5b02d39778d013dad151283ed292be986280370c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd73815f06675d5b1f41760f4b3b65c2a7415838ee5566e95be9fb49e82895a5
MD5 66641565324f37292ad4518f87437645
BLAKE2b-256 9a3ab15a76d41c391593f85cf1bd6c3ff30323e509ec2c8d8652bdc17267682a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7aee46713f999090a02ae70d8c167aab66f5bc86306895f88a8324a689ca7e69
MD5 445eb78ccff97265e165ff2573bd7af4
BLAKE2b-256 b3ad31243fc7270468ac6f55cc55d35bfd2089a124b7c32565ba9f9406a6b0d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 baf6108d39d487b39b78d3bb5d109eb0ae67dc6a28ba65772f8b3d9fe91d876c
MD5 169708d7a8461a6549d5c903cf74b145
BLAKE2b-256 44aea39adfb26c4bc35c5be09381f2c11fc3a8463bbe262a7eb333abc0e46ca9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34dba47c29c6047ef193d6a10295dac3c45db85a06e781213c8c01d43f5f244a
MD5 8ed2bcccc671f11beec1815cea52b13e
BLAKE2b-256 50e33665cc8a89133b0b75ed8d12ea38d2a61809bfcef94e7d5bbaa3c58751f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2be2cd180cbf8d9ea2bf823402bc576b2bc38375715963fd7a42f9a152221772
MD5 182da89856f890b1ca16d421e773fc07
BLAKE2b-256 f130bbcfd502fc5af20ce02595c257f14db17a8698235d350a6976a6cd5c1592

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4ba50f7c53f55dbca65f979bba9f3d7445016f0dbf7c9015652d936bff31544
MD5 01521deb72575843768d53de3047489d
BLAKE2b-256 c20fa02c8b6be5457c035efc733dcc4de41ea56727b62c95caef462482465d25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 836120051a6ca9e46f55c9965ec3e86e683e9a15acd89312443f422b289e10b8
MD5 a38c9132bd648d19d532f0c503a43565
BLAKE2b-256 27f005c43a33645be0c93c7da51dbf838465c0f66bf7fb3d562e1208f75dd959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 acbfbbd1889f08ed179947d29590ecb29beb56475c31acc2c4ca7891484ae7ae
MD5 a7874b2ce7737713e4a930b4dfcb2a40
BLAKE2b-256 cb755a9ccf9829f84465293a266db1d88d3041de1662fe1c280124cf74f703fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 482f21ffbfedb60d1deccb36978b94d767d395110891145fac1fb1c38067ce5d
MD5 75ca50ffcaececddcb8e3d3e47595031
BLAKE2b-256 86846435fddf5fe557eac96ae4c4359b8d59c757ac0b47a0cfcb3aee81be2fc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec1c3b15aea2e19eeee67b7a78077cdf9eb8309509c180dca1e0c964dd16339c
MD5 40679c23d33f41a842dcc35da0370b4c
BLAKE2b-256 40396541534dc65cd54d19325823d6b6ea40916c2030e2e806970bfc096d8614

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 18cd8e04c159a0b507c5f73f9c9947700d22ad4d3c85267b9f65813f5149aa1c
MD5 ea1a6afe527871ed6570284c2c6de4c9
BLAKE2b-256 678924fc32846e7d853a2dd965104a55462d2727a1b47582c7d5e44704a3efb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 41c2778a554f15953d5977712d987cbacde9029f661ab5260b11b314fdcdfcaa
MD5 58af036916699a37c3554282176d12ea
BLAKE2b-256 c89cac0c82ee701dc5d4720008ad9c5d0c54809c0a222d0644884a270efae0b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9dd3ac9f27d0bc83f64c621e0df6f7b90c38bd7c641245348954d4c60522535b
MD5 48fbbec6ac2cc0286f9dc2b28b3997b6
BLAKE2b-256 1d68d324db935c4ea866685ce2ecc3ff07a0209f14e4300577a84ccb14b96e17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b721dd0788b6b63af592fb7a50a95b7ba924964e22c64904e1c796b5271b047f
MD5 52a4a7df2f67b5f0f8815d961ebb9997
BLAKE2b-256 fe521126894fae8172b692dd138a3cfc4a60cdabf6db465c489d57553624427f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 019c2025a7456c7bb3ee2c3cacb5818de7a0a260d219ab3536cc5f0d5ccc0dab
MD5 2a2d291b8c71be1bccf325236072526b
BLAKE2b-256 cbdc12725d6f77adcd9b3676c2f7f4af2e4ca674b26ce1e24dfb01a19fd0b5f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 abf78b697d843b4137d168df3ceef4179d47795f2e1ab544f24e1502b84a31fc
MD5 4251428a1d19dfa13af59218d0044c9a
BLAKE2b-256 f22bb18716663dd52710c8681603fe37f6ad581394d7bc87064e036c0c20155c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db252047aa01357ea0d6a36246c38699107c65df0742211c9c64814e5225ebb5
MD5 006a5642d586ab41520e7a842136df04
BLAKE2b-256 733dde0a6c90e6892d79fa175d3601a067c8e760f52fd3dc5465e7863f1a7370

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3b3a8d8c97059f7f1440db351215b1fc8025c81de9ae95755f20288d87763e6f
MD5 1d3d689c9579ced886262f0bada95642
BLAKE2b-256 ac974643d8dd1a7086f3672b5bc36b766474ebc0859f5807cc578cdee0f724a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd9938cf8e6969e3304d512ebdc377b3213f6451a59c1740ba8a5f8813a974c9
MD5 84d0e04b5c2872e169c95299637ec53b
BLAKE2b-256 30c6ed18c8c925ed193fce7fc76372883aaacf2cbfdc4b9c108da69e41585a4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27b204eee6abd58af6fd218773aaf777983a05b044a2ec98b27aa4fc5b0ff4a0
MD5 7ef305049c40fe7631fbc573f1406503
BLAKE2b-256 a0ce86f7d2e1e75e64708e5b475af9b04e542ca89da0bd4bc607779329bc9dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ac3aad59c1ae24fc6538852c91424aef076ed5ec9f929b81ac6115ce61697a75
MD5 408acdad029e509c3243ce814c7d8e89
BLAKE2b-256 09becff846e6c1c5c6fc5c916858f850d3b5c84a31ed53bcb703bb050f16226a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 793b4156ac6ed0458149165a9819c92e1eaa308efa2bca18d572f0edcf9b2c63
MD5 a8f0f9b7436a70e012ad8410b54f9b7b
BLAKE2b-256 9fde92439d58350974119931d1c8ddd03bebc09a987d8778752e338494b8a2cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf1064ccb9305ec9734e7902d370ebb56b10be731320493407ced59b97f8e09b
MD5 020e0c8a189b233925a12127c51d119d
BLAKE2b-256 0a08f4248e01a1208f6d43eb23a18405773c2f9ec288ec4ece353b8cbd80016a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7bfccd3913eb15505b8d92a1aa735172cef2ee0ed9a55a224eb74fb0a7baceaf
MD5 f509bc24bafc6a17ccfa1d90b02ef34e
BLAKE2b-256 24e13b5f3f7c32a660e43080a7c16ac2375039564de619ce74e5813123753520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e1f17fafdd4250dd8e18b72b4dcc73a859d03e9d9eb3b8282c127e53f2ebeaca
MD5 45fd2365ff17bb068d58ebb7b817860d
BLAKE2b-256 b0f654082fe0d158661f2e2dc263150a5c4f16fbccdd523400e218b630d50326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e80e5e1c6fba9f5c65e12c6f04d7e8efb4f9c95e5d6dba88ec94488a5e44311d
MD5 0324857c8290ec9ac619a7dbe1d66e6a
BLAKE2b-256 e3a9dccd2857bbfd04374214a26b907f1a3ece52f59ba25321b2539a2679fd3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c3f3c2bf7158cbf3c08c5cebd9a6c5f681bd4fb66a808f3757ad9e8ccb2d45b
MD5 6cf888c3f58a770e7876118a74359931
BLAKE2b-256 b2ce849967e9eb7ef9f355f5bda8be6c1f73bdcfb029a4e31cea4784ffab8a29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 655170406fa8c4a9e7ccfa38944a7e14b63c075350f2de28a3f1e1c98900e0b7
MD5 5bba6532254b704cdf6d59f2665c90fc
BLAKE2b-256 8017eca35ea2af4a2cc705bbf02e914d253b58a4579dd37c4b8ae0076a8fbf07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 04e2a792c3d1c0ff4bda4cf56e3b3066f9ac59449c94d6fff5c6ca2715d9b229
MD5 f71dbb8be6612edb399debf4e14467f6
BLAKE2b-256 af4de2ac5851ec38980b52d93293a1612dad9164c4f0ce31eb0d192aa8c55e38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e4182295a05d5be2433c47208feb60ec25ddf17db42fdc94738c0a09260f5e1
MD5 997198dacdfd83cfcd04f9484a02428f
BLAKE2b-256 8eaa250fbab561b8a11e12d7fffc4517a0cc5758285f49b8a6b4668a4d7ba182

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a3d4459a2a28e4d1857215334299eeb388267616cecb24ac22286506b5dec5da
MD5 3352634fd1ac527ac514c961393b0fce
BLAKE2b-256 23299d610d2d508059923b707a6b3def113c807aac49d8c98ad47487097bd346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d249a0d8845eabdbaed963203a651358868c4762c810c1df95d209ced8dd9b7
MD5 a689d4e6c17fc04e0c198cc8d443eff8
BLAKE2b-256 80a97e88404f56e5015ae1d2c6c3d07d35d9af1be1ebb49cbcb1f9bf978b6f51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fa17fbb7d0e6f2294decb504c1e135ca67fa17bee1629a56245ce5a34b87c8e2
MD5 14b9c580d67667c06d6f44d9cd9b1b42
BLAKE2b-256 beaf7153ef55cf1557cb9951ee6579c1f56e6aec71a3584acec4ecaebe6aff4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b81f8f3e108caa18b9227d531a8120689fb289527c478886f92f6464b297b2a
MD5 6ef3a2e2f7e420ef32f9119e4d2da970
BLAKE2b-256 19f35ccecfd8b1e4e2316491700b28cb7fdf84acc4344307df1f6d1dab8dcce4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b194a0428426688af92fece3235f052aba6def6177bf24c7b4871f938d8b0c66
MD5 7dc40823d76197eb088f001a5819dc29
BLAKE2b-256 a0b6eb0afe807ac47686a0cbaea18e81b289e3bbba8a2eb4b2e727f2d2424264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 54c10e7d3d674774aaa5b7cdea1e20a1d66faf9d1e461b3ca04b979cf1ff890d
MD5 f948a99da522ce7c92bc999773b5d520
BLAKE2b-256 c324b69de40abd3d074b20878e52e509870f46efc11595f31d1150e5c8df6a13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b485395b9dc8832bbebbd36b9b6394736d0f87d172281318d0c7319abfe6a93
MD5 502a9571de1fe6bdb02c1f389299c956
BLAKE2b-256 3cf40688f7c439fdbfda2fbbed3f8ab6dec3dcd039a934bea2bc2c62f943fa03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7aa7eeb765ffa6b7c78d5ec367984b4c80b483a023f50bf0307f1bf78e4d9442
MD5 7b87f3d9ba5a7dea64b72a7420152643
BLAKE2b-256 93c6be4143bf2764a1e33581cea9ceea1c493499a9838d51175833061bbf3d3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c17b2b88842ddf6a0273f282be6cc90a71bf2776c914f9ff0a1c93fbc22b93c4
MD5 1d076f29bdbdceca28a5ee33310ec010
BLAKE2b-256 7d7fc8e9025d6527d8fa744b4da6026d9f380ecdbd9411861707626066a6e840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bf50bb973ad60beb07bab5670240007f8af80e524226ff88900a81a6cee0d85d
MD5 bc3a6adaff0f059595155070dd40eba6
BLAKE2b-256 86c9ea2aa23c1517fe3d331b98985be307d4dada65625f1a7f2ff05b015e28e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22e0d60d7d6e97d453d7f487188699178e81ef8575dbb018cc6a80d63de31ea5
MD5 d2eddbd3b5e45147e728eaeda5193876
BLAKE2b-256 2b085070694ba0ca1106175ba209fd0b14130f2e2941dae69a49c7c2feb1e0f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 843baf7d5b26f25872350a3590fc74ecb2cff684dfd3b8d7c7b58bddd5da83f9
MD5 b8537b3ddb1098648abdf0396c43a839
BLAKE2b-256 a07f5cb2c89d30cb1a01eafe04e2bc5db6d2da080db35ce1a7a1a257399854b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48d0e6ca73c3d84ad72f35e5c36d427684bb54f4634f71c3c567ca25b9d813b9
MD5 04352ef4cb5b7e50ed56dc734d62fd6f
BLAKE2b-256 65c055630f155992ed652764c796838de6cc6722ec528a3290054a03080a42dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a09dbfb74ae5a5414e1fe93d3def3e88e99b9b3b1f5f3acd4d3696e9fec98cd
MD5 e80e5e187566fe9a21658df9cee753dc
BLAKE2b-256 66c9b1218bca78269c3277a65b01b9f74a49cf12b4c1eb5b3eb19512bb4e28e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dee228aad5b6c5731d4e3990df4a13456adcc78311ef00380d1a8f3086cfe8fd
MD5 d30b76b127d2c36027b169810f92cc31
BLAKE2b-256 efcee72e1bc9db974cf8f3e3d34702350198bb621f664051906b5a1a6f9eefa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 479e6a33656ffa7b698b199087e823052268ed56a07afdb5e152ec534fce2993
MD5 99c752e8a23f9ef03d8a9191209ed937
BLAKE2b-256 12f1e74f28467f73c734b57f1868207d888fcfa143ae6aac3efe99658a64e2d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b06e7d33f8c161637cf058c2a15d60b08a44285a71980d169f16faded63c9c0
MD5 a3f24a3382cb020a5681fa9d70bd4fa2
BLAKE2b-256 60ee9a285f904432408a8bb276d1cd08b53494926051eec6f83e800d6d0f431c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 438ab243c12da0c3f74acec4118d87b9dad50048c0e0bf1974b7552d50d403b3
MD5 b8427fcfdfda78807464809f53d053dc
BLAKE2b-256 6326abb2e433eb570ea80bc67204d1299cb4d1f500f7c51abb5e6e1929c3a89c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 57e24497dbc0a9a571dbf26fbd7aa5ed46b76ccea560a43f4768d6f50cf8e568
MD5 8a145a88dda4929933f2e178adfa0532
BLAKE2b-256 dab45ea008367be814d3e3896b031a73d3d1d70fc092c9e75739345a2a668eed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 29324a2aa9d98775b5fb5b1546b4b0ebb2b3288155d83c0f0baed0ae37bf3354
MD5 0cc9dfd18290aeb41f6bd8b15b924f90
BLAKE2b-256 8cf911e6f2688a4add359f620c5b37f05f2baf48e397c81669a6c0469c2e7d06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 06005c940f80e03c374b9ed58442ccdf16b52c78904c6ee109125b92ad17646c
MD5 2ee1e4a84ea171cd4c374d95724caecf
BLAKE2b-256 1df2ea674847bc25dc7bdb46cdda5bd59c59bc0d72469561c2b4ff6647a7f718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 210e97dfad1f54f29fa450a41eb2d8c7fa1d718ac6ad7819044985323cb3aba0
MD5 5584fab2320bebc50386d32ca1f683ed
BLAKE2b-256 b48276723f7addb4784714e2b85e805fa4a7b3cdd7dab68471b8ea24d86ce1a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7275080ede15b413e545018cf76c19ef6974ac9d7fdbc3d413e659d455acf42
MD5 ae65dd1cbaacc00a5d6f8d897d200b57
BLAKE2b-256 df4c669e9f57ae20ab889b03e2f2396ee5c55158e98d70006c5fe4fbe14f9eaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1476a744061a64ac9d424f2db98ff9e5408a0b0975cc808152fd4efc4b92f0fc
MD5 771d3aafb92b5438952bc0565c0997ab
BLAKE2b-256 d19d00d796fa929f120a7004507988e9a904005e053c632d839158c9d5c66132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff3591ddcc1c71d31acd996b15363396df8f49a46febb146a722106ccaaa80c7
MD5 15768192de0ef89a315341e7591c78cd
BLAKE2b-256 e98ade0ee446831ca1f7290f97c5bdc3eff090961f662c837bdb572b3b88216f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c0d60c7a85fa3812e1e695ac95b9efa889ca10e46f8963eff4b0770061dd4d5e
MD5 bdcc45e37b3678d0a82bb186d5ffd9ed
BLAKE2b-256 72d1f9e52186ba885975d55d395eb261209970a5f43076c364dd4c9bbc2c0c11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 840af02919c3127f27558dcebeee807fa5369a2557222905307fae631da3741a
MD5 49d0beabe48d903679a85bedfb184b27
BLAKE2b-256 85d2ee9d1fecf2fbb42462570e8582c519c173574ffdb1f46cd8a17c0d12e843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6ccfa139afba4486e6b2b5ccfbd0a2d8e671669097646a615d2e5fca5652fb3a
MD5 9830ccc7f50d55929e3c838ef265f027
BLAKE2b-256 400e936976228c0ad970be1994da35e03d450fa641090b634598c6547cf163ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ce1c1711c2dc6eb31165a69c038f5b4bc863910a46999e8dd3c475906472b928
MD5 0b98b05763f557021599cfb7afe83517
BLAKE2b-256 e3a98b040eecb309d279689e7c09f67a58b5e426c43df4405bdbd7a7a119e2c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 805cb4c7d8d1cbb3ac15a327ae3811b038abf1820f16cf1d4a12b4c108570a9e
MD5 811d76caef78b36cef141b9573947f5f
BLAKE2b-256 9a8f1ff5dceed6bfa2f29fe72ece4a178ffedeba07192082141021f312818c83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25fece8d0d0966611f83030f380a9c803fbfb6ca1aa964e5bd9c1bb428eb56ce
MD5 4a27e6e3046a5881971843d8960d7acf
BLAKE2b-256 b8ce800663e1dfacca1eed7c8d798fca558a207ba8cc500761b0a96138bfd6aa

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