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.

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

Uploaded Source

Built Distributions

opening_hours_py-0.8.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (453.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

opening_hours_py-0.8.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (390.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (454.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

opening_hours_py-0.8.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (390.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (401.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (454.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

opening_hours_py-0.8.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (391.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (401.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.2-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (535.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (456.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

opening_hours_py-0.8.2-pp37-pypy37_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.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (402.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.2-cp313-none-win_amd64.whl (301.1 kB view details)

Uploaded CPython 3.13 Windows x86-64

opening_hours_py-0.8.2-cp313-none-win32.whl (275.4 kB view details)

Uploaded CPython 3.13 Windows x86

opening_hours_py-0.8.2-cp312-none-win_amd64.whl (300.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

opening_hours_py-0.8.2-cp312-none-win32.whl (275.5 kB view details)

Uploaded CPython 3.12 Windows x86

opening_hours_py-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (416.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

opening_hours_py-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (531.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (454.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

opening_hours_py-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (390.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (399.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.2-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.2-cp312-cp312-macosx_10_12_x86_64.whl (418.7 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

opening_hours_py-0.8.2-cp311-none-win_amd64.whl (301.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

opening_hours_py-0.8.2-cp311-none-win32.whl (274.7 kB view details)

Uploaded CPython 3.11 Windows x86

opening_hours_py-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (419.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

opening_hours_py-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (532.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (453.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

opening_hours_py-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (390.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.2-cp311-cp311-macosx_11_0_arm64.whl (411.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

opening_hours_py-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl (419.2 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

opening_hours_py-0.8.2-cp310-none-win_amd64.whl (301.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

opening_hours_py-0.8.2-cp310-none-win32.whl (274.9 kB view details)

Uploaded CPython 3.10 Windows x86

opening_hours_py-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (418.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

opening_hours_py-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (453.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

opening_hours_py-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (390.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.2-cp310-cp310-macosx_11_0_arm64.whl (412.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

opening_hours_py-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl (419.8 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

opening_hours_py-0.8.2-cp39-none-win_amd64.whl (302.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

opening_hours_py-0.8.2-cp39-none-win32.whl (275.0 kB view details)

Uploaded CPython 3.9 Windows x86

opening_hours_py-0.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (418.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

opening_hours_py-0.8.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (453.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

opening_hours_py-0.8.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (391.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (412.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

opening_hours_py-0.8.2-cp39-cp39-macosx_10_12_x86_64.whl (419.9 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

opening_hours_py-0.8.2-cp38-none-win_amd64.whl (301.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

opening_hours_py-0.8.2-cp38-none-win32.whl (275.0 kB view details)

Uploaded CPython 3.8 Windows x86

opening_hours_py-0.8.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (454.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

opening_hours_py-0.8.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (391.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (401.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

opening_hours_py-0.8.2-cp37-none-win_amd64.whl (301.8 kB view details)

Uploaded CPython 3.7 Windows x86-64

opening_hours_py-0.8.2-cp37-none-win32.whl (275.0 kB view details)

Uploaded CPython 3.7 Windows x86

opening_hours_py-0.8.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (533.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

opening_hours_py-0.8.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (454.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

opening_hours_py-0.8.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (391.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

opening_hours_py-0.8.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (401.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for opening_hours_py-0.8.2.tar.gz
Algorithm Hash digest
SHA256 74ef886cd65394a299c2b1d28d1d8086be866c4dc59521f18402a5f9545b16eb
MD5 b6eca22980f79f0b77c117b354553e90
BLAKE2b-256 32448b415233e450458b976697a58ea5c19fb109dc5348aeefe84f6a00d9db7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c86a92125a0c3af77cb46841ccee9275fab2849ced32823b3e3971f4ce951386
MD5 4e1cd2c9cdd9af280b29d3ca49a3251b
BLAKE2b-256 0f575e25702a2a3360aa67916fcf3d5ec041251f21239f3439907f71f9aeafdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a95f630448601ad85f8cb61519552f7f81f8a71fc1b77570fdd13ba2a67d599d
MD5 1db8c7e40a843c60aad3ce172f29e1cd
BLAKE2b-256 9c7b06a55a46844978ae8749e808d090856808816ba7e9b35f7452604fdab4da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e2e4877ea401fc8484670a879462e113daafa09a29e461ab29b799ca0d324178
MD5 515c16b80af7f4e4d6a59b3262598b7a
BLAKE2b-256 d1716ea91c52550c1b01d523c76eddc4b7a99a7bf8f80aa9949f388b6a999e6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f5a20ad860de2c72ee3e5dd5dd1382b6422f5e7476d509157130d4a7f47dabf
MD5 2e57f2f439b12b4c4d98e091d384e250
BLAKE2b-256 480b9b4b8088a8c4de75f81e0ed2d88dd369d9d1588c1e723a0f0ad070ab1f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dd6dbe71483f4550e0be0cdc0f0b441b7c6f4264ba6f1c51a5adac2c3fae9a74
MD5 c1f17e7605c2785f4802f45dd0fe41e3
BLAKE2b-256 959216e218b153452cdbadc4a58143fef852e96a3a19dbbc13c5d9802193968c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4879ef2ed03727404ddb854c3e8acb022315006da6ee455f53750cebc0fab4c8
MD5 5bfa59899ce93719022d8a0f2a2fe256
BLAKE2b-256 24d3187e81ba626a1c529fb18f96ffffa675e24f8ddb879f51c4c4bb4835bb3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 23d1baf6ac00cd3d9751e62ee058971fb7834e2a0cda57b579c4af0576eea3a1
MD5 521521c6529f6716669e3c4cc183326b
BLAKE2b-256 2a67aa6c2bc063eadb985a379922841591705aaa93c523a6561113f433f6c23c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ff5d8320667c8ceaf19233b31de9206bdc29c6953369141ce1113d3d3607286
MD5 f8394a6b5f49dd35aa6feaa0f797fbb8
BLAKE2b-256 17d74a483adc4259a2ee21a51aecff45812d7a2056612d472b7ef2e0b01fbb1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 174be56dc9de1b3e36dd180c1ac82c7753ddd02ec897dd895142c419dbfd8de2
MD5 928dca5e9a518ab3b0b7b286ec71ef07
BLAKE2b-256 dfb8037970b3d66ca3d8fd6e66d99d2f614ff66a32e6f1249bb56208dd1c4910

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c408f0f1c6b7c5cb25ef7e5191f3f667fa1b5dee2c7f5874561f207a16c3ce28
MD5 8f84be61d6c240a78d665bc17dd0c76f
BLAKE2b-256 78c78f5361fa989161d3257645cd47f230945ae65f8a907593fcf68221b9aa0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3e16c8ed2b17c68acddf64ed72b0eaa7d87926d9a731cb4e0d92a6616e4efd4d
MD5 e87d6c71e026c0b0a40c7a5a09a886e8
BLAKE2b-256 2d85a8a66235b401b11caa72ec7cf5521140b0249eae6224799cdef8baccc618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27b60a980a4e52562065a9bf7fceb83e7283c462be6f1eadd08d4919724bb996
MD5 ab9f558890b3cfd1cd187a97fd342f82
BLAKE2b-256 75a4df383599ed3f46424982fc72c968b07c9b517a51a51e38eb2e6b8490e3b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 906f8e6b32334b31258423e763e931a15555c1a67c7c2cacfe556c6922103e78
MD5 1d7ba6738a28c15f9d14ba9acb04a2d3
BLAKE2b-256 0802e84d119ad1cf62102a1fc65a418310b8acf0ca14428446a1b05c1487d4a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e6b365de68beb3d3a74e62be7c9d12a48e9d15bacffaf8da63f8693fb50018e
MD5 3f617aee40178e69f890ecf805f852c5
BLAKE2b-256 5f0cd309339f804fbeaa2c4d8897a17e2ae76b2c46d646ffdac79947602d7d8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ed16f3dbc3de250a94e04ad72af0b9182cea7d5a0678c129b65efe031d27e314
MD5 121f3980ceff93a0be5426338be6e838
BLAKE2b-256 bc273c475100aa9ff8948841c068772afe8100d36647fced148aaba9b74ec49e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 71a8eb83f820da2786c794908702ddbc1af54a4bf9951b4f64291d20bad03364
MD5 23d153e55579fc50a67196aac1053b01
BLAKE2b-256 e4504c1d14791501f45dcec5470ce436013551a375e13dda9399b752d515b086

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 8824a19886af5edbfeebbbbce17b48576e0878d07419f6cf3f8a8a9064af8c90
MD5 bb8b58650bd899837305886894707d98
BLAKE2b-256 e97792fe46507246fe7eb12782e5d94e74c0e1160834bb57f362668604ce0987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp313-none-win32.whl
Algorithm Hash digest
SHA256 187252899895dc853952823d8e8636f863150a7e74880a0ad1e5b8c2db49f565
MD5 0919fc0d5b84528bd61c4f2de6c71dcb
BLAKE2b-256 bae6744a9e65b00339f49a5c89c7308055294f649761587d69ac72e6f372b849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 d437bbb881cdb701414cbe99095d8f8a5061256658f27dc79111f79672c78c8a
MD5 03c13aa6f622cc1496cd7e83f1e05cde
BLAKE2b-256 bbfcf77fc258da05da2715a6b681840226a6f53aab0059c3e5f08a334a31b70c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 74692b29a0912e94eae8318d155129670a1573feb0dd480b81797794d104cf4b
MD5 eafb3f5df044468c8b56785f04596211
BLAKE2b-256 7ce609d6666e4a0ddd012ab6814cfe9b009c11ee89972659e10d313eedbb70e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd634e99436d7c4d7c7cd1c7de56ca10feb1d042e66991fdb82c61f344f02ed6
MD5 4062a6d249065aeb663179fecce6f0c5
BLAKE2b-256 ec124c01d9c82d4b4892a6087ab937d7b14037b38653bfff0777f719404af3a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e9cf4b26af58e9fd318358f05d0ad470fef1f130308a226588c5d1d4c3284ab8
MD5 42b3799a0a2b7c1d5462d2019a77e94b
BLAKE2b-256 b40880179d08f7f070dddd096478e34fd03f476098be85e81fbcbb0b7677e699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 466593bbe4ff47dc85ba3f1a14ae5f8ccd62eeb1f48b40b735ce44dc541c4e1b
MD5 e40ff6efcc595df69df5517a1c063cd8
BLAKE2b-256 e7cf8724c9c4172d578601d2fcd29a322853c447daa404e20a4cd302f24e4828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d60582e3490336c7102d6d351c8f8af63122850dddf3ea0581be0fec8ff7379a
MD5 8834094de51b84dd4ed0699b46be439c
BLAKE2b-256 3ae009a804d257bb3a6d6bb12324039c0a469453cff83ab603467d2c49cde851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d40e90479baa1c0a85f2fa7a7dd39776548d53ab5b744ab45b47002c11f5e90a
MD5 778632a4488a6d209fd36224d290b404
BLAKE2b-256 5a4313c0d9a4fbaee41277086a825ce81af0e1accdf54af7142a4255e4060ef3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34bc1051b7c30175d5473275d89c1d495170da84cea8cc4813e378b8f12949a2
MD5 262abf2f605fca0da38ea20ba1cd7442
BLAKE2b-256 345a7b63f35947cab64f1c0ed842fea2eea9b1807230a3c31dd3b419e2d088ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7b8d66591e0d308ccc5d7224156f7541a7509f0c96e192e7c84d81f7a81494f3
MD5 d0d21f7c0d60e334976deef61a39ce8d
BLAKE2b-256 93b2c27a08dc21c897d39547ec100b27bf01b3cdb34f1264391f9c27abddabae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 1d7d15180d9ae700b69a0a0bb6532bb0639fe2b99c2ccc5c43831de36a02ed6c
MD5 ad14656430b00066c14897debe9675df
BLAKE2b-256 006a798036a5411cd3886930bb79ccab590058e0059cd7cea615acec70086826

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 dcb1e3e9c74e8813ea70f6d23cc999e39944b1f86e773b16d4b480b143d3ae57
MD5 713716c022d717a30d027b3d19cb2761
BLAKE2b-256 7f256a72c0285bc9eb7537d2faae292761ffe78bd3b6e0aea16315dc6505353c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cb535488f78099ff010a1d2dc7c9f33b69dc16cebde97f3443d1077453dc5dc
MD5 a5e88cb514eafd47055621a30a131983
BLAKE2b-256 2ffb631a969298045729d992a2b171bf8779e275575f308c581aac40e6482b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ab8976644ed075317d1b94a3964a30460f0470462dc67b22315f532d96c39c07
MD5 23bc75e902d0ccdf514deb2fca651344
BLAKE2b-256 c1e9a7df89b400e6208ae4de25a08721ef713c49e0e1a9b3fac38d0ea6cc1d59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a5a04ca4348252c1f3785b60439d0abb0863d52ad61d0ff5b99de1cd272c2927
MD5 e3caf7b486c7638bdf03c0336e044cf1
BLAKE2b-256 b18cc280f7ea07c2e8bdc5e74279bbaa52741143354bfc8def17923485a12afe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 db056bd8863a0d15b2f4c9a9b3afb2c8b86c4aadebddc8f545ab3fd831f255b5
MD5 4e56494c4baf43627852020878e3515b
BLAKE2b-256 c2c267bb1df22bb1a1aa7be71ceca2be222620d8f7bef157ca823e3e1707aec3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ff07ecfe36f6dde33ce34bff45263d61d773688b1a11d1d55a5ba6f50e34d4c
MD5 362648fe8b138e7656ce6a9842804e12
BLAKE2b-256 b7a9df0ec97451b5c2fa6fe32b767e5e5b40bc2ce3660d4d312ec13b4e63eefa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 717daacbcbdb1da7e9dd0f6e1d1f17626356ad4b205a94e1bb3cbcb94b0451cf
MD5 e80a7cc5aa53f32c9a88b9a587ae0a84
BLAKE2b-256 1eb95b5c2680959e0c5d63e0bd4afa8615516717cc3f4fad2f3e060e6ad632c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b903ef2cf8f89133f07bf4232c0dfeddcf127a036f61668a0973c7612a7cccab
MD5 ad8a2534c1213de96b0e82c090880e34
BLAKE2b-256 df3e7ba9b109a69f66e65893c05e861706b6cbb6136410ea7262670d3263e82b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 c5a256020063ac48a31514e328d718631e701e05171746260eaead796a4d93c3
MD5 85d5a557cf7d492f76cf76c858458362
BLAKE2b-256 b4af6bf6b7e0b883447538c4109f3eb22e66654126f12f298e3533f80bae3563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 ea248f0b0a852192d4efbfa68fca1272e262bb30134e373cac1a008fd0e85ee6
MD5 6679013f55491af7e1dc9c5e2ecccadf
BLAKE2b-256 d8ca8b6b3c2da057c0531dc4ddb2d409cb3b9902024db82739c398c589356311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fba3fab06fcc0f5b6941fa1f6b3145115fb34c27721a25116554d4993367393a
MD5 bc893e5f8a18d5f2addf4a93ef2286d2
BLAKE2b-256 0905c5592f88ffcd436e1d90ee571a07488da7afb5bdb4bd9ba601fb8cdcf9ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1125caff1e1b665a707487df45495ea1841c84ac630fbb6f295fe358233a8eff
MD5 5758a3e1a1dc600716ebe5eed34eb347
BLAKE2b-256 d9de57bc79007d8be04774b1ed7e8b8421b0116b6350396fd86bfc978bab1916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9dcfaaec8e5a8cec41175df8804a9431b5bca052f79394a1d86f3161296ee78a
MD5 06601623406c3317da36aa6f489c647f
BLAKE2b-256 861edb0ab51a47357190b3ff23ffc9d8425ed4bd90d503efe9a6dd1d4349a320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8c7f8fcd9178a8be82f4e73e2c2b9bb26a00f6fe0e44bc285470dff8f028993b
MD5 f244f2d671548b2019cc554f496ecd23
BLAKE2b-256 6a094ee04d2bced6e275bc0aae96f8d9edc291f8ad8209075da6825f16b71362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc6ba887cdb13969f94343f315edff0d4f7eeaa185982bc898640fb71fb25d6c
MD5 2a5555ea833fbd49404e922bad090993
BLAKE2b-256 02d490f68b983c0a05147ee998cc00eeaa5b2c76ed553beea29e21b637effae5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 442c82a3fa4d413b613b7d3525009210c3f1389836f93842bbd58d4b19438100
MD5 24ca4cb39b8774f9048db3cf5b38176d
BLAKE2b-256 d1154bb1959fac62f74eec487ba2c0bca8d4f33ad7cfbd6c54aa3d2794458322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cefec17ab85d2fa9174d430295a741f9d3bfe675f6e090f00a59ec84d971e037
MD5 b436445d249e302c42bb7fd2726cc886
BLAKE2b-256 9f73db202933b1c9aee0a7393decc5a7efa4a5bb35b74d1fb1b24e3669699170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 eb49d6898723eedc44fd6a92378b2be64022aed0652c466182bc078c2c2c59f0
MD5 08d52d0bd76b23c8a6ea5a0f8a4e9b95
BLAKE2b-256 f5737bff30d582af3572a116d07032be6c185e3be5e980d6825e2c9a13e6762b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 7799652bf28ee43b0fcc0614a2db5bb3fd793fb54bd5dfaab4bd53d9caff1507
MD5 52f1d98bd28445bb6a9381f2d4635085
BLAKE2b-256 975595cfad4a965118df891e53347504e8c9209c2a85f905cdb54b193e7299aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf7b966970b143523a3caea6fd5586d8d340b7535107fada9a384a56f05290a6
MD5 3c71ff1e59a3b4dfba342b13d7c39af5
BLAKE2b-256 7efc446f97a588d4eb268b5d6d5ede79921af5922a938e64d5f4dc2ee77761de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b5cab84448dc639e03235bdc2850afacf0a1e2e0a2a63c3b85375c0c92e66e7b
MD5 8e5f7e49098725cefcb4fc387e1e6b73
BLAKE2b-256 93dd2f1a09dfbe1f16cb425240c9fcd9a18ac675b09c093da40aac6bcd2ce355

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b31339ae559e056c08bca1e413639e474413efdf9e4452e19fa4180fc78d0c8b
MD5 ffe8a83c59d7197aa8be115e963a1e01
BLAKE2b-256 9792527148212e7ee280226de4a508b5ff75eac5481f92b27e6119916e1afee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aad1d7286905df8897cf3c7ccd69378c94acf2f7507b66fec0e7de83dff5d849
MD5 3cb8de950cd165ae5c7b7bdf2784de93
BLAKE2b-256 3a712407bff15e29d15ba2c2056cbd1ac05663143bfd785e57916caf1d17eb70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9fada80a979a885dfa549e6804557fbe0a668438a67a3b154fbb414f7e586700
MD5 ea10fea6c0ec15c4c58d0bd19218e5f1
BLAKE2b-256 57519e8373b084feeb53dd4b934db3aaae1d96d0a15a6b5a9a5c73cbadbd930d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4aec4658e66b646e7d75daff0b82dc7241aaef790aea5c40708fc7f297d3d031
MD5 8087e2154026716921b732e8b8dc325c
BLAKE2b-256 09f96bc9ba713a706e9223b89ab9bb186d138e7410ac3bbbb43d56a2b53b162a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d52c47c4b89d1a274a271f46eafc9b06036210ff33819f51d67285e6d040082
MD5 bf47ec6898c0ec3de0a48db6c8b193e0
BLAKE2b-256 9c6e38086c293b8aaa06458f2150458f194d89f2f7c3d94e77b3f38313664cf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 5f9d86a0d3266b8020d06f4f38a80556393ae1379ddfc76981b82a7a89fd8dc5
MD5 368ca3030b187267172957da1da21a13
BLAKE2b-256 079e45d909536c0b82ffd0138c8e2c038fdeda42f314627a08f1faad1922aa12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 74335b2e2149c48600ddcd9a8c2cd5521b0e610509ffa956e55abe18dd0459b1
MD5 35da5d4309a3e85025ede971eb66e9f1
BLAKE2b-256 5b6aeeccd3c1b9ea30f2aaab67d41a402b307763227d2489480364be21a9474c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 67a7cd43e933a8a1a4d2bbf8b509ae1f4ad7e8a8b3acb9fb8fcee54ac725d8bb
MD5 50e2d1f7317ee27772eac1ff3c58fce7
BLAKE2b-256 20a3201b619dbd423d52988c4735355aa9417f6200df3ff1a928edd932363431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0eb1775b4060747b1f934422cf2efbdeaa7f5e6e34d5b811df6bac155a554839
MD5 144dc48d700d43170db0bfe3cced7866
BLAKE2b-256 991e2097da40bbec563499082d1f991c23803808d0cfb3b0e112ce3a8eae9c5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7659f7e95357824e92d50321fb2605841b19e6e56304068f7b6d2dc31c42dcb3
MD5 72c228f21f5c9f25c01d44dd9bec1fcc
BLAKE2b-256 9ed9298e7497ff96a56568f9217ffb19e877e31af6cab9a734d029d1daba2b37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18624624e87dcb80fd98ad0c02ef783c0130092055b420a1d3fa94f047424cbd
MD5 447adc2724a9b13553f99b120bba1c74
BLAKE2b-256 b30d019fbc2ecef52bf26aca4bef38964b8c0313293e7927b3f5d63069d2f00f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 b55c69709db7c1c092344e8ca716a1e75b5ba9e3386dc2634727d1f68826084d
MD5 20ed10edf9de2cd0f3d73a0bbec9b32c
BLAKE2b-256 35752e1bedff2724519db1a76ae60e333a72ebc5d5367162c5fec069099c434d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp37-none-win32.whl
Algorithm Hash digest
SHA256 671c27a0a7d46476dd0289fa1b535508d61f64fea109a2a42543d2def6e3bbe1
MD5 34343701f02f3078f3c698466c8b6b60
BLAKE2b-256 0fe0358e3dec15a24a280e784d7eea3bc8c73b623abdcf0618bc8ee3282d972b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 15bcbec7a0ed041dea07f95503cafc3b37963767aa551c53c055c39a5a0cc666
MD5 a5e6b468a8d6f6eea8aadd31c4adb058
BLAKE2b-256 8c99f96b14591a7bbd927c68ce62b54f13f75820ff83bdb747f6862d82184e40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4ce3be189df56aabf96e9210ec3e74db38f58b303782c21672f305715a3c57c
MD5 f0fd0d380bf7ba183e29eaf8ebc3f694
BLAKE2b-256 f1f06c678d3ee711b3bc731cb8a36e08d6d5fe0d20ff7b2829ebe97618273824

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b07aba2e8cd297c8d98fde323818a20af7498688503116f47e0a5035e2e4d413
MD5 f5784d2e0cbb91697957a96b34e4e71b
BLAKE2b-256 2c4d91c07175fe762f6ed3086cf0ee58bfdf71961c2c664fbd2c04fd86282398

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for opening_hours_py-0.8.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b40ce2ac7bae4637dd716c1fae5369576fb780150ba08ee892dce4607a13a032
MD5 48502aefafb7763539b01fc2417827f2
BLAKE2b-256 64771f67d304db212b77f64105eb76b3a448812206de54adf7baffa69f6e671c

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