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.

pip install texting-robots-py

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.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-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-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-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

texting_robots_py-0.2.2-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-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-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

texting_robots_py-0.2.2-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-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-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-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-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-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-cp313-cp313-win_amd64.whl (873.2 kB view details)

Uploaded CPython 3.13Windows x86-64

texting_robots_py-0.2.2-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-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-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-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-cp313-cp313-macosx_11_0_arm64.whl (991.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

texting_robots_py-0.2.2-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-cp312-cp312-win_amd64.whl (873.5 kB view details)

Uploaded CPython 3.12Windows x86-64

texting_robots_py-0.2.2-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-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-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-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-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-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-cp311-cp311-win_amd64.whl (873.1 kB view details)

Uploaded CPython 3.11Windows x86-64

texting_robots_py-0.2.2-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-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-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-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-cp311-cp311-macosx_11_0_arm64.whl (994.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

texting_robots_py-0.2.2-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-cp310-cp310-win_amd64.whl (873.1 kB view details)

Uploaded CPython 3.10Windows x86-64

texting_robots_py-0.2.2-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-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-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-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-cp39-cp39-win_amd64.whl (873.1 kB view details)

Uploaded CPython 3.9Windows x86-64

texting_robots_py-0.2.2-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-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-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-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-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-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-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-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.tar.gz.

File metadata

  • Download URL: texting_robots_py-0.2.2.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.1

File hashes

Hashes for texting_robots_py-0.2.2.tar.gz
Algorithm Hash digest
SHA256 ecdc714e542790a0b4350bfb0505394350b79e829686f44840c2b1d7cac74bb1
MD5 30c7f9cc90ebf4789312fe6fea1dcdc1
BLAKE2b-256 5b1adb2705ac36645fcc379959ad18892639d5c25a859d336ac50c9104534fe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5217b16c170621705bd9d21ca4a1de678b173dd76c9f701ad116d2f70db7335
MD5 2c6a56831709e9bdcb50bceae1e95149
BLAKE2b-256 21ff80bd8160fad160ab1a0abf22618c829f1b41f5c1c97db25cba40669634d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0066f25b2f8b77a915de56716f886994e7e7bf607eb5ac07b9112b3a9b79d037
MD5 1e4d376bf705fa55c276d3e2aef6e33a
BLAKE2b-256 b250032a75c651851443788673570e55606b561e42b6ec7a9261dd23aacd6927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9ae39eb7c845f61e2bc375d7ffc3a59a71370746c929af62f39dc736c982101
MD5 cd71d380bc11c86071ac4ac2a243d771
BLAKE2b-256 3963edeb5092d8bd2a73fa486febf94db40e5aab1f637e0fd9efee57ab737241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b54541848dd404f2036bbf78d6cf2fcb21f757a52fa1821d872e1f8ca4f70e04
MD5 ac2492a3ed178c9b206488d337bceee0
BLAKE2b-256 2b4ce614782cb5c92c83cdc6cb329a175ee49719abd468e25aa14cd0fd489e75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9f550c47c089d296c957dc6aa53aa480d01a0f073cb9100a387ac36a28a0a17
MD5 0f96541a1ff4c955f10e2703b2623fb4
BLAKE2b-256 a27252a90870b07699b4342a1ae5f8049aab51270dd0f9e493e64bfb0ecc439f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2e5d9e54b5478071234a4352ff75cc753b59fd543edb13f638bf28b70987161
MD5 f6b5151e8aaae7d67e6401da40592aee
BLAKE2b-256 c6434148e6aa8a73362d670ec900b94b22694ecddfa2ccbd157e3cc3e4d47245

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2382737b1899a8ac773d91e9fe363e14c41a89b121113b386470f049aa1251b0
MD5 b304a433af90994a1a99a61112cb64ad
BLAKE2b-256 194c9f8e268f126fd0ec4b916cdd11a2e7b1b022ed0501d3c24c07ee1a85ace4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92e0dc744ed035b8bce25327cab87c32c3f5ca613c3bda620936670f7c9227ff
MD5 5e495cdf948560f019a783df8f79b1eb
BLAKE2b-256 fff04aa281979afba542b1bb5c98a28acad1df7ee83e021fdab3cd96c3d5b838

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0978cf4a5109f75b372e76db9217cc54aa7e023b27bf05424dd3d7b8c7f82dfc
MD5 7c1a14d8860cb01b03a19c2f9d664b7d
BLAKE2b-256 d08ff048415058b6afc850208535d94b0ecbc449f545addfa0ba5fbb32293e89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b5cbe2cc556d102618b75bf1729c5b6ea575fafe0df242aa93f85ab54a7e3506
MD5 42f8ea846b80b47f86326496a98be51d
BLAKE2b-256 b8ed2c9394887676a03119448d6f6aaef32aa1f9c6a1a8a02a4685122b542649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc7b0643c2154cdb38270008b0ff3ac551bd5260c724cef7ea96856c9d7084e6
MD5 ae647f6f47fbe236d16081526168c08c
BLAKE2b-256 45c1c1269800304d5919154ff8c09615e602e558c507a4c0dbcff74311db6adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce72939aafc8214313f4325f7f332594c5cec6cfed2e48b24003716030103540
MD5 c0d158bebe4e83bbcfe9a128134f6e86
BLAKE2b-256 b86ca16f33c0d55c3407b7e4ee566d4ede92cfb682e7665d569f9acd0e974398

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b5c0295a34fa36082e38d58e989edd0d8cf7d64807b23ad203d73d8bdc4390f
MD5 dad6523c49ce5f028bc6a1892367cb7b
BLAKE2b-256 820694342d755f98535dec625a86626ec4cb7e5aa63b04717e8cac85f151242a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a354aeb2f37a5567432b6d3de06eefd2c05f61dafaa7a1b40d336937c8e28a9
MD5 9f1b60fc0c02db16a0df47aef73f98b9
BLAKE2b-256 1eab3b38172eec4d32f25e285206989695732fa3015db08d3317a7a06457673e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d2c0bf437d54a9ae1fc8482029cbb022daa9666f1598590e4cfb2545cf72864
MD5 547596909e736403c2fdcce815f3b06e
BLAKE2b-256 b43b5641ee169a8a527319e348f21d081fdeab517892b6398243aaa4090d6157

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f7c3a653969460582a4093505c79444be80c5f76c731b0da1260f3d63d3ad87b
MD5 bf7c8ecc903b2712c90f60dfdb2da515
BLAKE2b-256 a45cb1698801a3f0f5bf5af41cb262e0b22ecd72a1562ae478eda8811613911d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05d99ddef198ec94622f5f4c6002a38e594069bf3f14b409d1aa8d777fa0206c
MD5 4a4e573b964945032f2d074490bd937a
BLAKE2b-256 4961047bb88e38b59b2b1c75695c8db133a02434acc72f52346484a349dce01a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f5f17cccb22e631c4f3c331a3c1f41b02e85b0ada880725262b924ee92e3313
MD5 60ac4459f4bfbb721ad9e858ef6d9f52
BLAKE2b-256 5762a62df78cf214b581c54dd102a7104ce4b5b222a4defbc044414b50798db4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4ffba61c6ed4d16fa5e624cc8a78fabb6bf2bb9db8eef90464767bb14bace1b
MD5 0a1ff9b48f8368bc72784169ab53219e
BLAKE2b-256 4f7af29473e684a0c3d7a8c0c3e628536887756e071e37439835dcd0853459e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a102ad822c8c692346061129b8c4a8dc338a446b0806e61d91d967824feb274
MD5 86704e17ca04c946830bf45e6c68047b
BLAKE2b-256 3475fb66faee0c7eb79e555843c1c2a363c7783f9fafdeb576ea3946516ba3b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddd3f1f95d4decdf6b5de68f568a84cad0a05db211fbb8f623315f8575186c7c
MD5 ae598f37f12935a84df1353085eafd7d
BLAKE2b-256 cbeaf6547b9bde3b69e684d2b638c7d15adcb9d272f116dde2719884b6a60130

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aaf9fb355b9808bb3a6fbbfca58d8a215964392bc92f9d7cfbdb7be52a6773c2
MD5 5654857166bb49221384369e63f772f6
BLAKE2b-256 5f4eb95f25c66ccceab4e5dbfb61055cfc99aa96d9b6b6782d3beb795afb3d37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 82e5180154b1481a54f5813978917feb56d317c66d38322a2725e06f9d5a7b7e
MD5 f9d9553a1e3c0641ca985af3eff0cbd6
BLAKE2b-256 e290f6f96b127f04db8a3be7f8e04206ade12253a30de89beb1fbb6146e2bb56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c48072ff57f2d291c95bf0d776768082228f371428dfc002616ea4b006b14896
MD5 06138f803960315cb743d169b6ef3ff4
BLAKE2b-256 d23a0605e714211cb1e342a33e30d902480df1ebbb00ed6694ef66d289839649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 065b934910e76aad195158f9103c620bbe71d9f00c3cfba15212645ca97ac52d
MD5 7852fa1d6abe487f09ae4ac3a239b121
BLAKE2b-256 555a70d968bf46ef3b69d1cb4613cd6bfd867247439f93d98f28e732f8c706b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf2f63f368179e0d2912b5f31a167c3901651141c35aa8695324675d2db6be2b
MD5 50c2e8e152943a270b8796be08d3a744
BLAKE2b-256 5cf8c03c1498ac985691896cc996acde611eca8200124fb4ecab94f3090d46c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9fa23e6f86302227c123de67f03b66deed9e21766ce3a4870128b8f290899b64
MD5 a49b5b190985481841aab642e09d9e4d
BLAKE2b-256 98422eb8aa76df3a7c1e69ad09b9effb9413276d7994621205c09eb7f026a766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14d5b571b8e02af5cd6dbd8583a80f232a95bb953b9f2d021c4a5cfdc97ddf41
MD5 a147e117d3fe9115ee04c340163c12ea
BLAKE2b-256 1dceaafc77bfd5d542d9a6ba32daa0b0c12b75ddfa114444901dcc735f7c519b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0c2e2cc3c83b1d0f9376452cb22d0150588c5cfa0ea839b31456d13fd630865f
MD5 55a6d9148a83f469ab020feb1d15505c
BLAKE2b-256 8d20ee6c7bfb0784d813720d36fb2ba2716945b2638a449576226a1c1dc944ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0e6146fdd24f3a09ced344091c4cd84109e1b4847dc15d23ea75ba7b4887a734
MD5 7a48c32b58c0908231bbd880c38cf3d1
BLAKE2b-256 fc6b09dd74c1b3022c405b22168127fa897e1fb0ccb679860b4778bad91fbb7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32a7c580683b3706dd51eba59d66ad0089ecf140d37c258d46b073bf2348eb77
MD5 32103dadcebdd3ea498d5155518566b6
BLAKE2b-256 307402a33d0ae81a57d58540b4a766bb411981dd04d49c0200601c7c412707c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6f1e6e4604199066b824565455856ae9cf630f2d63aad3319c8a47635eb5f01
MD5 15193933dc3c0e5ad2d1050590ff731f
BLAKE2b-256 4bb4fcf2774e0378acf58f5aa6cd11c27402fc4c6dbbfafe3bbdc9d8909da328

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec76807a0b35ed390c778f6e5e9a65886aeff3a08ebc1d34f3042c6b39e1848f
MD5 07938cfb3c0d5ec98c79730d56696d78
BLAKE2b-256 9a894cdf76de24e4580f7068c429ce3a1a6c23cf1e4876c1f0e2a96565f3be3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a296ad1cfbff6375d7c5a234aea9341ec4f1ff0287d999313ceafff96ba94285
MD5 c9dd4c0fbaa0f6bbffd217ce605b42ce
BLAKE2b-256 f8628a26b9063927fa600438a909c80b43f211d8735ca3c3e0c57bcac3f0daaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef8d01e6d4bc2a229eacceff423e299dacb359c639d4f370724e50175ba37ec7
MD5 f720d70745cdb3bd0774e386bbe26eb0
BLAKE2b-256 9ab14d56f38a1b7f5848921647748139d6e52e47202d94f745947b9af2f492dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d7ec65ceed40efce34fc6b6021ff54267c7b439718aaf96d4f35f092911b7d80
MD5 446214ffb7e1cef2245fcd3a8caf9b05
BLAKE2b-256 5f957db6380a65ca59bc02f5920e4e77d54cfdd7819eeca7c6df2d8425c91ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 447aeeef9d1b9e501fb637d010f56381b0c19d5260bf9a21132739aa36ccb184
MD5 a0ce48ad961dac63ca0c30b66a3d0493
BLAKE2b-256 92bb551f4acca982063ecf29ff792b803080d01fee7cbe7471e3cdb8014b9adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e27ec6350d40a5001b71a217dbb90dc03f00a475b4d7a7fd4e9eca83eca53206
MD5 516ae856f85329c689f08982f2897da8
BLAKE2b-256 429de4f5546a0b54d78008da1e1fc693120c6ef0ba7389c8dc17225c97d1bcbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d31d34bd5e21bf591a877683b583b123752ea7442e5e671caf59ef2c55b2846
MD5 bbf33404c4516a9a3c2209572c594d76
BLAKE2b-256 2b228af91f34e15cd67f06f6723825759613f1f33f8fe4ab4b92a6c7db102d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 709ced8ac59cdd09b62000cf27db14095c8bffca9ed1ff9d9c3719fae08cfaa9
MD5 103740d8fa7f3d5ea41f1b73e935064b
BLAKE2b-256 e36dad1a3b6b8e8f06e0902ab96c99062d4ec3f78d26c9d21c16ec9ee01c22eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f404d3c73d01af503770a5f20523313518adb3a7ee9c4be13af2f8c78de0b9ab
MD5 76f75bcd12123c503f4d8cb4b15119a3
BLAKE2b-256 45e152266f5c86d2f187146e73c441122efe3af10e80fa3f3faefa6b85268dc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 85ac058039f2686b2297ee961760bc510526dad79f410b6b64dc6fbf6b36614e
MD5 9233f724f898dd5e26e2423483f05ef6
BLAKE2b-256 5c2a0fa70b5f9086165806703bd4d2039e330dadb98613e6cba9f9f1cf9faa55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eef3b295ed546a1a9841b8936a75e152a4e924e8f21d6cb714966b24ce4111f8
MD5 0aa905c09ac892edd2f6799d33304366
BLAKE2b-256 c38d572c90c0d5edc34691c7b908f2d70eb6f88e0e0f63abee579ffe4d958292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03e0a7d8039b1bfec1cba4958bdc7c843ebf61d2fc4f3b23fe2341cbccb2abc3
MD5 3516c5a8cfd738f7aedcab4f955970bd
BLAKE2b-256 5120a0430e7bb75745a6c43765918c9e0b021a4975048793ec87be6a423a1c47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de25ed3afe2d697934975a04accd9df620abfee1bc737820becca61d29326952
MD5 169b785eb3b5705b30e20a6e7e13f20b
BLAKE2b-256 31040abe07152211c9b83afa90feb08eb066c4a19af9936a8f6c8b6dd5a7dccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce5eb4a5641a6f230915cc61a5b8b76a66e29642ab084528e8b17d9c001a5bb1
MD5 a1566640fa272fdb45ac236e93104450
BLAKE2b-256 dfb7eeacb3c0348bf3ca3423d4f4af1671d921e93bca9ee256876cfd7fdf3d24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11152a72a1da624fa4afd1099c0a91df49217eb66e6b9d014a113f5683fd6ca5
MD5 516135d73974b781149150409a0f7fb8
BLAKE2b-256 94182dbb801f945de39a24cda69167e6347c9aa0c9112003777975572e6d5584

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7fc14214f307bca3ebac88280686146095697858cd4fffaf9f79696fe6e11e33
MD5 8e7211c63e04ca2358312e832fad8961
BLAKE2b-256 d93357b65c9b11c6aac8ae1eff7e12fe8a07f637d055b3dcf74243509b24c514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26183ae728062af55a105937bc9919af43bb34e7156f956b0ecbee6266b4e35b
MD5 6f7f461003826aa0b3e7935873d0a8b8
BLAKE2b-256 62451e39e963a19ebdb1b423dca29c6031ae78e3f4119e8a2a8fca2c071254f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for texting_robots_py-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20f3e1c67b1217142f9777f90f3be4935355d90cf413d5ca517a72e8370adbcd
MD5 ef15077f5ae8c53a27ac85d2946718c6
BLAKE2b-256 65dbd72282c9b9812c90bffac2da6175cafeec7e817ca20dae07410ca33f7771

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