Skip to main content

Python binding for Texting Robots

Project description

texting-robots-py

Python binding for the Texting Robots robots.txt parser. Refer to that project for details.

Usage

from texting_robots import Robot

txt = b'''
User-Agent: FerrisCrawler
Allow: /ocean
Disallow: /rust
Disallow: /forest*.py
Crawl-Delay: 10
User-Agent: *
Disallow: /
Sitemap: https://www.example.com/site.xml
'''

robot = Robot('FerrisCrawler', txt)

assert robot.delay == 10

assert robot.sitemaps == ['https://www.example.com/site.xml']

assert robot.allowed('https://www.rust-lang.org/ocean')
assert robot.allowed('/ocean')
assert robot.allowed('/ocean/reef.html')
assert not robot.allowed('/rust')
assert not robot.allowed('/forest/tree/snake.py')

Version numbering

The version of this project will equal the version of Texting Robots it depends on. For example, version 0.2.2 of texting-robots-py depends on version 0.2.2 of the texting_robots crate.

If necessary, this project will use post releases for changes specific to the Python package.

Licence

This project is licensed under both the Apache 2.0 and MIT licences.

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

texting_robots_py-0.2.2.dev0.tar.gz (12.0 kB view details)

Uploaded Source

Built Distributions

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

texting_robots_py-0.2.2.dev0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

texting_robots_py-0.2.2.dev0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

texting_robots_py-0.2.2.dev0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

texting_robots_py-0.2.2.dev0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

texting_robots_py-0.2.2.dev0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

texting_robots_py-0.2.2.dev0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

texting_robots_py-0.2.2.dev0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

texting_robots_py-0.2.2.dev0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

texting_robots_py-0.2.2.dev0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

texting_robots_py-0.2.2.dev0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

texting_robots_py-0.2.2.dev0-cp313-cp313-win_amd64.whl (873.2 kB view details)

Uploaded CPython 3.13Windows x86-64

texting_robots_py-0.2.2.dev0-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

texting_robots_py-0.2.2.dev0-cp313-cp313-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

texting_robots_py-0.2.2.dev0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

texting_robots_py-0.2.2.dev0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

texting_robots_py-0.2.2.dev0-cp313-cp313-macosx_11_0_arm64.whl (991.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

texting_robots_py-0.2.2.dev0-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

texting_robots_py-0.2.2.dev0-cp312-cp312-win_amd64.whl (873.5 kB view details)

Uploaded CPython 3.12Windows x86-64

texting_robots_py-0.2.2.dev0-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

texting_robots_py-0.2.2.dev0-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

texting_robots_py-0.2.2.dev0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

texting_robots_py-0.2.2.dev0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

texting_robots_py-0.2.2.dev0-cp312-cp312-macosx_11_0_arm64.whl (991.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

texting_robots_py-0.2.2.dev0-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

texting_robots_py-0.2.2.dev0-cp311-cp311-win_amd64.whl (873.2 kB view details)

Uploaded CPython 3.11Windows x86-64

texting_robots_py-0.2.2.dev0-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

texting_robots_py-0.2.2.dev0-cp311-cp311-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

texting_robots_py-0.2.2.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

texting_robots_py-0.2.2.dev0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

texting_robots_py-0.2.2.dev0-cp311-cp311-macosx_11_0_arm64.whl (994.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

texting_robots_py-0.2.2.dev0-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

texting_robots_py-0.2.2.dev0-cp310-cp310-win_amd64.whl (873.2 kB view details)

Uploaded CPython 3.10Windows x86-64

texting_robots_py-0.2.2.dev0-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

texting_robots_py-0.2.2.dev0-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

texting_robots_py-0.2.2.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

texting_robots_py-0.2.2.dev0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

texting_robots_py-0.2.2.dev0-cp39-cp39-win_amd64.whl (873.2 kB view details)

Uploaded CPython 3.9Windows x86-64

texting_robots_py-0.2.2.dev0-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

texting_robots_py-0.2.2.dev0-cp39-cp39-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

texting_robots_py-0.2.2.dev0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

texting_robots_py-0.2.2.dev0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

texting_robots_py-0.2.2.dev0-cp38-cp38-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

texting_robots_py-0.2.2.dev0-cp38-cp38-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

texting_robots_py-0.2.2.dev0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

texting_robots_py-0.2.2.dev0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file texting_robots_py-0.2.2.dev0.tar.gz.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0.tar.gz
Algorithm Hash digest
SHA256 580e8a5130544fbe0c2e1dfcbd57447e11e5581dbd00bcd02da8dd76be6ad2cd
MD5 4021d1231a8d1fd71c0b0023e9c3d19a
BLAKE2b-256 ad352fcd1949c9439da03c6b190cf66c2626f65b90e126e8c11fdbe540a979e0

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7068b4e0af330803d6fc666b6d9434c9b8500bac4c79f6b32efd6b9c6da09eca
MD5 31cc1dae103c56704917ec8e5eeafa20
BLAKE2b-256 eb27866dbacd35d9f1c9bb919e19c2337b7873c7a0bd16f24d3648742d18af6f

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73445ad0b88f43ad7c7dc93b50c90cfa4b335ddda2800ec838bb645494d39cc4
MD5 a8f4efe34c7ceef3b23fd60a9d0d0d95
BLAKE2b-256 058fe7c27d63978da676a2061c1796beaa55b790c539a8e60ec08ceba8650202

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17d094d78a21b0b97a663e367eb84a873cb801c2a64c593678b5742b07644611
MD5 227ed17d94f2804a09d4d47ebaa4b588
BLAKE2b-256 241986c80bda22185032ddff1acb9d265ab8d98abcfa07a4f277e3dd8415a4d9

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1fce6669991e622155b098a2b9804d5a7e9392efa74380e91ec91ece28b1e66a
MD5 4ed439a3ad237d03310bb4d5f9b549ff
BLAKE2b-256 036c32f97b785a54f9448475d7b9f0cba93da9353e5b464970e4334aeb4e2aef

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7324c076844799489104df0140efb79d93ad81f4bd476c6937343753e6a6168f
MD5 b25bf943f1202ffceb5e27675920610f
BLAKE2b-256 0d93d024abcd21d5a6994495ed041875326d93e6c11dd686b0db92756cc3ef17

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 458b0adb3fd5bec70378b4d27d47edec7f5c12a0aa50668c9bfc434212ffd3a7
MD5 abf3921277e1ab433b7b5eab93bfb393
BLAKE2b-256 ebf36f425b1d2474cf70eb38273fa462ea5c4eb955f885d1e4b69de91327c37c

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de7688e2328996eedc8c21a6493a76dc478e24bb17c54efb4de60dbb5daa943a
MD5 b8dfca17491d8282d327cebea18d7951
BLAKE2b-256 a0de6a3f6f1db866e0d459c97b43f4e5c2e2579a5501ea1a6c8a0a9fb8d741d8

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbf08f6ce4ca589b6a106e4fa56d4d455869e77ee77984739cfd699c583d8b0b
MD5 2dc335c7e32edaef8ef1373f0f624947
BLAKE2b-256 f0391a184a95dd6660e50aec16e8ae6a0c204fd7a4b48ac5ca1349126b03138e

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46d72aee3e0c2a07566fcdebee354d90f41079a5b227389fa583d1eaee40738a
MD5 c5b155e804ab1e4406918559ee91b19c
BLAKE2b-256 9bd17d91e6d25b014679f7c5b1cbd3d92b481dca566dba6cb5f343481dd57483

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42ec2427ac8fe4a7e81f8aeda3721161b5cada4a4489cfc82db88751df529976
MD5 206a7279a2afacff9f4c330024db5ab3
BLAKE2b-256 4a0445b3e6e00f0669aae59fedd9fdffdcae2f06287a5b5c84a206a68722e6c4

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3efd98d2015ecf516b205f80c46241c6e20510789f20aedaf19f8472e58dfd08
MD5 e2bb893df1a893323e16b0c7ad593da8
BLAKE2b-256 66c203e0d53b04e14b7cb15ddb8c586c4755779deca27e1bf4e72946c7a84043

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29971f0cd6a51bd876cb82b8df09347ed18f76053350c4d2b88ca67de1af900a
MD5 fc7843146412979fb195e821b4f965d0
BLAKE2b-256 ff88c6b85195453b09a0ce039d1000f71f59e94ad35f7ba288ee74e900e51638

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3bf9695c87de81af347c3c9cee54a81890be4bb14a55ed6559528582f87b2eb8
MD5 3d20dbe3db05a43fe69c59f780d4338d
BLAKE2b-256 cb0a4093613f25d77a8e674a97e5f45a15660fbf6c33d0bdff51ba89adb3839b

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0832046c35f383116657d9fd4eeb5cf3ca43ddd4317aa2103bc5847afd687f4d
MD5 8ee54b2f3c6e7b9b7ec5952e27a08acb
BLAKE2b-256 6fc5c5988041d00b4ddeae697322a79487d3e05ace97340f8238a58acfa57050

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d539a5e8e90d61e98420b785c18b4be04b4e6d2c83ae1cb3de317636a39d245
MD5 29758f0328dcc07d59d3491e8eb5f741
BLAKE2b-256 4b7ade51e7e280147cf442fdc37586e4f4e32508012ffc760f30b9b0b337d64d

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 027e80587b86825c36409519c36d5197e2fcc1a84722700ff8879ba46ceb83b0
MD5 c4494d6b60ad741df5c3c768219a4427
BLAKE2b-256 d1fbbbc90312b82dfc8da12eb35a82cb19522a974faf238dfe98b67356d79967

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c512e8f7f13753474318b76b45b9ce2ad4910ca3ab377a42a6e385125fcb3825
MD5 33acd977ca45fcee57023a1e4c2b1e23
BLAKE2b-256 24e573d609287e4830988c87ab70bf5ade9084598eb04c27bd3ece26ea1cfa29

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 83739fd1894be55f0060c46affcfac825843b013edfa7962ef50f39818da2b32
MD5 234d6f2b711a05858aa34ddd01be041c
BLAKE2b-256 9a27b5d6873b4f9cfe0595ed18f21f76c8e2ed73680a416e1bee25e973b09cf0

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 790e9942909b2394c1fe9b2ebc411dda753a533be96ed0b1dbbb922d8f14ce61
MD5 2bb265e4450f27421c678df21a7508c2
BLAKE2b-256 ad860f4f1226221cb2390b93330ce1408140fe84d425814e5966cef39418e43f

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab7760966d38cbf787464ed81aac91c229a955d21e22c9c797b5390a4b3db639
MD5 1bbac7787ee77e9bf1e5b6c253bdd875
BLAKE2b-256 f0d9456cfc8d02e2a5041d0d20aa973f0bdf3acffeac7d042fd23e3303b681b6

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8abdcd9ce3cbb292845136e968b6668a82ff3f7970907f10c0f22095edd1ed94
MD5 f24402b742c36ba3ade40715109d8fa8
BLAKE2b-256 20d4fc981a1c53f25c7a7ca4eaa69be8b4a2b78126a5522826d5c459511f10c0

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ee0a0627bf35f6233e02585c48de72e41faf0a77df7fcdfd3436348d4374073c
MD5 0a7129d62ef4a70bd3006708e04d4edd
BLAKE2b-256 14898c1f0020e78e1e0abd9b523f647c81c06a0a05ad0cd928f264d2635b732c

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bfcda1b4b071619463dc8739c6548afb8871271e7cefd134c3f12ecea2928273
MD5 c12730f0f6450a839d3664baacdac6d0
BLAKE2b-256 9f8f846f7f2a6353c88738a8939182d33bab83ff3465c71c22b7e03dfe2fadee

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c12369d50186de5e073b5bb20093aa9af5945279716228f8431f2ec4a971302
MD5 309ece316d85095350571b4d7d879dd1
BLAKE2b-256 2b0f46763be0fa86ba6c8aff6726c5c62359d48c5646c18f866f9138007db67a

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8f968a14a855babc92012e1d92a3244ad71d1bb1e75c676e74d141cd9c72677
MD5 6a9688794f85ed434649c029304da9f5
BLAKE2b-256 1161b397eb61b67c6ea9c9f3adde0e9142b9ff7c6316efc96752a2f739a5b312

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42a67a62418b08ebe1afc41c0a4ba21cac4328b3487aa1bf2f116a4990f3cece
MD5 240f500a46fe2144742acbabd0591ea0
BLAKE2b-256 01a861144a7368fb2d9b47f599f09e5e3d811b9257896cde31233704b28d031f

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b0e0ad5c86287e8a98e4d2a871c9a3dcb5fed69e8049047040e74562e17700c
MD5 f0c3455bb8f00df4c534ee4792c6233e
BLAKE2b-256 bc4bbfdcf5764f9fe4d69dde2816ddec9e15ff2da6f8ef5d1a0394af9111f179

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8b2651b096cb85236f2b090536df1d2a39950cb3142b94bee89cd04e8d3689b
MD5 5fa4e942373d6383247f0c4a7c871dbb
BLAKE2b-256 8eed3941108a40999ecd9a943ec44c7c8d6fbcedf86d73a416b9a9f13bb7289e

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 164eddf0d6c103bcd0646ca68a1afeb1b86a81932a9d9509643f48cc1c1b621d
MD5 57a2feed73c1adf2cf43062dbf7ec509
BLAKE2b-256 c5fc65af0145e2b6236179a3653888091053771f374fd4b73079831f3f0b2e21

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67594a4772b24b9e53cf290d8cd464205e772f39d7acb837cca24336c529effa
MD5 9d1c90e02e50cc1abf4a879a827af191
BLAKE2b-256 a97d4d3e921874c12d92ab65d44553e34ff441d70fe40f2a89a5ec7f878cddd7

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ab8daab71ba4e3f53eebe50e221a46e18c8303bf45a022ce5e2eb5b8d0dce6c
MD5 f73b3531db517ba3be11fc52a13f7dba
BLAKE2b-256 173d03c39b2d43c753173642350148c313b98c5428d1a62224bd361d85bdff9b

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b3c91ffcf1eeecaa059f8e421e7fbb845ef35b900b1ea2d610bf2fad7a0328a
MD5 a62fbeaba8f6aed397994e42029b9426
BLAKE2b-256 ad29611bc0bc4ea661551175cea1a60dddc866ba6c161360e7e3495d2bfa3901

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2e6375673e856381855a28bd7c8674998dfec1575736ec0ece7fa38870347e6
MD5 e64f29bfd6796d5791ffc450ecaa0a58
BLAKE2b-256 fd4613638c7c0f6897305ad9006ce02f4b9081c15d360425d74eece5936f9033

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d8edd6f04e532a5a9e2e48a341949ab553d10c87e0089e49399094c762e3a3e
MD5 d692bc2d7bbac089eb4a9bf47501a4f3
BLAKE2b-256 87cd4a41cfe1e69b5ef33df6de58497b876771771b125a7eec6358b53380ffaa

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80fc02585c5da7f069112547becb35d25181e5c7a6a58b23cddadfbcf78aa6c1
MD5 744b36eb414f248070ac2a70d6f3c42b
BLAKE2b-256 3561956677dc6e21269e5d06c8cbe24311bd47c5e531a437609969558356e12d

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d939b61e8dcab92edc25945e849e0e934ee52a38d44f5c2944fc6a998879f692
MD5 36685d3b709776931ce12dc6b4c0a899
BLAKE2b-256 0f009a7ae8645fed0902948ad44c3a452b8ee309284fc8f32f5a0521d5b96d43

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 036cc0c6891ef8bf807190a5589fe80cda90a3ba5ca05e72c399f7ce951151a7
MD5 fd123e6c24e4e1c7091da97e6184b8de
BLAKE2b-256 742a6d5423d5ac45d3e6f8d98aab8870db6172b8c1451738d50d9bce44491943

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a464a001864c917e0b5b888f649c810fff66de48a6c0fe2d4fb47e60e07c9237
MD5 e1fc0cb979a726b2560739fbc6139ceb
BLAKE2b-256 2748afd50665fe2bc7767ac5c952048573800409077c79441ec5c1d91921f520

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e17929b5bfe1e9f7ea42c701249e209a589087434a9624fb99ff076c40d30810
MD5 64a7ef481580e31cc11391af0b579eaf
BLAKE2b-256 e2d54f3cc564b619149a468f36197185cd8333dbe4095541f09b5e2da16f9129

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58e8146261038d3e40d7dc47b772c5c80e77459df02ae66c2bd391b32bb12ebd
MD5 7e8e08dfec5f82309e44c14ef08123ee
BLAKE2b-256 fbde16582f312fb5c5b2e7373f737d757102dd0dc3f38fe3cd2a338570b83ddc

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c00953da2b25666374966befb5c0df9796c12d3babe8f44a50715cb909249612
MD5 062422f63318655e548a6e5de8b7d959
BLAKE2b-256 0d5d9a1e2ca4162f2bc7eaecf957eaeb5e1b411d4de9430577c534a27668b79e

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 26984ba88218671cd09a5d3e34f887c58d03c7007009daf9bcbdb0c13a0a8d7c
MD5 b21c28caf2859cf2efb8bc2cc469d2d4
BLAKE2b-256 6d4e61643ae8173701d67b93093f826a9535488c55688530195124dccb86a5f4

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d760d63e0e9c0ccb19153570b5208ae9808c852b139c6490ece6c00c8287010
MD5 8dabac7f0923f5a1217fe03a7a2a7177
BLAKE2b-256 e8208259c477b8b75b1fedd73898025458a217e4e67771c24f7e7be420ba4ef4

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c7f59c09efb478b5b886439a1ab45913eb60d9934be45576274490dd82a5f3b
MD5 d5b5d8e6a0d0d1940154147cac9b41e2
BLAKE2b-256 a1f783853836f95aee06bc3957a9d6de753a11db7553b770968601d2abef4c20

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95315ab5fb7441a9446c96bb1d6ac0e0b64d39d569439fbeca61f1e9a431d406
MD5 d94497a3f9ddc019dcf3fee69d3e0a95
BLAKE2b-256 078ceabf33d14afdfb7f125a6e9fc533999936724c492883fd0dec2a5c1080bc

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d46ec4ae12cbae2e276c4aadf30a3da60e88044765f62b0238d623df2c0224c0
MD5 92a3e4a753f38408f04f091983f1d4f3
BLAKE2b-256 32eb000c67dc0d160c3be36fb7c5dd2fb25c645485ed1bc1228edf81d1d762e8

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15532352e49656d3e7ed17633d2e70b5f1d06175dd54d3f9d2d86f2864441c2e
MD5 e4c495fbf8f169132982a30aae98056c
BLAKE2b-256 33711db8da40c59cde9a69ffe5adefe5cf0750df44699a56d48982a787cb1fa0

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48b8f83bba1697b9e618ea9671650b1df9f2d74d592bdaa54add741d12b0b741
MD5 89e9a67ccce4843e7d298dee2363b812
BLAKE2b-256 aa681586c237386d3e15c0803e552aec2d162e7110399b69dfed67d63ce42407

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a82cfb42394ff641557cf7e71f647b2565921bcdf6e8a151c72fba3db91d232
MD5 02e64270a76fb68d87b5f2cd86d0b248
BLAKE2b-256 812e5b0426adced7db54f319babde45dbac91f46bd10d1015fa4e1570e6525df

See more details on using hashes here.

File details

Details for the file texting_robots_py-0.2.2.dev0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for texting_robots_py-0.2.2.dev0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1424a25aa000e3109db00d2dc7fa145a5b40879b1b0a9313470f9511b3a6d4e0
MD5 fbebf359e8ae03cb8af60b567b69b998
BLAKE2b-256 931f3d5257b76aa3de3f3a835b0113892c52e3c1c8bd5279a1e02dec6fde8690

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