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.2.tar.gz (50.5 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.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (822.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

conda_share-2.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (861.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

conda_share-2.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (883.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

conda_share-2.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (782.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (655.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (758.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (660.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (612.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (601.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

conda_share-2.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl (816.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

conda_share-2.0.2-cp314-cp314t-musllinux_1_2_i686.whl (856.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

conda_share-2.0.2-cp314-cp314t-musllinux_1_2_armv7l.whl (879.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

conda_share-2.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl (776.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

conda_share-2.0.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (649.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

conda_share-2.0.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (751.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (609.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (594.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14Windows x86-64

conda_share-2.0.2-cp314-cp314-win32.whl (439.7 kB view details)

Uploaded CPython 3.14Windows x86

conda_share-2.0.2-cp314-cp314-musllinux_1_2_x86_64.whl (816.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

conda_share-2.0.2-cp314-cp314-musllinux_1_2_i686.whl (855.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

conda_share-2.0.2-cp314-cp314-musllinux_1_2_armv7l.whl (880.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

conda_share-2.0.2-cp314-cp314-musllinux_1_2_aarch64.whl (778.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

conda_share-2.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (614.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

conda_share-2.0.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (650.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

conda_share-2.0.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (751.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (656.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

conda_share-2.0.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (610.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (596.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

conda_share-2.0.2-cp314-cp314-macosx_11_0_arm64.whl (545.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

conda_share-2.0.2-cp314-cp314-macosx_10_12_x86_64.whl (562.9 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

conda_share-2.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl (816.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

conda_share-2.0.2-cp313-cp313t-musllinux_1_2_i686.whl (856.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

conda_share-2.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl (878.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

conda_share-2.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl (775.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

conda_share-2.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (649.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

conda_share-2.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (752.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (608.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (593.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

conda_share-2.0.2-cp313-cp313-win_amd64.whl (462.4 kB view details)

Uploaded CPython 3.13Windows x86-64

conda_share-2.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (817.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

conda_share-2.0.2-cp313-cp313-musllinux_1_2_i686.whl (856.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

conda_share-2.0.2-cp313-cp313-musllinux_1_2_armv7l.whl (880.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

conda_share-2.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (777.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

conda_share-2.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (615.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

conda_share-2.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (650.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

conda_share-2.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (754.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (656.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

conda_share-2.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (610.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (595.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

conda_share-2.0.2-cp313-cp313-macosx_11_0_arm64.whl (545.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

conda_share-2.0.2-cp313-cp313-macosx_10_12_x86_64.whl (563.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

conda_share-2.0.2-cp312-cp312-win_amd64.whl (462.6 kB view details)

Uploaded CPython 3.12Windows x86-64

conda_share-2.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (817.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

conda_share-2.0.2-cp312-cp312-musllinux_1_2_i686.whl (856.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

conda_share-2.0.2-cp312-cp312-musllinux_1_2_armv7l.whl (881.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

conda_share-2.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (777.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

conda_share-2.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (615.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

conda_share-2.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (651.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

conda_share-2.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (754.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (656.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

conda_share-2.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (610.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (596.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

conda_share-2.0.2-cp312-cp312-macosx_11_0_arm64.whl (546.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

conda_share-2.0.2-cp312-cp312-macosx_10_12_x86_64.whl (563.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

conda_share-2.0.2-cp311-cp311-win_amd64.whl (464.0 kB view details)

Uploaded CPython 3.11Windows x86-64

conda_share-2.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (821.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

conda_share-2.0.2-cp311-cp311-musllinux_1_2_i686.whl (859.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

conda_share-2.0.2-cp311-cp311-musllinux_1_2_armv7l.whl (881.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

conda_share-2.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (780.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

conda_share-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

conda_share-2.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (653.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

conda_share-2.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (758.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (659.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

conda_share-2.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (611.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (598.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

conda_share-2.0.2-cp311-cp311-macosx_11_0_arm64.whl (549.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

conda_share-2.0.2-cp311-cp311-macosx_10_12_x86_64.whl (564.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

conda_share-2.0.2-cp310-cp310-win_amd64.whl (462.6 kB view details)

Uploaded CPython 3.10Windows x86-64

conda_share-2.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (819.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

conda_share-2.0.2-cp310-cp310-musllinux_1_2_i686.whl (859.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

conda_share-2.0.2-cp310-cp310-musllinux_1_2_armv7l.whl (882.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

conda_share-2.0.2-cp310-cp310-musllinux_1_2_aarch64.whl (780.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

conda_share-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (617.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

conda_share-2.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (653.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

conda_share-2.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (756.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (659.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

conda_share-2.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (612.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (598.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

conda_share-2.0.2-cp39-cp39-win_amd64.whl (463.9 kB view details)

Uploaded CPython 3.9Windows x86-64

conda_share-2.0.2-cp39-cp39-musllinux_1_2_x86_64.whl (820.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

conda_share-2.0.2-cp39-cp39-musllinux_1_2_i686.whl (861.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

conda_share-2.0.2-cp39-cp39-musllinux_1_2_armv7l.whl (883.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

conda_share-2.0.2-cp39-cp39-musllinux_1_2_aarch64.whl (782.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

conda_share-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

conda_share-2.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (654.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

conda_share-2.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (757.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (660.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

conda_share-2.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (613.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (600.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

conda_share-2.0.2-cp38-cp38-musllinux_1_2_x86_64.whl (820.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

conda_share-2.0.2-cp38-cp38-musllinux_1_2_i686.whl (861.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

conda_share-2.0.2-cp38-cp38-musllinux_1_2_armv7l.whl (883.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

conda_share-2.0.2-cp38-cp38-musllinux_1_2_aarch64.whl (782.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

conda_share-2.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

conda_share-2.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (655.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

conda_share-2.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (757.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (660.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

conda_share-2.0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (613.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (600.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

conda_share-2.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl (820.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

conda_share-2.0.2-cp37-cp37m-musllinux_1_2_i686.whl (861.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

conda_share-2.0.2-cp37-cp37m-musllinux_1_2_armv7l.whl (883.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

conda_share-2.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (655.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

conda_share-2.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (757.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

conda_share-2.0.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (613.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

conda_share-2.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (600.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for conda_share-2.0.2.tar.gz
Algorithm Hash digest
SHA256 f290270d2a294d94d90b9c92c1fdc75d16d0efbf1917a92d34095ea58b8884a7
MD5 9d97cb1ca56242cde368c52dae3a868a
BLAKE2b-256 527169eecdc60fd66b9578a3cffc3cbc4a3776b9927c96fe2f834aec3dcc8751

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e4f657b8eedee85404760069792963a970af88e2356b8c065452dafd0183f7c
MD5 d5d93ffb5aae3ec5eaa4b1d09b806d80
BLAKE2b-256 ac0d907579fa1a2c58ddf743ee619cfe780983ae05bac2dd50aa10c40bb936fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 823dd022c805496d6f7dbf63175988a29a8af0f303a7e0377fc0fb2fdb573193
MD5 33fc1e782b6a31890c70952948ae4950
BLAKE2b-256 a00165cb89206db2882361d3f465779bb5fac101987cfe88720da9bc3ffb288d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1c9081ed4cd0c43eccae378615e5168f4a7781263efe523f32da7174c6645eea
MD5 f1a063218a8e44a3f0b72d7212a1b18f
BLAKE2b-256 d094ca8ecec10bba72f01e5c14911cdd86efba7965251da9ccd2694c929bd8ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b65c7f808697c99cfc63b93ebb25f49642b383fa1f235d92a7f1cd50a589d7ef
MD5 3c6d9ef0185a9a485f9581bc00402184
BLAKE2b-256 e162575da1d71bd09400896ad91df5d764c48e623cca4702fcb6001d4f6ea856

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e334c5dbcfe0f4f24961f75c4df401f2c3a417d321da89800dbf3ef9098476f
MD5 3648cd8a0bd15c0d72ce7456c5f7a74e
BLAKE2b-256 c772e79859130082f9aa268c61bd8232a25f305c0aaacfca3000a93ecdf4b0b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 772e375c4e0c590077e54996acbf2a70928aec78bf98c27b18d0daa3835b51fe
MD5 96a115c0f6cbbf53fc094032d26f5c2c
BLAKE2b-256 e945268a5b912a6bfd0b57a9f1b37e226bb6c61091406a4511edfba85afc0225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 634cfb4828cd7845de2bb62925a22dac77a40a0d4874b53396da7e6a7fe617ed
MD5 a06be0494a0199efaaa9ea849a2f0ba5
BLAKE2b-256 465438a17b4c1e3df8237eaaf15f456a9ba24d863b77a1d14dc4ac282681f632

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da4440ce153045b9a0e1fe504b866ff188bd8dc9be644ad0f99c2ea1f52f01e7
MD5 c4e7dfdc7720859cdefb199d6f6edc6e
BLAKE2b-256 4129574539b503af19235eddd1ebfc526763c208af19a452d98dfe3f0f67b4ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1270c3f489b8eb7649b0b374367088da94a22d9d2f16ace1424ea853b35e44bc
MD5 39a4998b00588e1efd32d15f29c8bc2d
BLAKE2b-256 6f4f5c281d598b1666bc94f259a66651ca8ae9c4e9e57892245d968583528a31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59ecd8f4bded29b6438ef6a672e39d686fae70e56152fd7095e560990c3cedbe
MD5 b22fd90f6d80665b53995a217ea55764
BLAKE2b-256 749cadaaf9cefbec9ac7b89e63ac2cc70fe802b6083f3d3315c1ab4e26fb7086

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da09c0bab34180dafc4a70b4ec050e33ea06fcce27d52cfe4246c15ed2dbd2ea
MD5 f5fbd211edc05acc41f29893ddff2188
BLAKE2b-256 67240ab1607a77781b2418e9efe5026bf8e46319bea68921d6a752c9205b477b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d28bb6be493209f6191b0d9565d54403785c042a1b12280de1a2c76b3a23a885
MD5 91f501162478b0e3fdbd2d4f4b24fb00
BLAKE2b-256 33682f495cbba46c38f6c23e5b97d4d419ed9d239d90b4a32247322cb724b06c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4929ce1c77429fbdfee43f3b6759967ece643149dc07fb7ea2247d5e23cfb829
MD5 96c8f785f9fbb0bc874c6c51ac20add6
BLAKE2b-256 07504440174a56ae59a97cccbf21f2079c8ecf122303c580f7cf59594dfdaa70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 292efb218b041cc427b597b5e3ddf4fddba9e7b3170533914249b2083b04704d
MD5 81cc4c7d7b351a6e939b348c7f4ab79f
BLAKE2b-256 ce406facf63f7e1d90ab57b735865b017d63c6cbc8d7431d61f7fbb57238ab9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9ff18db19edc3a1447fb7a6061e3182057c4ac2cea1426a710e371480704ba3c
MD5 42a19caff5fbf1a349c5958e1879c785
BLAKE2b-256 93724796bab1a7e5b88cc146e73dba0d3d984faeb5446cef646e4cf957ca3a1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b2e9d4207fca28ec1e9665ffa00165e200dcc1ffeb340e4cdc4be2b36e0a284d
MD5 ca53c7e8d2deda969504b1e88d72ea8d
BLAKE2b-256 956b4815e1a26329c783e968bda974e944676ea0006c1b0bfb3dc1722e2aa061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c8ce016834f16b634352cee787ad0300672970eba6bb0ecb2efed2acd7b0addc
MD5 07489942c13a9c4b000ab179a54f3552
BLAKE2b-256 16d39fc0a6d3df5404d985b04e2a09e9f70f4e77db6c02ebdf49e8218bb03d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c1d8ad6734c8558f2c06c1ad40a33f1d1cadec4759897d524a873c2dd46e5c9
MD5 a3340a53a1d1b6ec409ace4f345c5cae
BLAKE2b-256 6cae0b61bc8552a96c1ea5f6112f1b889547d1b6504df25f6912f677cb3e5353

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 96756c38019088917a480dfa9bfe66b2b0b926a2d126acd7f70a991cb7241616
MD5 575a096a2a89ff126f790f1698c74a83
BLAKE2b-256 847fcbaf03c08e359216618fab4c261fd26a228842c447dcd308f4c8ebe8c3e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 80ea8ebc4f969cb91aaa4699ecba0283c5a97f09e8e971209f1ab7e6fd7da322
MD5 fa2a1f131b51b1aa5fad0bcf7d67fc34
BLAKE2b-256 a63df9278def4e64a74f20f76df8f015f8635d29277c14d48cf7bc9106a43e98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 651de87ca5314c1df313c2f7d2405e8e82622e4320d8fede8ef32e6083a68a10
MD5 a083f39ccf14befa3d6c67f16c17e4c3
BLAKE2b-256 0b9bae23cc5ad02a5733b2cf0178fb43ab44ed44c7db74bfa2658510cf61eb37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5339df65d0e3829615ab4f1370069d2be4a33f3a0bba3de1206f06ae05b860e8
MD5 3e549c89c79a6bd2eed73435b92b77c1
BLAKE2b-256 d276d39ea7852e3d0dad474ffd38f11871c7ef1a686ddad75236b8a112695393

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3188d01823c9487431c2d3091517f1ca8c6e46dc2326335a3a30c18ce81ec9a3
MD5 97706c25e6a4983e907ad763f1b90989
BLAKE2b-256 fed45b03d3530be7145dba72c776547edd391c890a2b625bbf69aca86a56f6d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b0b12ce19108a88f5139f802fc22ec6adf8c66220396f5df25b7865616ecdbf9
MD5 2c367fad38e8339d2a696291bc6b6bea
BLAKE2b-256 5f3ad95443a6461d47cb6a6ff1f75d825c82add822836c025fda35ceb07a1b07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 faa17bddde8761ea142eaab01d0bb2ad63245612b9479faa4747c2e73143c497
MD5 a5784f19d8e766c02731e982c17a535b
BLAKE2b-256 93dd21a5c152909d7f93dcb9e289d94edad6d928a5cf41a585b927d3a0649dfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 063ce58cfcb33587263a557fc6a3f812bec028ac24f5f6a750ff7be3b7f70693
MD5 7b99245d5ba75b5e9b42aaf1192abc0e
BLAKE2b-256 d3c46562da4cabe9595cfe57378ee755f4b0d883b0aeb93c61998a4e362d024f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d5c4f55046933c8e1e554c216fdc8c028d414f256da85e8cc9b53e672fd16040
MD5 dd517faa59f6ff89625b04247007ae4e
BLAKE2b-256 88d07c6bc7d045c725445c967fc129cd8586d752a6541d22b47e3b6e9b9adb8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 12073bfdcce7c7528f50bccf30ba5ac0ce8117e02e35c9c4a4702c08ac566e4c
MD5 25d05e35184d22286c8d32f74cd0afc9
BLAKE2b-256 e5da880a25cfec2fb2d218d6661f43ea1c1cbdd47120aea134ab4df2bd03cc40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6e3f0f59baa754b05b71e1e5480f3796f14f758bb3a42e56271b7ede568a2089
MD5 32c68d7c480ad62cec5fd71b0a44bc64
BLAKE2b-256 c70dc9c38536858e474725435aa8883ef25ead514310324e47db4d94302460f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ec1ab62c99bece530aefa75402860c151dfc9774986733f36d7cee816844ce3
MD5 fe9471e070b43179e97525d00bc74619
BLAKE2b-256 36d2394f5e6a6ad7e72c7e96cddbba2b9fdca8633888078cd9b4235259b57e83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c42c880f3dada8e39cb17ea8f1b7bff7df670f24aa0ec3dc1854dc74d654da06
MD5 be6b2fb1eceb5f88ab2e78e0618dab0b
BLAKE2b-256 537bb01a71c1767d975bd01910ce1eee1d50fbfec59c589fddddd01087eacad2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 afd340acb21da0247583dc69a0928b63079e5b2a3db3ee7ff0991258d4cc82ee
MD5 86e0b0219b1a67af307b8183d5bb0165
BLAKE2b-256 4d4a309e2d7a44af96bfe3a15b2ebf941f7f1c8d6e29a51a5f952642f6f76739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a90fe53f7affe7ba5fd42a97c90c6152650c5f7733c393a24e1ee2d439813622
MD5 bdf579b4f8df1871d729889c75f682bf
BLAKE2b-256 07a1705d474846af522c2c040c6f9b18ce3622f19eda8dd3d113c7a49ab59066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 47abddba52cd42352b3e682cf028d73a04979db21da0f8d830ad02fb2b0f21a7
MD5 4d5222004bac9ac6a383363532fd1c48
BLAKE2b-256 975cfbb6691f86ca5a94575dad68d3b4a52619e8c886652754498cbdd165b963

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3bde34ed4c4f64b46322d9192c59c06110c5a2a33fb981b859e4f8ea80c5b4f6
MD5 38700891c637b5e131d4117a303db7c2
BLAKE2b-256 bbfbf379b996d0758871e42a797fe2a812d8a93514022ea239027df293ae30ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90c20bd1c81ba01ff43d37392505d348bf9717b5cd940d2ad79f05e0b1e01e6f
MD5 65ab3ef45b959e7d5c99d4672167742a
BLAKE2b-256 2d426af5392a715771adbd9cc5c7d047f486b1d8ab2e85675a5dfd157f7fc3da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bae1e39df36b7d9611d050f0d07315887c33adf2799441bbac04da75b0162847
MD5 9473465188dc1f0636d85a7a0a603c21
BLAKE2b-256 8a178587e174ed399d423761c635be51717b42fc0469c79e6849281ce88d0db6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 768a2dff993618fc37a15012be6ed647428e7eb6b14d576f1b0b4019ab343c91
MD5 1828ed748ae993fc319c4c88b7be993e
BLAKE2b-256 8a2406a296d8bd9d19e261dff68d358ba33c6bff0a961f9a79c526662b1a0f72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 538588c931144687e43d0e8aafa5ca07d9a65ba59b382808ddd73a2fccd1766f
MD5 63fed9621f63dda4971568e783bd6c2e
BLAKE2b-256 4453724c30f916cbedc595390f212bd812e37222696931a2473e857428424b6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2691bcbd94907f74dc948f8cb2b2fcfa34d8724d4643d15c5b021f25037ed150
MD5 85f2dd65720917eaff0ce6acff95b25e
BLAKE2b-256 030d86af99fe0f3f82b8cab19eda2fb6f04be48a4e0e4320554398d0e15350f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 99c439b06654a6410f54ffed721a0255ef33a77992a370d72c1e6cd61ab8aa48
MD5 4235e5b5a55e2e98426dae9ab356d8f8
BLAKE2b-256 af2c63981d8820a9efee5793ed26d2ba855878064058e99fecf1dff1f84ba14f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9cd67a33fb7be9973c15799e0c6dc0987b9753c744266b04d613b2c6959eb30d
MD5 6018809a11555ec997895609c43eef25
BLAKE2b-256 61de3cbd6e3ddb134657cd07bdcd6914e2aa6051b424f75da777d21c99c57a93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2bbb8ae2c1191f63828a5d0bc8127bbdacd32844228c2dd64a28290b87669f67
MD5 ec3756ddff4b55c3ac281789c90feffd
BLAKE2b-256 26d4fe52a4e4a077344d451cc40c5fe202cc0ad3d42023e6028aa30e70733fbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3e504ac91e45528e077faa7c72dd21c499090f97adcac0de6de618c66656e793
MD5 dfa2495b2b445f95169c84801c073fef
BLAKE2b-256 5f7374b735693597615eea02a035d6de8a5d4ca9f69837b69106b20bcaa4b379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86a89ed6aab8a318c4093c1e3e5e7c2f084f3fa7832ad5c7fd275b0489419b74
MD5 e11b09b6ae61aea10c65e8fca0e851dc
BLAKE2b-256 a460a3654e4dff838649f0232fbe643bcf78cd42fbf74893136593a087134050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f6862581df6a62d9d819247c594fc23b93bae372e6c71365eb5a7ac49706f37
MD5 ec70595c99202ac4d2b62038e0f3fd55
BLAKE2b-256 31bd71b1dc622e445521d53e002eb99f6fbb1bb3f5a4a41545c9beea8ae56ec6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 152d9672019c58fa9fd640ad0a62327b78d15630a19d9f67d327f9ca4ecdf2f6
MD5 85c16761e173e31733229b7cb167931c
BLAKE2b-256 22d7e7adb2ea03e05d337316c465b60523c74fb5fa0901b5bfb6bb27c62af8f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 26060da71a17e8afe9ae1664d1506cb5818538abfe79dd5e743ea2b7b63715eb
MD5 c597b3d3d78a589bca9faa5000cf8991
BLAKE2b-256 93403f2ef560f9ec5ce7ad62600c87872a6b0fea83df1de512eaa3a38aeccd6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 362ac7ce42bd5f32b2a987718ba0ea4fadbe8a7e65ece60db7412628bec829bb
MD5 abc95a82ac388b5b0c14576d5afaa7ac
BLAKE2b-256 a0fc0ba2fd89a9806b70338543564c66210d1da5e75e3b6bbc3d10b0f7bcddfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b01a982c011f39de105ad973053a43b22b4bec7ed45f22997ef6f827335d4001
MD5 523d53bd9f994af02186e168b6006e28
BLAKE2b-256 0b985860c248ecb4ed6669948eb8c592ccbf665c2f335771521bea5b6003fa92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3609ed4d35ff00a93e1f4518fcd4450ad00c004786adba023a738e96b0b6087
MD5 e7daae6010491bbb8786298ff4d506b8
BLAKE2b-256 350ed361f6061c304104d2d6177d77195152e1bb61f3c40d6739fb8363e630df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75dd2784472e53889abe0818737ea4665ef61ff794993ab447814d25bf654c69
MD5 831b15a1ac5a52cc04099b8b10e96a72
BLAKE2b-256 21105ee8393927c4e5761bcd4479bfba8ffb9996ea5d4bfafa67cd2c1dda7525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 99c599c547dbb7abf1b4f0f336a73a3c655ab4b48032d2ee8949330f3f95ab90
MD5 d8b07b240c5077fecba0bb3b368204e2
BLAKE2b-256 be17d5c08d0ace061b2373beee3dee0686321e350696ff3644768a73ebebb460

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 38d203e9543e6cf156c81c96dbb3e9d16f9698be82cab72ee01ba95039c07161
MD5 273d94c0b8ab03a72e6bc07942b560ab
BLAKE2b-256 bfbaac3e888cf5bc149fdafd8f88b8330f12e88562d7999e64615c3248ccf23b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72c399a6c73ee13f9e7fcf4ea383c0bc9b013c4e4fb3a5528c1f005d443c1fc9
MD5 0c96f0e67967565ad361b4d9abcaf80b
BLAKE2b-256 71cfeeb42c4f8d6fd4c17ab8e9b0887608d2b518ecdc1bbab509222cc5a21cc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4bad2bd00a43fad367af304dc330052f6f06a828102ee453dedb4c87ccd9e696
MD5 db58a5a16cfd7543bbd4b5f432c6245b
BLAKE2b-256 3501466a083c7bc4c7205e42dab2e59efbfea5901a7889d1bc2d2ea7274fbb3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 94be1f42a1252a01070a12169e504f6ffdd47ed751e93a168f3d35b369ccf9d4
MD5 5dcb786b2ef7786ea70c21be3c22672e
BLAKE2b-256 cea17ba652a81899cb087de20faafc2cd2809940ebecbd8f79eb406cc2e1db7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa6649075a1f61f478bd47b4e902cd2f3cbcd334b48d5c386bc1f340d2972151
MD5 8e9aa0dc090c2d2e99e2e29c6690164e
BLAKE2b-256 d00954fd883f36c9c84be684b35b5394d4e69feec81449edd359e398d1001dd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5713f9eb08e1816c864f1bed1dab70ac31a7a95637567f58a2834dc7c5970c9e
MD5 bb35ad78d1c96fc59699959effddd44a
BLAKE2b-256 147aef90d5b48eb8200b6d19f734912e93ca2650f12b835431f61dd80fdcc587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 191afa291dca6417a793a9e4402841cff0c5d40172b6d979dc77d725964dfeab
MD5 e91c4334954ed9dce1f726cfe54bc048
BLAKE2b-256 581b13325d88eedb29ed0a27f1904c5cd89b6232f09550ef0f9e99a7c90e3e2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1cba9bb34ebbc5bf909cc57fd688f5d0004ce6bacbf37855797780729cc9e3bc
MD5 bbfd6ea3fb6e85f822b4c7681b93df8f
BLAKE2b-256 9d67d7be2b5aac1ad78bd5af5b1ba115ae84131c9196174abc6d87dc064db61e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 83eb84d1135cb702c81a6da117f9a954e3fe6db22eb3625ddd6b1742cd22e038
MD5 94e93366a3cc8c2224703892da101340
BLAKE2b-256 bc667275b34d300ace38bb3a712d3fb2012f69fcc76ffb974f2a9541888a2aff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b718880d7e0d39573f773a288126d13fedb8073132d168cdf821e2defe7ffef8
MD5 6b083fa51318c443185499bda686a42e
BLAKE2b-256 bbb75e8c878212338b4c02294da290841f6dd774f662609d5b22e46261b48bb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77db9ddfedca7eeca9a459fdefff84bb147023a674f4bcc56eecc2b7bae90227
MD5 0cefdd264168cae0dedc7cb3e91269cb
BLAKE2b-256 87fc2570c515ea8706e80da4b2fcc5f25f1e702c291fd08a2c07b3ffac7a7537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed77e98b375944f613c5142a901c360280e2f4dab23ee628c8256cc84b132318
MD5 ee367965ca14fcbcc436c91736e3d3f6
BLAKE2b-256 584bf61fb60acc232d01cdbab5f333bdbdac911fdf65cb8c577fd3fbe231f682

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 64036cd2ba9e25d6b74d0fd6321fb8229482507b243279e2c57804379fa1d560
MD5 4953ad97ba76760c30e5f4a2abcb2bcc
BLAKE2b-256 e57d9df0f19876abdee68509bf7f2aa59b243c32fe519d46d0dde196509fc653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0cab3275ac1e92527a296f8cadb8670c2c2a5910236330b84526e2123ca7b3c6
MD5 5a1fd600197d0828709883efb9298c0e
BLAKE2b-256 71b3a4b2c5603f6a5e40a31dd8b7d65240e897a5b330d11d1a7413865b57bbe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 822ce52dddd36cd86902af594509176b3069c529ff44e3bd616e9892e00eda21
MD5 3f239c97c99cc8889ceeeb7c68eb8849
BLAKE2b-256 dd26045000e75fc49d569f0b6519a9ce5aeec8d02ee71a1fce8da35d316ea007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e9fae87d810c57a9af94a8b301a8ec7ad76f76a30519c08527007bf386b5d4a6
MD5 09fda492faab40a7e8ea90e0ee9d5a00
BLAKE2b-256 7569e86edc2260498e18b6536d639e335058225326f23dd08f79094a45576d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a481ad9752c026d079f4fc5b7c4ad0f23018a160a08c9dcdaacc28aa0f2fdac8
MD5 4ce9bda820b48425100f01373b1855fb
BLAKE2b-256 f61be309e7fc29e142f2864341397a6ae3ddf106ce2ef91c0550847124f88fab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1875e74bdaa966f38308f734e45b9e4baedf5d84a1d7fff32b467dfd811e9a03
MD5 a9b33cd97f99c661cd566cfb5c89dc45
BLAKE2b-256 83f85bcaf9f2f5cffcf8ed0f67544ec6e2701153499fdebedbbea4adc394227d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 766c8dfd05ee0afd34687f2c2bd47e28496a035ed0e67c977d0f0547b75b8a4c
MD5 0ffb2ab55b8379304b1c2b4fa489e137
BLAKE2b-256 ede26b142bc8bdaa0903440ed75849114874f22521d4fb8eb2169a1f5cdc3574

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98cb83effb1e99ef0a9c427fe6f167e9f5c5bde6078ba080fe96b6a612789af5
MD5 d608364751a012fcff455361990aa2a7
BLAKE2b-256 5611d3dd604896a9b4a8b7f4a67e7f13400bb35c8a6da5bc4e80b19486b67fbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dc846cad924bd04a350995287dabdfb051c45024867492bb0daea4a910ee048c
MD5 137fe8c5cf2d9dbc3e1a45a5b7ac3618
BLAKE2b-256 0673b034cbbc8686b5bf353e454c36230d99e956ec70bc9139a902d1ba2b1d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e26d80705d3e0b4c00342d0ab466536a17f0e85056bed85435387b7a3cfb0e3
MD5 a4d69e4287b0ad6f4acc42c9eed7d626
BLAKE2b-256 51604ee4f835101e82c599e2fda76871f9753cb33557f6c387fabf68bb6c654c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4bb52f75930df5278b4e179e3e6fd79166a99be97bc4df1eaa5f2e59b68cf078
MD5 a411848b71abbb742465250f04410139
BLAKE2b-256 197541c7b77903c2ec0f40a7d87259b226867c89e2a4faa80ec75eff4b34b007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 894707bd837e0b631315ae33ed73df10902206b7dc100fcc313d0fc8791a9b43
MD5 cadc90f4af5103a011d7780895b24fa1
BLAKE2b-256 c1f2045af477eeec42156831acbca92ddb35deebce16b99f9867c16ffe74ace7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7fb5b0119e4b082a2c4138921baaca226075fe5ae46036955c97fc71cc69f2c
MD5 1d46e720f9b135bbc54d8a66561e30de
BLAKE2b-256 97d7ad94a6517efb86d7ba2e73fe4166c14a37c60671c67bf0842cfa47995c03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fb49bba04eb63f804974feffa16e350942b796949f8861275ba7b14f24d1c972
MD5 2986131bb4ae74d0b5c80433b16b35ac
BLAKE2b-256 a6307cdf493f40199d877f2a83ffd173420e3a41bd7695ac91fca3085f780019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 021bf0fbc978db725c551a29ebc4bbf242c35baf59d931eecdf4f9de402c1fa2
MD5 3b46a10d6e063e246784dd47dc8a4e64
BLAKE2b-256 7d04f34ee69b6a33ae43dd43fa9a81967e791a3b0444fb71d32431e1d1d89e18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8f8c5ddb43a87216064494b30c52923576f9b21c7206e2bb7096c8139bca79b
MD5 707c0043443e282d10f29ee7ff17bf58
BLAKE2b-256 3b3cf7cc4bcfacb7ead3e62413ff4f7c8d1ed0498f597a76a29f3be79dc6af82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3b94a63649ffe5f0458065464d5a5bf7dd4d5f1165e80ee29aac87afc07cd5b4
MD5 e8eecb12da510298cae07d23ca3b64d3
BLAKE2b-256 c40a6d772ba1779f2a122aaa575c0426474dadbed9d10a7574465ab47c9ec33e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 79a98203cda72a3aaf784e6bb63478cce3e36ee0e02aa3cbcc7052499a9f5260
MD5 bc3a216d685839d1484bd932a57dc59f
BLAKE2b-256 b3dc2c7b29b10f41b37f3dff4b28dd978f13598461f3060a875fdea1e02d7089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db68d9d3358cfddcb8c7a59bf48e7d5f5ed732bd68aa94f89f9dd223348e8476
MD5 f608cb8ade79ab21b9243f90979d0508
BLAKE2b-256 07ac2d1e989c088d7f86bb1b9b208a36e51a5e8af941f15a053a645100dd9208

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 306eb9f985f66d90e993ca5554058696e0924763863173dfcf8b20732a10cdc6
MD5 1bbfad7c2dfebe461fcf17b1b865722c
BLAKE2b-256 57b30c7de2b5c8bc012e7391a9d198a1c362065217c5a0bfae713591b10959da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 90c4746a0520c54dc1bf097c0cbc877ec5d60f76f9decde6a4482ab1b222c28f
MD5 aa5304629b9de362aa4ab5798fe546f2
BLAKE2b-256 405f4ed3227d5c232840180e9ebbf124c7029187bf3233a132583c7d2531ef26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d10abc5ff989e337bfc0c558b748193d72a3489eff4e529e81ab88489f30f2af
MD5 cb45f6228efc9ec33def9e97b927ba2d
BLAKE2b-256 583a698ba4c76cdd466d2f7226798880d53fcbedc05f9605e890840acc867596

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3cd41ed3ad219f2473caf824f6965f1b68a3e6f8c1f7e06f21d9c77f11fa1f9a
MD5 fc83cda9639336ef6af40524301648db
BLAKE2b-256 c73a377bcd972f06e7205fc75288e1c0842997b2b83272d6e03708513dceb4a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4c5ff2b64cbf412654b095c2c6bb223cfa422ba975e9373d57929e3c9319bc58
MD5 5d2194a0d8d9e67af6a34a5e8a7dcb98
BLAKE2b-256 359dfc89dca930e31f32df3be7a4ec826e0bb79c1fe65b8ca1ec266ee937734f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 65277d23e5deacbc2f068d5db05b7522d05870fd2d7dec3d55dd7ed2ed1f83df
MD5 02c4554d8f514b2ee65f77aeef6135f3
BLAKE2b-256 6be4730ef2d180f991a452a9b714c7658bf6d476cc01fe7506ec9311eb6ab831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b77a1bfc581e61f4209f3bdb5ed73627e1cccb52466f7c1d85785f48a32819c3
MD5 e6c4a08c140605f865ff8dbefad3a8d8
BLAKE2b-256 55f591d8b16e4229e2a2b4f5be8eed3122b97e567a20efba449ccb6f05a45ca6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e047fed25927ea41dabe42dfa918684ba16b913eb122114be3cfdd7a6dbcf1d
MD5 5f2e5a90d64e9d0e39b6d90d735dc4d8
BLAKE2b-256 a662c9ff306a8414fc18f778eddf337fc319e642c5ee21f2363320ee72e1cf6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 50b801516a522a5f4fe29f4dab91a9e6df5a7c83fb7fb5c66d4468eefa9aba00
MD5 0a423021fbb15de28a3204f0c8ced9c5
BLAKE2b-256 5cb524769eb973119a38e11a2b8afc8742feb7f8d93e7759f729e06002126a8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a5cbd4af181faa07e937dd1ece5aa85f4bc2d7fd257a0d5bef68a2c9706e3605
MD5 0d9d6434cd97e0c405d601f02e3dc25d
BLAKE2b-256 45343896fbdfff652bbc4eef603ce78d0d6524237cb5b66aca8fd9ee0ce85ece

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2aae99ae176ee251c29febc76c750fdcd6c1a676d44d667be59bd2dfd19e359
MD5 eea5b57e1fc03a5aa1a2081e3972a00a
BLAKE2b-256 1ad6d382b595ba6f09cd6c474637eba585d10588d2adc32aa5ac53afba137ea3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b41d12aa67fcf3b11ff6c281a185a427fee979972b9e28bc4eb1c9444f9f25e6
MD5 ce48856d2b9bb76c3ac119bd461b962c
BLAKE2b-256 19f2914954015c01215e6d93ea9992898f2698ac3e1f90a805e5baf5207a9c59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2c6d0ece23d85209382740a45dd31415f5ddbcbe0738e463c590ed650a05e875
MD5 536f357fd0e6b61ba7cf3ade6c832611
BLAKE2b-256 46f0ef884d8f341eb809b024e97f8b360bcdf18b1182216cf33f5f7ca0315240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1b5e535d9dcf0838c262d3303c62367d163fdc5f0d95aeb23829328e9c083f7e
MD5 a9895ff67ae0e0c70410f4877cf9c3be
BLAKE2b-256 d2d35b5a8652c1e3c9c15b48dd5ffc1ca80a75a5e54d629f6f35c3cdda89a798

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 df7de44551b6171f30ce82a7ca2b196fd72c3c0bb4234dfaf0d9b40615d97ee8
MD5 e18645ad8e594a9a06c20f840b40dca8
BLAKE2b-256 cd055c576cbf9a6cdad1b5dd4c84c09acaf28b7361ab35e81e8a99a2b7e2f98f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f53b9035e4d0c23ba98f8296579547c1b1091ec70f4d8aba93459db50d07ed52
MD5 7416d9f67e180ca0eaae91a0d77e73b0
BLAKE2b-256 1c3a667317f98b0b3b789433b838672411ab5aafff6713a83f3c12cdf8937139

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b43b16826ea625e94f460174c30963aaed4fb8799fd100da4c9757766dc5bf24
MD5 24879d5374d9a1fb48a8d6cdd4f35217
BLAKE2b-256 e78b6461be5459862292b0cdc492406af60b7882f0a420a40385f0a7bd8f4023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62ee7c825e530afa62671c0e5959949f1ce6faf5075aad353a577294b0b9fcec
MD5 e40690bf390d9f438b29d46055abe4d8
BLAKE2b-256 c78da973450efd19cfd9d67826b01b295687b22b2802af68b112c0f0099d5d84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 722678b72b260b370047bf39c59ad9d8f4da96312efd3a1a5c0238dbe2d76c59
MD5 1d9e14ce9d1ea51acbbaba1b11954660
BLAKE2b-256 322c6595bfd9b6cf874c8b15914fb284752e5b1d23e8ae2027ea882a470465f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c9f1c914ac5f6a8a8bab3fc6232b651f644b09b79ba6a33aeffba03a4043efc0
MD5 d7b795f4f353149050b26c4aef3f39d5
BLAKE2b-256 e582936837468d2941d3a19e09a15acc005a701f84c188ca7dec51903b5abf27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46cd8d3d2d80c454f64bc4bc0db2fd86ca57769d053e187ca95f3151eb90fd37
MD5 e6cdda0a55dd8aff4d9a7b620e73e6b5
BLAKE2b-256 c0c07127d9e688f9f51e243fe6e4f5db5125329aa6c7e73b4cf3598f4cf73fcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f09cf6231fb2ef1533fd73c81c34a231db941cf14bbe88eedf149c1edf3cbd81
MD5 95a2458ba03f06969fc6181ac9664992
BLAKE2b-256 0c2051144f3fc1373f75e4cc1f23f07b2383fd4a6970bc27f220df869efe4d54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2720889fd424fb3ea7c7cb02ef921d3b69551364c61ddf70e4640070635941b5
MD5 5ccacd6dc89475ba2c24399b9ec38fa5
BLAKE2b-256 48058a9bb62b744e32177b53453952112d72aa7cec2b3c7265831bc558e3a19d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5f965e4e39733a8cf073f1c4b5de646dc545126d4665291e00c61ca3a33439d9
MD5 2748d54294db8ec842f7ba66a0e80483
BLAKE2b-256 7abdbc13234e6178354c0a769bbd0a9189b5361ee9618dded440e35b3cb4d30d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 241d942db38b1d779cbfc4c554a74f028bf34b08f2aa5f5d6ca0d3631858d9dd
MD5 3adb04af8f9b63b4def04d93dfc41ea2
BLAKE2b-256 74b6ef7eadb92fe0634d91be8e9766116eaecdfc9c93998fc7ed3d75bc31a593

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 90e9cf48ed75c45163720a713ce097cf39a62b60daefb59306653aa5fa50fd25
MD5 9174ec912a873db71d10a79b1d682c92
BLAKE2b-256 6be1941120d5427a3a5fdc15d73b3ed6ae8d2823024c99a8f6a8756eb932aa99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c6a8779ebf63401749548460f0e2faa7b74eb43f6aaf5922947126dc5aa8de5
MD5 d74c30cc015fa0b037bf1ddf7c028838
BLAKE2b-256 8e491a35579b4f6724015b0f8f8768ed79f828db3e1aa174dbb1a3e7b8cea057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9e4fcd855e0f10e99a0c6e05a26f86443af988be1b9ae38d09c790025813a83
MD5 2530c5ce6c372ad838857bbe61d74c3d
BLAKE2b-256 77745ae04a42565f5d26fd9038650c01c16b8af3cf3a0e67f9b00738c087854e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 db10c57bc1439d3e3f907fd50ecf185de2de7bab4cb5dcfa67a46fc9164748c0
MD5 d0e5d5f328d18bfdc13cd9f15ed27e03
BLAKE2b-256 051c9de15511e935e012f9001565ddb4889a12359e9fba7dc783c756d88fd9bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 17d55b7edff270a93e7de941fa60f243c43639f7e3f289a5ffa7a0b581d450ff
MD5 33d009f6689301c974be1a7e084d5899
BLAKE2b-256 fa54faa218c8a13a7abe7c50abf31f8219e9a5298d085792d102027f8062da3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee1795901d0d8df2554e4a9f740684c2c5a9248b5ed0066ca68f1d37bd0e8e18
MD5 155dbd958478dad10e48bf13a0eae55b
BLAKE2b-256 7013c268da6778032ab6505f259bb84ea365d3e7208f0cedf2b6d96aaf62bf59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7610fc2e9f7932b6b1379159e22d282890411142f6ef9d69d4c7176d87bad5d0
MD5 d6e206cf951ea5bc45b3afbfece24c89
BLAKE2b-256 7457c66d66578cf93fbafb1acf3bfe3b0fc680082f13eb43338179d62030c9b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7ef6f51771f3b0e2d7d4d007548bdc949217f6982428209457d60951e9178aa3
MD5 fd34c130e0d9f7157b5f6fd71bbbd758
BLAKE2b-256 525b46d337b9963440223d87e7997a35d4144bc58be950183b32f48def4e296b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8bc1dc85b99a574c3d2123e04d663a7e5a8c853a862ecda380cc02e0ad8ca96b
MD5 b71da2bd6c25f22861798b8d30a31178
BLAKE2b-256 f3f17226dacfc3dddc9104efd8c611d318d5a7f4d57f16bd37068f03daeead71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for conda_share-2.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 992a1831fdd71f46072f6162cf033c0c82c3a1e4a455dcc020658eb66055ec0c
MD5 3fc1ea61e97624389358f2e487e596fc
BLAKE2b-256 554db461bd2eb7ed6109c3d102431943c1d2f1247d265bb059ffbee02598b886

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