Skip to main content

A parser and toolkit for the opening_hours in OpenStreetMap written in Rust.

Project description

Python bindings for OSM Opening Hours

PyPI Doc

Usage

The package is published for Python 3.7 and above, but you might be able to install it with older version of Python if you install the Rust toolchain.

Install opening-hours-py from PyPI, for example using pip:

pip install --user opening-hours-py

Then, the main object that you will interact with will be OpeningHours:

from opening_hours import OpeningHours

oh = OpeningHours("Mo-Fr 10:00-18:00; Sa-Su 10:00-12:00")
print("Current status is", oh.state())
print("This will change at", oh.next_change())

The API is very similar to Rust API but you can find a Python specific documentation here.

Developpement

To build the library by yourself you will require a recent version of Rust, rustup is usually the recommanded tool to manage the installation.

Then you can use poetry to install Python dependancies and run maturin (the building tool used to create the binding) from a virtualenv.

git clone https://github.com/remi-dupre/opening-hours-rs.git
cd opening-hours-rs

# Install Python dependancies
poetry install

# Enter the virtualenv
poetry shell

# Build developpement bindings, add `--release` for an optimized version
maturin develop

# Now the library is available as long as you don't leave the virtualenv
python
>>> from opening_hours import OpeningHours
>>> oh = OpeningHours("24/7")
>>> oh.state()
"open"

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

opening_hours_py-0.6.18.tar.gz (926.6 kB view details)

Uploaded Source

Built Distributions

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

opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

opening_hours_py-0.6.18-cp312-none-win_amd64.whl (279.3 kB view details)

Uploaded CPython 3.12Windows x86-64

opening_hours_py-0.6.18-cp312-none-win32.whl (258.0 kB view details)

Uploaded CPython 3.12Windows x86

opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

opening_hours_py-0.6.18-cp312-cp312-macosx_11_0_arm64.whl (421.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

opening_hours_py-0.6.18-cp312-cp312-macosx_10_7_x86_64.whl (438.5 kB view details)

Uploaded CPython 3.12macOS 10.7+ x86-64

opening_hours_py-0.6.18-cp311-none-win_amd64.whl (279.8 kB view details)

Uploaded CPython 3.11Windows x86-64

opening_hours_py-0.6.18-cp311-none-win32.whl (258.0 kB view details)

Uploaded CPython 3.11Windows x86

opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

opening_hours_py-0.6.18-cp311-cp311-macosx_11_0_arm64.whl (422.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

opening_hours_py-0.6.18-cp311-cp311-macosx_10_7_x86_64.whl (441.1 kB view details)

Uploaded CPython 3.11macOS 10.7+ x86-64

opening_hours_py-0.6.18-cp310-none-win_amd64.whl (279.8 kB view details)

Uploaded CPython 3.10Windows x86-64

opening_hours_py-0.6.18-cp310-none-win32.whl (258.0 kB view details)

Uploaded CPython 3.10Windows x86

opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

opening_hours_py-0.6.18-cp310-cp310-macosx_11_0_arm64.whl (422.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

opening_hours_py-0.6.18-cp310-cp310-macosx_10_7_x86_64.whl (441.2 kB view details)

Uploaded CPython 3.10macOS 10.7+ x86-64

opening_hours_py-0.6.18-cp39-none-win_amd64.whl (280.2 kB view details)

Uploaded CPython 3.9Windows x86-64

opening_hours_py-0.6.18-cp39-none-win32.whl (259.7 kB view details)

Uploaded CPython 3.9Windows x86

opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

opening_hours_py-0.6.18-cp39-cp39-macosx_11_0_arm64.whl (422.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

opening_hours_py-0.6.18-cp39-cp39-macosx_10_7_x86_64.whl (440.6 kB view details)

Uploaded CPython 3.9macOS 10.7+ x86-64

opening_hours_py-0.6.18-cp38-none-win_amd64.whl (279.8 kB view details)

Uploaded CPython 3.8Windows x86-64

opening_hours_py-0.6.18-cp38-none-win32.whl (258.0 kB view details)

Uploaded CPython 3.8Windows x86

opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

opening_hours_py-0.6.18-cp38-cp38-macosx_11_0_arm64.whl (422.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

opening_hours_py-0.6.18-cp38-cp38-macosx_10_7_x86_64.whl (441.5 kB view details)

Uploaded CPython 3.8macOS 10.7+ x86-64

opening_hours_py-0.6.18-cp37-none-win_amd64.whl (279.6 kB view details)

Uploaded CPython 3.7Windows x86-64

opening_hours_py-0.6.18-cp37-none-win32.whl (258.0 kB view details)

Uploaded CPython 3.7Windows x86

opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

opening_hours_py-0.6.18-cp37-cp37m-macosx_11_0_arm64.whl (422.9 kB view details)

Uploaded CPython 3.7mmacOS 11.0+ ARM64

opening_hours_py-0.6.18-cp37-cp37m-macosx_10_7_x86_64.whl (441.6 kB view details)

Uploaded CPython 3.7mmacOS 10.7+ x86-64

File details

Details for the file opening_hours_py-0.6.18.tar.gz.

File metadata

  • Download URL: opening_hours_py-0.6.18.tar.gz
  • Upload date:
  • Size: 926.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.3.2

File hashes

Hashes for opening_hours_py-0.6.18.tar.gz
Algorithm Hash digest
SHA256 d22ef42b2d11e780a3c8eb2eda7a5b2f04a0e8a62217b84934fb74c738491d21
MD5 3e2d795e36e52320c5770f19b94352df
BLAKE2b-256 bfa2e270af0bfad19b0dfbc3eb2c48524d333390ce62d3988c72e912fea0cb5b

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c84107a1e8b8b434d7ad4e99c31cc2b1d72df2b16e70fe531097b803e80c42bf
MD5 9558851c6a6b982d979d051d9dc78bc6
BLAKE2b-256 9797de84c091ec1cd372143ec8da07e342081d654d3d1201eae2059f1a1b8321

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f569ac7b070155986b670d2b5dcb292fe121bc122bd7b9305fe2403b2254016c
MD5 96b2e1d0659f01b6139b937b31c357ae
BLAKE2b-256 b3898b84864b2a7fe7cb2fd7a88fcb7aec49367a0789b8edd00c655c49eef6f7

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8002ebcfe4ad1188aceefb3423ea49aeb39705e46f82cfc329b07d3696d0715
MD5 42e96ad502f899cc4ab9a6d2c1938a9c
BLAKE2b-256 316902eaa98abd7d46598cdb5108e7ebd1ab35a4b1eda742a5cd7d0b8e555e2a

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 87dfc3b83cfe5c5cd2b7be970d4bd1e176d1f7f183619ea42b351744c6563b87
MD5 c3c244882c76952f76232d20529f1e9d
BLAKE2b-256 58e91df3a43d5063e89b540f1730db71e109df7e54ab5bc36298bfa0cea998f2

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5150b1daa8c84e307fe94c6cf3b825ea5c295c9cd9fa4410a6d91c8d3bde35ea
MD5 060832ad632f90a4c941d85a5b4e1d69
BLAKE2b-256 e1649696fec4a69a288a413ec737330b85194fed48d75de6944b7a3f1fbbe42b

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 92f990dc9c541a07051b4daad7b2eca7ffe152c4513246b548013a2bf2dd3f0a
MD5 e72efce280ab32630a823b5ae37aac23
BLAKE2b-256 4971716c5f4765e3b6cc65a31cf749d12be77e074a18c8a7033f5bf8d134037e

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6b5c978877dc2dcff8ae087879e861895f387ddb1f9eb1cb1fc07f9b5f59fe24
MD5 ba7c49298f02de872bb45e10bea40280
BLAKE2b-256 b61a7499dfa47b52ffa229c1554f919c18f8b898f058f1960df83de6bb15e5af

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 835406706faf877585e48b8dc76ba0c653a01ceffdc3ac60322fe664206fc321
MD5 8539e7e792fba2cc660dd69726d3881a
BLAKE2b-256 32e1fbc53894840b90a72097339605deb1803f0a7bbafc0b28f5f4af35477b8d

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 91b2c34d5c4a043682900222e6d393d7adb3c4405bae1ba96391de2484884bf1
MD5 f80bfdb3107171e4c58aa966143ab78f
BLAKE2b-256 45f2e9cc89460af23f05e3faca96e63c2622da631a1c78a5e18a59a4311295a6

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33b6cc3efe926bbd4fc3068acb64acc91c1686d30bbaad461c6866ec28e5a198
MD5 479ce2e6849da24219f63989ff8cc9a7
BLAKE2b-256 169eecc3cecb96819e1c28c108633c0af642373e244015ce3655102ef73c264e

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e1a3a06cafa8b38a59db3be44634b3453d5200b581143d10f6519074aff2f81e
MD5 b30155afb804f506a9103449dd036832
BLAKE2b-256 34ae6709a2fcf1dd00a5b6215ba713abd9a87f882bfb1e69eaa95249f66bfc4b

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ce666b55afe2e947d3ced9047aeb48b3bea56518f8843410eeda689f1090c460
MD5 d18abf8abc8b3f1af4987cd2aa06d11a
BLAKE2b-256 356cab0abd77a44c1459c1cc5c4ef640faaf762071f14ae99a67969a5d0b1844

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 26ebbf29f708a22aefab702d7f5fbe3cc5752323a41f5df93d6f0fceaa7d7a86
MD5 6a3a204ca397de2de0137f352018f8dc
BLAKE2b-256 59c8a1fa996a03b167d79a715aff5d618ccb5c644ff8ef2fafd487b3b487f33c

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 20fabc53110b28d613f3107b0b5db16ac40d19a2086fb924137d5e3712e16026
MD5 31b17018ac17328683c9b0ced843e704
BLAKE2b-256 3596b4a5c03f6dbd09b4506db4113795b4615d64535620411bdf69458cc288e8

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51d33b8c425cec6b054492cf22820a02959ecf74e13cd8a286e735fc3f5b6181
MD5 8bb1877712b269b0075a840cc3bf0725
BLAKE2b-256 312f0876407c083a772a3682613e5e3ef70e7d8b01f98f6b01151ec42436de1f

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d326e878201575d56a669e9dd2960c0fc83b5801369afb459f0de21f79766a92
MD5 ef1b335c1249c32e9a7691757b6465cf
BLAKE2b-256 d7c5bc59fc717c8a92266492d3269fe8b9c506b5433680066fd2658e2841158e

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36bc7d5592f19bd869a73a614e5d741b4ec0a25b74eb2c1c047a74da7e0e1f9e
MD5 b9d6c7b4acb6abbbd6588757caaab524
BLAKE2b-256 b21d34709c5451464e705ef5c84f16e6cc0dfd359ef16c92320363f2c30f72bd

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c7efca7bced23b968820c20b5212236e09decd5f7cb20855d15c437f2babf52f
MD5 dac9480e62aa5d68ce7a3a40b551be43
BLAKE2b-256 fa72c0bf443ce8fe6d024c023e2dcac52fc1fdff3b4f80190a2fccfeda5ec2bd

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1a04dbb640cb6d28e2af54f85e32ff87e27b8e1ce14bdc7388f9fe73e096095b
MD5 9be64282f81f8dc83d3210854bc7983c
BLAKE2b-256 457f8c05ea6c2ef4082c50c2a1a6d743a120fdea0d18664fa3c62cd6417113f0

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d930a636591006c856f11bd8b122cb9462611c90c934a8f3ad03854083e37d4f
MD5 4d8aa6277f2a7fbb21ff3ebefb80b929
BLAKE2b-256 92ad66e50bc08fdb984776722186bd39e166076c6d4321d07b5d749f9d96c2c8

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 42d96e5a7e0b19fa7ddb45f667782281bdf476df800f7cb7cabba99eab354a9f
MD5 810a3f14b1044de60ce3f6fff3974da9
BLAKE2b-256 9e8a0db661251089affe95254a3e90b05d129a31a664e1367ef89bf9063edfcd

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7ba75809b6f82eefa0aae4cf7a8a9c4d64b103241a30816abdc0540a11c5d07d
MD5 6001d010ab36d26c9d753e5f4c9f758f
BLAKE2b-256 29cb45e8a5fed485f7931c6d52eed467d7f4395cd9382a0e6c4175d52f8a431c

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4faaa3d6c54c56c56e83bfc1b11c371058fd126e7b442eaea57c8b9c640dc162
MD5 a8638676afa104f6c81e89bf18c47b56
BLAKE2b-256 1ae9a1c27525737112674eb93802547e496dd0a1f5b974ea59cabc8fc0920343

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b7488b2333130595c3f7f0413fe2f762493a288b3cf55f9fab03a1ec70ebcfd4
MD5 50e06073e22ac86f9badc23f645b4940
BLAKE2b-256 ec40378a336fe6e354bbf21f55583ea1a3e4d775d3c2b398395682976d6dd154

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9427abc316649157fb9c4c887b7fe4b562911d94aff971f3af11bc130d25707
MD5 589c1ab4a50a79b849f74396ca73d253
BLAKE2b-256 a6406906e1828aa1f40f98f890d8e04ab64477a899d923a4d46b0391aa0b63ec

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 ecb267ae58d0aee76416f3af21c09bca902ad1714f22e16879d66a3807dd8d73
MD5 c1aed633dd65d5d1326f4801879b4e04
BLAKE2b-256 327be11fe859725813813c1164cefcde5798e78aa980526bdaabc41abcc83e06

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp312-none-win32.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp312-none-win32.whl
Algorithm Hash digest
SHA256 e576139fe50fe2ae506a665382a8f330ab4241fd3852b89b607e4cbd3998c92b
MD5 b52eed4e500ce0ddbf7a02f06a63298c
BLAKE2b-256 00bee1e3243b3c5d855299e1a0a590f549aafd6a2828cf90066e52ada28bdbcf

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dc98bb92ba33cc8a20aae9566f4c93ca6ccb28f9c825e0efffedbf5bd121b0a2
MD5 b094f97e85c407705300e72ee423a95e
BLAKE2b-256 f6b34e112ebcd599fad71a03143499df19b0590865a9f14cd424ea6803aa6dc9

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ff7df82108deee4d44843ea1f2ade73fe3f3c21918815cd8cd7852eaab9813a
MD5 4408ab326b2c56cc41861017a79a68d8
BLAKE2b-256 521e161574a6a35b1597be13872381dc4985f2970913bf788b163df7256eb7b3

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8d5fbc7fbe3a51061db51fe901497f9ed32ce86d3baaca0ce2ef8eb9cbbcb2d9
MD5 7f04793cc194c951f49637ca410af7f3
BLAKE2b-256 c24780f0254bb1ee529bcdf5d094c98d3c41dd3f7802fa83eb6461aed489047b

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 22a07dfc6cd6235db43b87c947f65a5725e334f425c5e3eb1644c8e0279a501c
MD5 b72a1f80ab8ab56182bbfd41f7653be1
BLAKE2b-256 0eccf36c2bf9ed1b11a05f31a1114e61dab2c300a8f89b8304fbfc3f062b0d02

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f5c29dd2ee1e00893d743d73fffe4826bf1fd537d4c8a96ec95a02ec37ad8e9
MD5 38fc02f3d2c7330ed89aadc21996ad65
BLAKE2b-256 0c407ac3c72e404b4fcb5565256988e030347b08ad1ccd9a6a6e48b5e432eb7a

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d519ccf2d3d0084a1a718ea7e8a5f6854db7bc2a34b797019124cfa922e47ac2
MD5 a44d3aa17119d0ae8e0b8535752d6e6c
BLAKE2b-256 744708905a7fc240feb4a81f6af74a9be8a14b5a26d13405a1967a80c538e880

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp312-cp312-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp312-cp312-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 2dbf3e158a9bf471f2f7bbb14115bf3129149434065a0e114448a1ddc335c2aa
MD5 43b22a881a3e2c34bb1480bb93487ee6
BLAKE2b-256 8b6517687f52849a72fa5c6f61d8c1e3e84196ae215945fc0297636e6b952f02

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 f0cf0d2a028c90da48f91046dc03cefcccf13b447fe1d715f03e3fee5661c431
MD5 3fbbf8e744c3ac0125c6012e39e7abc9
BLAKE2b-256 e26d7b80993c043e2eccd8a7ba45e4b6189953aee9e788796b1840fe1595d715

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp311-none-win32.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp311-none-win32.whl
Algorithm Hash digest
SHA256 9daf891c234796b2dd09c184cd7d3b617c9a4024e2f91954e85817ae02cccd44
MD5 05c5cbd30b1368cebe07b07f70e19690
BLAKE2b-256 50282039836d7e610cf20097bbcde6943c1ace12cf1f251de9f4f0cfebc0c77a

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33acd62392266e8769efb7f801b9d2d4d633bb470c6ab47a9a24e015989872e9
MD5 49a7fd2e1a991387eca7f207b28ce4c4
BLAKE2b-256 e27b56ce02925c49458f32337692f72b37b1852dff3afce12962d4f6a4143833

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 48cfc9e9b0e4579adcf5d0a5be119c8a13b876b4732a25d600a3232499b18286
MD5 d88899edf12c79703641d0ff7d21b188
BLAKE2b-256 eed42137f204e50dc7100163425ec9519b422cb7f2723edf6d968dbbfd792bf1

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2083ccf3c5675e505fc26bbb5555395b97d2f84fd8274a56f44d17b7bb29e932
MD5 6a87555f92d9d497668d3316610d4d71
BLAKE2b-256 1615bd420c6c7a0cd68a52ae3726fd2c3e39d16fa4497f9bc2658812bc1e7e3c

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5f6e8e7847f39c0b3ae3676bef21caa7c45ff1f4f442f8660ad555b0cea55ac8
MD5 0a17d8487b5f87c4f7a5c06a9b5d3e00
BLAKE2b-256 e4ed0766baa5d724e05491376223eda8ea4f98c3f8538e04c37d0f5c56c478da

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b33b7f2ce85b593ae81fc13fb3e6f5f8597a794ee77cc6f5a02db98db95c7fa7
MD5 719f4baf20705d6728843ac28798e517
BLAKE2b-256 41577f9a0d6b6c67fe183694079ee1875a8431fd8a1547dfd663fec6f393df68

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 690c561778754e9a75f635ce468471520a1c64360c5b0f6dc89cd4e4bbc5d241
MD5 ce7ad647bee45b6ff5a8f77af79ae86d
BLAKE2b-256 955e760f8c3c3a8ba85e9d313bb789f259f46721260010af7a36eaf6ccad7744

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35f925d5b87a62ce585027ca93e164d8151952806511679f249670d8fd32bb83
MD5 97ee0245073689f940963d92e744bd46
BLAKE2b-256 540dfb6a36b9d76b658602ef6b7ce2266ebda7a84e242a0eb8eea9c364ab60ab

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 84b66239ec657d7acaa361c3ab94cd8da6d8a242206c823a27e75a7382497b20
MD5 a6dff87f798de1fea3ca42c18dba5192
BLAKE2b-256 964a7d9d8888c1de5a142efbbcc6f88eef3360d5206097cf928977cb61befb91

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 f7af6db01ade0fed4752fc90f8304477816eece501640ed978ee5777aae5732b
MD5 52387d4dd23d4b36416f3b388d7899c9
BLAKE2b-256 71beeef0132be0b1d0d0ea950402126805761c2f659231c984e5d12c60efdd97

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp310-none-win32.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp310-none-win32.whl
Algorithm Hash digest
SHA256 9a122d0b3699c32d3b5b01deaa55f4d4f27ab8bce8811a192c887608fa11a39e
MD5 bc1b6b8ad5eed7b7cb5d45669af36083
BLAKE2b-256 9dba4ef5a9f0b1f77966a533337de4e9d80d6b40ad163f449a1a15735f76186b

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ab8f094d9aba705509f2efe6971f40911baf2be3f59e69341a933fb077b0e12
MD5 2ba7de7a31ec0b0e8e3d076e615ade8a
BLAKE2b-256 dee732c89d9ad54a46bb4b7a17b8f72bf2fb64874914fa8ab1d7f43cc06bafd3

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 deff632dbdebeaaae30d4f08344077cd06d24af7d62824c95f174c62228f02c0
MD5 03a68c0eb9d2ba373fdeaa9aa0779987
BLAKE2b-256 91e59a0dd8773a43537882aca9a39c329db28c74b43cf76a8dddf62a76bf9d00

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4b1fd3d939ed2d2ce1ca2be1f6505b66864b1eaef07ce0f8aa512d28ed7da61e
MD5 a186a98e089ba9349eebe891924b431c
BLAKE2b-256 2d11e190f2307ede4205f945ecc4e59a696f04ab076791918ea2fbfe501e398d

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b4208cd2b86034f48e2825819caaef737825d3bb26cfed5c3a4f2bf3e586b27
MD5 4bb2cc091fccb05b310e37e1acab7429
BLAKE2b-256 4f27e854bee8c62862248ed06f6b4f25d4cb90368b93e6cded451cf15d95d1f9

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ecc573cae5fc1d699add204eb0980ac8851894c9666f03741a63b40763a728c0
MD5 0b363893786499026ce30363ec50fb59
BLAKE2b-256 75433dbea4a85c9d19db3d3285d0862bd777d3d0eeefa0a00bbdd603f341462e

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a95adf78b96f2c8e16e98e3cc31268ad3a29c7b3addda82e9fff2ea4f67031b9
MD5 ee841e478d67cd70568e0a4e20fad28b
BLAKE2b-256 6659127f6dbad469a49102b88d1b75a89d247b688b36e643fbf6004d556b93f3

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 286bec72bcfaf0d3de9904e91e7986f43a1ae9c69fd6abe6816929b9f27de846
MD5 9bc259f191f330655a29b94f879f6f2a
BLAKE2b-256 55da3357c901bb9858c19f4421501503ee36cd3285d3083a1d71ce05e18aaad8

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 67586274d68dc25730022c9a2c43957af9730ef96ada65034ccd6aeacf6d40ef
MD5 8e3a1962acd056f842d7524c199341cf
BLAKE2b-256 9b871febae40f3fa82d8addd64b4e38cc9e0db4192b26ffca8720174feddf745

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 cd679cac888123178b97652e52e20f2f1f1db766185066d7419dc30b96c20bb7
MD5 44f1aa4aa482765251986487dea42cee
BLAKE2b-256 e1408458c2bea07ba6b35f6caa9440b8fd203588ee3e158ed7965c9726b1d2ad

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp39-none-win32.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp39-none-win32.whl
Algorithm Hash digest
SHA256 dca32c54e01a21706f9d638edf17d6a99cb02d2c09bc97a1aa45b49ca0cd1470
MD5 97b7908b45899b692e7d5f709c90a233
BLAKE2b-256 c11c83eb5a668b857de8f71f6898de8fe340a003ba21d9d127a1841f7f4e7791

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e88a399aa99f292ce954942a3989afe37104a3279b01195f90bc2fcc8251c6f9
MD5 92fb7de631910ec54ca41eecfb9ac72f
BLAKE2b-256 8bb2029e96f9a3f49fad0362e263d3ac11c5f2b34f437a2bd6e707b82e00de50

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5dc50df117f42c76cf011778533c48fc131517438cf9cdb6fcfd8d98150f69fd
MD5 6d27329e70aff3805c9d293f71284e2b
BLAKE2b-256 39e3a8799e3d0cec2faced2b1336acbc9c19f65a6ad68121f9f78695e4f346fc

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6eac46404567576bb40765114035f8407fbf188fb4cec78decec03256e499f99
MD5 0f6559861dde0ec2f7b1fdb63d856f62
BLAKE2b-256 09d7a2ae5401c266e05411bdefac3d9290bd79b745c6ec9dc380e25b376ff598

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9c74d3dc0b8cf80658b11ab964fbff838434772b5cdccf1558014d0972945586
MD5 f17aa5eb8baf1dc43b16f8efd1f83df4
BLAKE2b-256 f6d321f5fc37d104abfc7f9a9798dcdeffbaa421980dadad2a102eb19fc48906

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9632bb86dceb04c9cc98ac058f8927f0ce666ed837d67f4f5754174e2afbdd18
MD5 5a5d5172bc1d3dfd63ae832e5261635f
BLAKE2b-256 50cc16dac3962655cd61a66b6ad95f734b0a21a347dd7049d01b728063245a18

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11ba5e01e46c9b63fbbd21ffbd55582eb376e5bee9852cc7e6361d2d6b9506d6
MD5 88c5e7b739ec3a1897a1320d06d633fb
BLAKE2b-256 a04777db2ddb76ad889f3c1a0d988c70f20500d48263bfc8579a15e91e8722f6

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32cc098f824b6527b71435bcb5ae9272dcee9f042925f507813926c582750e5e
MD5 0f11cc0cecbe469167b8423142976c10
BLAKE2b-256 02c4803107c00f47fc0a181d0fdfb1af99ddb387f62b7db1eadefae18e5fafb8

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp39-cp39-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 bca243292e0f870dd31f12c11207d9781865b1f9ed1f078d33aded5c19ef7738
MD5 2c84773af5465767e994f9fd77550835
BLAKE2b-256 1ef0cba47f76ffce56124c66801299da7a26ceb2a9a95b0a0df1f149ada99cb3

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b6d357946000f38fbfc57cce931576f0dd07e3fe00f7e5c77327adf29276c97e
MD5 0cdef55314ee24186c2846a74b459c5e
BLAKE2b-256 1ead2e093deb1b4004f8eee5d4552deaa55c29d6b579f9aec74da3b65b8f2ec0

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp38-none-win32.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp38-none-win32.whl
Algorithm Hash digest
SHA256 4fe101a93bc6938641a3d116929d9edeff0fe75a0625b14b5a4d692bde096a1e
MD5 c5c776f5dc45e46f483cad7724fea007
BLAKE2b-256 e3e71e20f9998337bd2ae75500c92a03d253ea825f023f3cb805ea687a5c6091

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1fcec9c0d2d713eaccd01adbddfe51e96c478845f010a646271fafb0ad0e7cb
MD5 8bac4adff36dd63de6985e69a80057ad
BLAKE2b-256 d9118cac47f905d315f389673dd3f95717a2fd90c310f9b95886c02f79ff43a3

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe777befa47e2b30293cf1f3cba855f8a7f4911761000f73db52dd08c82fd30c
MD5 36d2d179cc2889d104edf69204151e95
BLAKE2b-256 8dc072599010516feb2f488d21f7edfdb3e582dc51593c6d9d73b67fa1abcb93

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e569b3fd755e27d2d81eefa4026236880f963d2a607cbacbb06bf41ed1df1d6f
MD5 ec54727295f5a01c85d5f48ec6085f52
BLAKE2b-256 8130099708f05f26151e0f524f09f3cbdbfa50379de3cde7494e2f2d7dec4f6e

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52f6febc32f346b565e41c8a77dd8c613439b03d557b8ab0a67344a4007b64d6
MD5 e118649ef021b24a64e7405e6a7d7e5e
BLAKE2b-256 5029d1a5bd4b68d6246e570c94dbe4c3976191746f58dbeb4741b7d1085aba1c

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 59a12d9a728dcdf8a21dd4e5453ab61337de2ff647261f2111fbfc5b0aba67b9
MD5 02462b7092412e5f987d4fff6dc17686
BLAKE2b-256 c0bf825421b1bd4a22aca6d62313c2355ac4ce0f8bd3f7f5dc6412d2b4f8ebfe

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eea6f266e03acdf57cf23b45444f6bea15c7f0d75a02dada3a4c9972aff68bd1
MD5 b59540796de4e88fae4305f6c2fc2613
BLAKE2b-256 9cd2df6a4fc2faa015fd7860bcd36207f13da042a10ca09a4db535fa90c8e77b

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4736279260e26dc5129947907417719df3414afbc121bbc779081540a63e5032
MD5 8081a83d731d2092fd3d0a69e5d74941
BLAKE2b-256 1760b88db259641d200cf6d8a9f7ff595185c3a9d8eb9b5675d59c06d94bab57

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp38-cp38-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 f635f9d9c4fe7c7fa64c5b5a3c52b7d17b8600e5c8fcaab72078592a2e459006
MD5 7847166d85dadf43e41bb4dee42f4357
BLAKE2b-256 193f4aba2a88b2aa42a364ba757c7f6c6ace5fed74672a7da3a7f5f7d56ac1d2

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 8f02cb4beb3318554f223974de9f3d1562f0fda91b7f892cf4d8d7e88750c1a9
MD5 2f5ac90eb706b6e1de0061366750452d
BLAKE2b-256 76fcce3bda33fbde9ce6e3951142f9c024b799750dffc6f02273411dcf28e8e1

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp37-none-win32.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp37-none-win32.whl
Algorithm Hash digest
SHA256 58f9fa9e9f8b2482e2a381635aeca6e0099d8f8d7c9d21ae54e9ef5d7ff1d920
MD5 795028a169b53c7b968808bbfd892808
BLAKE2b-256 9564d6c0db9cc6ff2a24d93d0264367821a448f8f829c165155676832ab843db

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51890e37b9a36cd407d0f71ba69ebcb7796c41ee2c03804500020faa0996b0be
MD5 ff2643d0e6aaa73d1733f60f94a3a550
BLAKE2b-256 cd7ecb08c8a887efd116bd77707a72e5c0c9c6f91dc715f0d7973c1f254e3f9b

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a2b5504b333a4e4301143821614c710ce4c0458303133ef7dd7fc5a8cf720a6f
MD5 0957fc00f70e9210342f5e382e203945
BLAKE2b-256 b43985a662b629c13e271af51c9b3caa4d5c1756ab3a854a129964901b9c224a

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3ea41b10b38f856a921fe0f9af64d5ed5a4a8b7f8f7a438489f1854f7e9167b5
MD5 22c71b3631edfcaea595352554082b4e
BLAKE2b-256 47adcb7874b9ce9c85b381c247162bfe503d50ebf008e49d7c2f1712b8d528f8

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8313f660f3433f96e70dfee715da9240c83f14b94c1b3b536f2915ffb46c335e
MD5 d82d584a7b13da070e217cd93e326640
BLAKE2b-256 301fc7d88caf01891186d624e452c8510c0e475b8644c8f494365ea67553df05

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 340ec3e110938d9b4f52ff8f3317f731c148dc7443924433cd42fcfdec5f0e71
MD5 223478c8a79191dd1f4f6f402aed77fb
BLAKE2b-256 72f0f8519d8117bdff9140598e672aa5ae52dde3ea5e9962b3c65442f5729ab2

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a9a0410bf051e2fc6e7ffb3e23496c1647be48e8f6ae8d442e2802bfa085a4b
MD5 e05e2ab3f06008ed8af075a35cc90147
BLAKE2b-256 aaad3720e0665e78268978d9e44033267ca8cedea4b28897e3183067db59853b

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4863a486d16da13459e7a9b9bd67ad0bb3d34681d5e50946b35fa8016fdbb900
MD5 d1ac54981f18b51e692aba00db3a3e8f
BLAKE2b-256 8d69f7631be084e40293e8a74854879ef045be551c175f111ddbc9299d73c06a

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.6.18-cp37-cp37m-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.6.18-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e4c9c9392cbbd7af5a2dcb1375e0c579348ed73bc4dfbfc7f8cf12fa363c8338
MD5 2041ab2deba23337a37900ce75eda681
BLAKE2b-256 72d4a325923a611f1352cc01ef81edbaecab3f92409e3b73855b959f2f1e2f41

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