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 PyPI - Downloads

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.

Developement

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.8.3.tar.gz (930.0 kB view details)

Uploaded Source

Built Distributions

opening_hours_py-0.8.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (457.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

opening_hours_py-0.8.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (457.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

opening_hours_py-0.8.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (457.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

opening_hours_py-0.8.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.3-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (535.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (460.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

opening_hours_py-0.8.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (394.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (402.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.3-cp313-none-win_amd64.whl (300.5 kB view details)

Uploaded CPython 3.13 Windows x86-64

opening_hours_py-0.8.3-cp313-none-win32.whl (276.5 kB view details)

Uploaded CPython 3.13 Windows x86

opening_hours_py-0.8.3-cp312-none-win_amd64.whl (300.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

opening_hours_py-0.8.3-cp312-none-win32.whl (276.5 kB view details)

Uploaded CPython 3.12 Windows x86

opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (419.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (532.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (457.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (399.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.3-cp312-cp312-macosx_11_0_arm64.whl (410.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

opening_hours_py-0.8.3-cp312-cp312-macosx_10_12_x86_64.whl (418.4 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

opening_hours_py-0.8.3-cp311-none-win_amd64.whl (300.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

opening_hours_py-0.8.3-cp311-none-win32.whl (275.6 kB view details)

Uploaded CPython 3.11 Windows x86

opening_hours_py-0.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (420.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

opening_hours_py-0.8.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (456.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

opening_hours_py-0.8.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.3-cp311-cp311-macosx_11_0_arm64.whl (411.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

opening_hours_py-0.8.3-cp311-cp311-macosx_10_12_x86_64.whl (418.9 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

opening_hours_py-0.8.3-cp310-none-win_amd64.whl (301.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

opening_hours_py-0.8.3-cp310-none-win32.whl (275.9 kB view details)

Uploaded CPython 3.10 Windows x86

opening_hours_py-0.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (420.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

opening_hours_py-0.8.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (455.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

opening_hours_py-0.8.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.3-cp310-cp310-macosx_11_0_arm64.whl (412.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

opening_hours_py-0.8.3-cp310-cp310-macosx_10_12_x86_64.whl (419.3 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

opening_hours_py-0.8.3-cp39-none-win_amd64.whl (301.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

opening_hours_py-0.8.3-cp39-none-win32.whl (276.0 kB view details)

Uploaded CPython 3.9 Windows x86

opening_hours_py-0.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (420.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

opening_hours_py-0.8.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (456.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

opening_hours_py-0.8.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.3-cp39-cp39-macosx_11_0_arm64.whl (412.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

opening_hours_py-0.8.3-cp39-cp39-macosx_10_12_x86_64.whl (419.4 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

opening_hours_py-0.8.3-cp38-none-win_amd64.whl (301.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

opening_hours_py-0.8.3-cp38-none-win32.whl (276.0 kB view details)

Uploaded CPython 3.8 Windows x86

opening_hours_py-0.8.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (456.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

opening_hours_py-0.8.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.3-cp37-none-win_amd64.whl (301.1 kB view details)

Uploaded CPython 3.7 Windows x86-64

opening_hours_py-0.8.3-cp37-none-win32.whl (276.0 kB view details)

Uploaded CPython 3.7 Windows x86

opening_hours_py-0.8.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (456.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

opening_hours_py-0.8.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for opening_hours_py-0.8.3.tar.gz
Algorithm Hash digest
SHA256 c395b6cfb0299002a3d830e1547478e329a0aef19585c846cbdad033028cb42e
MD5 2ca0e6e70c58f461a35a64525950b4d4
BLAKE2b-256 ca37387a01450d992040c12720e2fefdffe1aab1a01dbf4fad8344ec81ae8e2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 787451e2b77d92e1f31641979fe01e8dba2b3aa5e00cddecf9e6e92c43d57ca5
MD5 4b90ff77500406cde8a74d671b9e3b2b
BLAKE2b-256 6388178f4c3b7dd30e7c5ebceedfab59a8c648af5c4c85fe5af38dd39eb14a2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61c97c98ae2dd4df2faa80a783ebc4cb95f93446470e4c27b8f179e7d073e704
MD5 5ee6714b443c90d0e2b56d663b28d7d2
BLAKE2b-256 913abe9073d81fdb672cfc5bd8a957175baf95cc1e3bbd01b7d96d903ded53e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ac8d86a18cf2794b484736d00f8e391e74a82a05dd63a6ffdb416b06a6420b07
MD5 e1a1f9f2b4eb6ee926052bea1d12e29e
BLAKE2b-256 bb9fbc3d86c2e5213cebb010c72b91d121834f1f51b0171e2ee59491f52870af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b8ef0c6efc751c602b6e1ad0061d1caea3ac0407feca0e5282c484223ad6d3e
MD5 c0060dcbf9fa386f4d918353bdd2f327
BLAKE2b-256 6fd59f6401f2b50b9056260afe2fe864e5338d2ed8cf344040a53a3aca2133f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d7bf7cbbe2e5695aecda47107e3006127caed5b0f66849234ef65bbd343ba406
MD5 6cbffe2c68aaacba80ae5d51ec043d60
BLAKE2b-256 7b206d7e7a06c1245b01cf36c1b848f0e8b47f486c18caf961e3b39c5da664d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b40e4d345e474bb4e6ce0ab9a5d27663b70be183e2d494641741321610efb34
MD5 08fd5498fbcf0ac590ff9aeffc230e25
BLAKE2b-256 f487c41738aa964d1444b60e13f4b39ef62dcfc8fefb9ec86ecfca285eec19df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 27e61c0e2d37ce53121fbf668d824a7190d42c2c2a213f3cc2d2bcf71a381a4f
MD5 721d8b51ec11a2772a5d9746217b221e
BLAKE2b-256 9bd8f73ec73053a9feabf13d7871fe0c9cd4e8930a36d71d556947c8d5727765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b94ee43d504d92bf547fab828b5fc8a2ddab355eaee03a531bdfc42bd3f0ff9
MD5 baff0ba3d352acbf1bb1c30c6684ecaa
BLAKE2b-256 0157964f25b0d295d0c3a2ef2a625f05a04773e882cbd3ee9cb1ed731c1ced20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 36b0db406577a742e3d851d07fcd5853490bca9157992218f9feecebec11ab33
MD5 bd415592617a5fce7c992d7c8151a5e0
BLAKE2b-256 acdec2bd8fe4f9b269cc7b031c0fe2c63d014db1742e75f179e6089c28639f75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3516a28c198ac67aa4d5960ac7d70d13c335fd2d98c284d15fe72dd9d96b413
MD5 d9d75caf8935649cd23bf95d8e0c3a76
BLAKE2b-256 edf74eec017063f391db8856a8a57350359dbf426766d5feb14de0a4acf1763d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da7295acdea33c1c88ce567c887ab9025a309e5d473a6d7cd93da7d00c875cff
MD5 d6b5deb9c50fc5427e5e48e197d8a887
BLAKE2b-256 d7cd58c28cf81dd8b2fbd79117026baa992f11caf4da6e6bceda72d53704bbb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e025f91b2fa77b6fecd045f88645d5d3adfd40341dcb72a4b0447f2c380201b
MD5 06a5207597e7eb5c0e256e3c94c671a3
BLAKE2b-256 0172fd834a9ed4c474e9bfc4e52df0d718988b51a48d1f753fe9cd5e02f82b6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98a7acf70fa520255bafe77bafc7957bb20a42dedb174adde2a7cac9ba2565e0
MD5 7c2c15383a853842dbe49fdc2b38054c
BLAKE2b-256 aaa4ffae76f5563ed215574b2868f389ab2d589fc100378917a44ea0722613d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e30690bf9987e68631208894f391346c5638f65884af83d8cf1ae90c522222cb
MD5 de8b34738cc31516020ed18b5edfe7d7
BLAKE2b-256 967f8d5e280c3f9a6af747a2304d8da22a3ff85a5b245417c26046fe439bdbe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 068150a268021070d7e6c34d2845220080daa9a59dea3dbd0c4ef0201fde9b72
MD5 5d4f92a7f005f674457a0442c893ef24
BLAKE2b-256 5ce05130eafa667b763eea36801489ca12aece068a1931193ae3a9de69a97e99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ef8c5490d4611df967638287d270372ff1a9cbae9a27813a8cff4cd7d515c8e
MD5 bf7655bb4427d49e5a6d644beef138ef
BLAKE2b-256 d61d5ff4d773760b177a7a5694384abd42195a85de40dd9a320c851d10566c11

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.8.3-cp313-none-win_amd64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 bb73e1ee9171e241f7fa2a26d476c2891767425df7f953923a68b2983a7a5c7d
MD5 93b00d3d2ede1446e660674e74729020
BLAKE2b-256 48db9a1d839eda81c147ab0e2a1cc3a1552b9939fb959c038f6b380c02815fe7

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.8.3-cp313-none-win32.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp313-none-win32.whl
Algorithm Hash digest
SHA256 9f71b081152b565038d9de80997c264f84207efa035fe36ea0799f447938cac2
MD5 c283768e4047e67e3dde436c12847bfa
BLAKE2b-256 4735b48c008755deb6ff7ba929b3817c88b596b27623218ba85ff865af32a4cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 d487a9383028c5dfe96cdf2f180322322edf28b4243ba9feb748560dca4e49bb
MD5 8bc9024a02aa3ac8be6fadee853afb33
BLAKE2b-256 146637673d1afbb692269a05596d8bff4d4834522ee85c8eff9d12584343adea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 dc67fe04f6cbb0430c7d8a92f1c6bfbd6d00e3d1b41dc60cf248867c05d811c4
MD5 b3b101c3d85359afd155f4f4dfe394c5
BLAKE2b-256 b7628f951c71f808369a60e9cdccd3bda8bc26208072bb009cf15b10ef7081bc

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5c1c67dcf6993a0b73c5bebb7f480d14056fb51ce63257ff0efbe8d3db72be4
MD5 5ae3bac9e33ff1927c722abbba79e992
BLAKE2b-256 798b46e76e249c5e282c1463ae98f9a632fb74f0373e85999632383c6fbc36fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a508fa61f84feb2840ac39d4fbdbea8447a488b3fe90cbdfe35100ac5c50f3f4
MD5 04826021a035e9ee62393594a937fca2
BLAKE2b-256 323d497b21dad73b5082cf3ce9ec4c7adb5b3951c4f0afb18ead308415fb1960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c56fde443385059d2924635452d46bb1fc76580c432f8588f71481c76e9ef1f8
MD5 04dd276cf59538c1128c857ec91cc42b
BLAKE2b-256 20a0573acbd536ac0ad960953fdb99ac710d526ca30d48dad7e0faa07343f791

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e1dcdf8ee328455da765146bac1e628dd2c130f639e391519ef304ba93fda1a7
MD5 4f0e2cd0de57a79e5e84301c7bfb4312
BLAKE2b-256 069909b87f41f519be9c97c7b263adca26f5d979d22365c9bc97d1083f0ff9e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ecc29dadc21169aaf50c10edf646d6259773a1cbae1cc46c847bb3fa67440eb
MD5 fc936944b6a416752b849dda30fce922
BLAKE2b-256 eb12ce90f9628472fb8e01f8e9fc532bb806f914f982967d9db3fb0768fafb58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 645b66c1e8a61e887b98b095a3c0144a26d2ad0d7e786206138c60af594a981e
MD5 f5290fe053fada660f54de158f6af558
BLAKE2b-256 930523948a2ccfad2ddbc70cc848c73d3269dc1e21dcb6b1c7d4312b2d668972

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.8.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ee6eb134035f64cdcd22d76bbc8c3b7f659f6b98949b1b946c4dde754e1f90c0
MD5 2db46b11166d0314aa9eb35594265de5
BLAKE2b-256 622f7f32567fd16465e43935f936a829a6089abeae4d10215379260426347132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 fc44db3a6bf03fb09268cc518c0f6ca6d1d6456d3f660f74be8b7e9fdaa08c70
MD5 d00d854a6fb7338dc2a3f3d11d5b0e55
BLAKE2b-256 be19396811ead3b74503d60da59b1fd88943372e31d8e89a8ba990b23ad8023f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 f9f8eafc97ccf24b5199bf82d788d7adec5786c9a260ec1f67acdd0dab530908
MD5 1d6105be2bb0353c72ee530aef5fa495
BLAKE2b-256 b4ff21a2c07d176b9ed4ca72500501331a033fef185897949fb762dcdd6a9cfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4958a64d10d06b1ad677226efe0f7789bc94c49d31ba2f0a5f307be3ce1da339
MD5 d2a36d3182d26bc272bd078d9ec14b38
BLAKE2b-256 36a31b611fe60f876f2760e80fa53de933173a966e329bd1c850ddfd7fa0cc9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a60962be0b221b6bc843d14b7d2ae171f374caef39414338dcf270495969b509
MD5 ef26a385c8afbfd83f124daa9e568839
BLAKE2b-256 3c55a59d41cc8064b9d9094b02eba2591282190c2f5ef14856e023dbd576a1d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c5f0b2b7f0e2acf98c2af1b30425b489a68cb8a85a9ae72eb1cea97e6ccf54f
MD5 b45f0a911d9cc715b8980c85520a0ed0
BLAKE2b-256 bb3739618da95d468c553a679ffb1d7e68de751bdb60e0409cdcb135161f4014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e8f196bfb827a4585292f79beba729fdc586408fa6fd402df39a5c5a6d97f976
MD5 54b72e25d31af4ef1832746136729448
BLAKE2b-256 6bf46fb869d7ff444a9a7ab9d68d6c57745c2affbe27e282303f895ad66291a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1112c79fa045e57f6e4f0d5b6aba849a523edc5eff516cdb1eedbec1ccbcf4b4
MD5 526448eb158e7e1739a2811485eec4ee
BLAKE2b-256 2c76c2e4e762bc9358af0b1b9df571074b5d761c185867da83118d2904038b7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bc39b39e3911faf484db02cf47ab75f71afcedcd57db2eb27d74bbc58aaf4f6
MD5 e2b564e18052afd4fe7a73263d9830e2
BLAKE2b-256 aa0830f69471f4811c7d0fd71ff19eb4ec7e3e0fd8c43d7ed478fd5ed64cb64e

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.8.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e3e1505354fcca605cce0a136c7add02daebf7014412df65c06dd5a7335f8ee4
MD5 239af818b05c74176e0ed902c830e093
BLAKE2b-256 b54f41cb203b2fab6417a15b50dcca93c21fda313524c3c82ee49b7619a92342

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 78ff4c8999762a31dfafeeaf5f7787a6b22e7a9a7eda23996e0ce0c5b05efc9c
MD5 3b04a0f72480b4661d50bb7a1eb4a84b
BLAKE2b-256 35857d942cbb343d207bce57263d574a43b21959bd4f84d25f31684c41c3a34a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 b31af353f4a3610521550c2f9219d609e95f3bea515ceb3a5565f1b441ce8962
MD5 c45725aa8403ec326d9c0b7cc765b91a
BLAKE2b-256 b0afa536df3026711830c3890becb3f19dfebc34664a0370a06b973920e60486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8de1e680c911cb5ab53e76c40f0bdd4fa18adab88dd2707d0ccf2e397a6dc79
MD5 395d3008e5b21915a4183e669ee13403
BLAKE2b-256 68f0d5beead54d0933175cbcdedf655ad4345e7aed34582bc768c883d2071ad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6cd38f04db6e0dab3d23f643566fb0130ffaabfd867897e25c1c8ffa211acb61
MD5 119a872210c8e2b38dbcc7befe53d4fa
BLAKE2b-256 d00d06835c2456d2a904bf7d54af0e3d05c977cd3a6da8838572db6b56f7c178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 27e89d377df0fae6b5dc66d0c4c242699344fe434142feef9fe35d354990bb2c
MD5 83fb2afe3782f70a76b49219fd1601fd
BLAKE2b-256 8767515e091697836cba223a772530247f495aaadfc06e34488153d0f71a1a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c73ecb82a1da0663111c6f5f83cb9f179ee552ac480a86ccf54b0ba26eccbf98
MD5 d6804c439cfdbfc5819eef4884adc79f
BLAKE2b-256 40d0341dc339c10d00580f51909410203715e2c09791892cc00ac56252dbdccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d98ec4e5039b05e5223d823f93e54508f3744827f12a4d1f422c1103896fed6c
MD5 fbabb20a1df728b8d7831ee4278bfeda
BLAKE2b-256 257e0f2fb6bdfe760fb0570943728c4f9811a439c27ec9dac36308c5f105bd47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2aa3943d69c02e13d233be606d3a472db38fb5fea420d68579ec0c90028614e9
MD5 d7871b0e1404e2267ab012b9ed1f2bdb
BLAKE2b-256 ff28692a2c3879570716f7d4932911f712fc709e441d3db1b1ec9b03c74411d2

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.8.3-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bcac643f8e855bd324ad1a04fe6d74fbbefeb6697d5d1251a6699820013cc532
MD5 e66b468c4325c02ceb44ebe65facbea4
BLAKE2b-256 bd2414bb029477e1491343a2e3728cf649fd1c3c0229a3d3b314212e8d18d345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 bdf2c297183b854efd5e098bc03252e17f7ffc4736546e9fbe98b6206f9a97b4
MD5 e54e197e91fe75a39dc68c7d7beb4d59
BLAKE2b-256 a815734862d50824aa5274242557e6605c22f8980cf2161a4d9c669e09e6510b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 1c16d130dc46ee959702f88c328463eb2ab825bd567907e90a6f5296cb2ab8ec
MD5 81e368670d75460e8a607d43651d0548
BLAKE2b-256 06300c9e0ec7c276fdbc054f8d636c5da8e885cac98ba1eee0e74bd1fffb54b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74135d32c56c14ecf58b205ac016d743e0c9602265b9003d232fc691af03b547
MD5 85f2f3f84c3de6e54e1befba82e08045
BLAKE2b-256 e4c48ba541e9d68ce8adaa5275ed3c254980a40a34fb8b148952c434f959ae01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 406d1636ab2a971da9f5a1840e43c64b53fc5d6686a348354f06842a807f5242
MD5 9f0c2e99bf23507572fffd0325507b1d
BLAKE2b-256 2fc95de7688a9e4a37eb1e08a2802e37c4f64b00704ab82bbd39067d1859385b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 44bd59944380a0fc078e9c5468a30295ea0bc36c76f10dc5136cbe5bce9c7e21
MD5 5dfe1e37a92223fa4dfdbd2057bed293
BLAKE2b-256 5cf4944b26fc22b1049d33e5947347ba20f63dee8335136ca90b29f8df3b16fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0dd0aa87d6e9e18fe7acd9b8f402a9db8596e18a17988325ab4dc81c3b305967
MD5 d32aecb79567b2da70cd4cb75f07ab1c
BLAKE2b-256 85e01d5c8e86b8703514a38e10c7c9093293f92d7c112d56b4acdf051599d317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e6f92bdf0cad6958c884cbe57ad6637b9d680d9bfb82305e43f6469d929f2cb
MD5 80c750975750a16a1c07a0eab37b5590
BLAKE2b-256 89d668a7ddcc834d226ac3ff1a09b587adb3bae851801123840ceadac5dd1911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 622f904b84ee4713d3fce0fcc548787ee1f239148577e0df4abe98dfb52dbb45
MD5 26c073f27878869e293639dc61e8af6c
BLAKE2b-256 e24f31a297946e55d81be6f147b7062d40284e1faa3d09747cffe60445e3e0dc

See more details on using hashes here.

File details

Details for the file opening_hours_py-0.8.3-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7701223628a28b20f41b8abe8865fa549a0dc4b338c1f701feaa127ffc6c6557
MD5 ae3b3563af3164b3b13faba62f5896e0
BLAKE2b-256 016637c36549857602b43495ea7aad00f84099d1425dafd7eb34e3e2b2822bb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 7627b848cd86628ee006ca3ea3f79cd86c999c974ddb06fa82807853b9d057a9
MD5 75d0781ff0a5e8ab0c492132636173aa
BLAKE2b-256 7058605ef37526b28bb5a324b64740bfa79c687172dbc49161628b7b4662c25e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 3506da9f3001904b25e72aa4017fed334f1aaa68e64189671b38eb248e96912f
MD5 877e47afe7fa03f40d3e3377501e3976
BLAKE2b-256 5ec6d18e689839f918ac0b209158a08c12fb43804dc2a2542f039b1a53c390fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 63e0e90c766a6b7abd96e67df7432e93594611dec75ded5110409281928de834
MD5 60cd57f98c8e5e73947dbe34981563e0
BLAKE2b-256 a56aad01a90e42ecb9a206ad3b05ed0828b4ba6879095ca3fec2180adf64b31f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 10bf7e0d02fcf32c189ea291603ef2f25d64463feb0ce0ada30c33a2f9575030
MD5 37ea1bcf346c335855df7ec95f804e3c
BLAKE2b-256 3567817f3760365b89e641fd46fd7b12f7e8e8dfa40ff8bebb5f4c835d2b7f66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 adc48bcb6b87d5391a02c5ebf64864c809b9a3a260c5f55bce3303a44caf9150
MD5 9412e29de35637f090f952d12003d488
BLAKE2b-256 6fd13696197f474c4e68390a550316fb7f2a2d54d68e261fbff49a5fc26d01f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2999749d73b4183c2cd55b5ce534b498ea0b1d6e083e78df410197ab6e8f39d7
MD5 8f598db77ce69ba7c4c72ab5e82135aa
BLAKE2b-256 fabf968c6cb3887e295d06bb7d88d21241e38841e1a63978b7b9aa55cca201a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 375a5ccec3c89bd412f2305afb3a49ddd0f0dadf29d067d84e904ce289d511fa
MD5 678e6c8437351c7dfa228687d330a760
BLAKE2b-256 19cd6f3e92250b4a2d2f580a1badd58195d95207836ff3bc3804e966a7734314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp37-none-win32.whl
Algorithm Hash digest
SHA256 8bd542b339f6a5bc8fe90e7c96df4b523071b0b7d8645476b533e1766b4b6d7c
MD5 97ff703093b8839b91a982073fc69b92
BLAKE2b-256 10d6596d5c08aa455db315ea8e193204a04b174fa31d29fe0491dafa5fea462a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 53e398b1dbbd05d1ca5f854abcb63481f586669f5ac33e4ef78b7a2c4c164b63
MD5 39948732c137046d511e6808a8d3ba51
BLAKE2b-256 7483c190e5cb2ea4a5105c97f6c6d81267bf14e1c0b60cb03d594eea887905f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ec2935773e1ab1d3ebfa0c0dd1594d42f18f4d99af81c61870c02ebf0a246ff
MD5 5b58fac4c9b27e82417a1b71a8c0c0f5
BLAKE2b-256 caf40562421e3e3d283903db3e66e6d0d2f03ec9779d468e2c23d97a79bb160d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b7e414924470464d993f2414dc960b6daeb0208089d518c7a4a508acec93fe38
MD5 64637d526832007af564c25303001d04
BLAKE2b-256 74683a4febca579a74ad8030558da41e0722cb9d09440bf22cf2c1c6753692d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 924eb80b11209bbdfd06ab9169755a38bfe61b9342ab8a3cc65a369227e21c0e
MD5 a25514fb9176c18573e8a4ddc6938c8d
BLAKE2b-256 4a4a9d0bb32d86c564a316afbc97bf474ccc6c703d6b2c0489628f09b02167d6

See more details on using hashes here.

Supported by

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