Skip to main content

A Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons.

Project description

pytokens

A Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons.

Installation

pip install pytokens

Usage

python -m pytokens path/to/file.py

Local Development / Testing

  • Create and activate a virtual environment
  • Run PYTOKENS_USE_MYPYC=0 pip install -e '.[dev]' to do an editable install
  • Run pytest to run tests

Type Checking

Run mypy .

Compilation with mypyc

By default, we compile with mypyc. Use the PYTOKENS_USE_MYPYC environment variable to control this.

To check if you are using a compiled version, see whether the output of this is .py or .so:

python -c "import pytokens; print(pytokens.__file__)"

Create and upload a package to PyPI

  1. Make sure to bump the version in pyproject.toml.
  2. Push to Github so CI can build the wheels and sdist.
  3. Download the artifacts from the CI run.
  • Find the "Build wheels" job, click "Summary", scroll down to the bottom to see "Artifacts" and download the cibw-wheels artifact.
  1. Unzip the artifact.
  2. Upload the contents of the artifact to PyPI
  • e.g. via twine upload cibw-wheels/*

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

pytokens-0.4.0.tar.gz (15.0 kB view details)

Uploaded Source

Built Distributions

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

pytokens-0.4.0-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

pytokens-0.4.0-cp314-cp314t-win_amd64.whl (115.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

pytokens-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl (305.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pytokens-0.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (302.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pytokens-0.4.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (289.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pytokens-0.4.0-cp314-cp314t-macosx_11_0_arm64.whl (167.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pytokens-0.4.0-cp314-cp314-win_amd64.whl (103.8 kB view details)

Uploaded CPython 3.14Windows x86-64

pytokens-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl (270.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pytokens-0.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (267.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pytokens-0.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (253.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pytokens-0.4.0-cp314-cp314-macosx_11_0_arm64.whl (160.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pytokens-0.4.0-cp313-cp313-win_amd64.whl (102.8 kB view details)

Uploaded CPython 3.13Windows x86-64

pytokens-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (266.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pytokens-0.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (267.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pytokens-0.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (253.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pytokens-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (159.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pytokens-0.4.0-cp312-cp312-win_amd64.whl (102.8 kB view details)

Uploaded CPython 3.12Windows x86-64

pytokens-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (267.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pytokens-0.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (268.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pytokens-0.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (254.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pytokens-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (159.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pytokens-0.4.0-cp311-cp311-win_amd64.whl (102.6 kB view details)

Uploaded CPython 3.11Windows x86-64

pytokens-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (262.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pytokens-0.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (259.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pytokens-0.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (247.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pytokens-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (160.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pytokens-0.4.0-cp310-cp310-win_amd64.whl (102.8 kB view details)

Uploaded CPython 3.10Windows x86-64

pytokens-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (261.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pytokens-0.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (258.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pytokens-0.4.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (245.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pytokens-0.4.0-cp310-cp310-macosx_11_0_arm64.whl (160.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pytokens-0.4.0-cp39-cp39-win_amd64.whl (102.8 kB view details)

Uploaded CPython 3.9Windows x86-64

pytokens-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl (261.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pytokens-0.4.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (258.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pytokens-0.4.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (245.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pytokens-0.4.0-cp39-cp39-macosx_11_0_arm64.whl (160.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pytokens-0.4.0-cp38-cp38-win_amd64.whl (103.6 kB view details)

Uploaded CPython 3.8Windows x86-64

pytokens-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl (254.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pytokens-0.4.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (251.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pytokens-0.4.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (237.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pytokens-0.4.0-cp38-cp38-macosx_11_0_arm64.whl (154.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file pytokens-0.4.0.tar.gz.

File metadata

  • Download URL: pytokens-0.4.0.tar.gz
  • Upload date:
  • Size: 15.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pytokens-0.4.0.tar.gz
Algorithm Hash digest
SHA256 6b0b03e6ea7c9f9d47c5c61164b69ad30f4f0d70a5d9fe7eac4d19f24f77af2d
MD5 139ea5502e46fcf57a50e87d39a3f406
BLAKE2b-256 e5164b9cfd90d55e66ffdb277d7ebe3bc25250c2311336ec3fc73b2673c794d5

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: pytokens-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pytokens-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0508d11b4de157ee12063901603be87fb0253e8f4cb9305eb168b1202ab92068
MD5 041e550aae60a70b76c8442680635016
BLAKE2b-256 7c3c6941a82f4f130af6e1c68c076b6789069ef10c04559bd4733650f902fd3b

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pytokens-0.4.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pytokens-0.4.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 74500d72c561dad14c037a9e86a657afd63e277dd5a3bb7570932ab7a3b12551
MD5 7f0790f62a2a80f7035362ef2e07f109
BLAKE2b-256 ab3dc136e057cb622e36e0c3ff7a8aaa19ff9720050c4078235691da885fe6ee

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b5770abeb2a24347380a1164a558f0ebe06e98aedbd54c45f7929527a5fb26e
MD5 0f346f8d33dd75f0252dee3dda0abcd0
BLAKE2b-256 8ddea6f5e43115b4fbf4b93aa87d6c83c79932cdb084f9711daae04549e1e4ad

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0cdca8159df407dbd669145af4171a0d967006e0be25f3b520896bc7068f02c4
MD5 8108946edcda869361f31f208443e19b
BLAKE2b-256 df2206c1079d93dbc3bca5d013e1795f3d8b9ed6c87290acd6913c1c526a6bb2

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0dd6261cd9cc95fae1227b1b6ebee023a5fd4a4b6330b071c73a516f5f59b63
MD5 ec4c15157d8a7ad141d11ca785049e58
BLAKE2b-256 c0dda64eb1e9f3ec277b69b33ef1b40ffbcc8f0a3bafcde120997efc7bdefebf

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94ff5db97a0d3cd7248a5b07ba2167bd3edc1db92f76c6db00137bbaf068ddf8
MD5 7be1504ef5c24bb7da3df830c1f6e4e9
BLAKE2b-256 e8f8a693c0cfa9c783a2a8c4500b7b2a8bab420f8ca4f2d496153226bf1c12e3

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pytokens-0.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 103.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pytokens-0.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 54691cf8f299e7efabcc25adb4ce715d3cef1491e1c930eaf555182f898ef66a
MD5 f5177832fc21d1dea0ad002c41533fbe
BLAKE2b-256 7c544348f916c440d4c3e68b53b4ed0e66b292d119e799fa07afa159566dcc86

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9940f7c2e2f54fb1cb5fe17d0803c54da7a2bf62222704eb4217433664a186a7
MD5 f5bb017008fa31be280d73abe1fad249
BLAKE2b-256 cbb7e0a370321af2deb772cff14ff337e1140d1eac2c29a8876bfee995f486f0

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c6986576b7b07fe9791854caa5347923005a80b079d45b63b0be70d50cce5f1
MD5 fc8fd50374ffc467c1cb9d68435938ac
BLAKE2b-256 bd8d9e4e2fdb5bcaba679e54afcc304e9f13f488eb4d626e6b613f9553e03dbd

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0cd3fa1caf9e47a72ee134a29ca6b5bea84712724bba165d6628baa190c6ea5b
MD5 40ca526fbc0634d97f0bee05bb820b8d
BLAKE2b-256 0a730eb111400abd382a04f253b269819db9fcc748aa40748441cebdcb6d068f

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d7374c917197106d3c4761374718bc55ea2e9ac0fb94171588ef5840ee1f016
MD5 3ce0a0c78ca42c421afbbbebc897d27e
BLAKE2b-256 5ff1d07e6209f18ef378fc2ae9dee8d1dfe91fd2447c2e2dbfa32867b6dd30cf

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pytokens-0.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 102.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pytokens-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e131804513597f2dff2b18f9911d9b6276e21ef3699abeffc1c087c65a3d975e
MD5 457c74a6fd489ac779f8c8a919fdf578
BLAKE2b-256 aef564f3d6f7df4a9e92ebda35ee85061f6260e16eac82df9396020eebbca775

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5dbf56f3c748aed9310b310d5b8b14e2c96d3ad682ad5a943f381bdbbdddf753
MD5 d949924526baf4b4bfc68e701d481395
BLAKE2b-256 0eef0936eb472b89ab2d2c2c24bb81c50417e803fa89c731930d9fb01176fe9f

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a2c8952c537cb73a1a74369501a83b7f9d208c3cf92c41dd88a17814e68d48ce
MD5 b3c2789a58db6bea7116ca69f04a1bc7
BLAKE2b-256 ab9604102856b9527701ae57d74a6393d1aca5bad18a1b1ca48ccffb3c93b392

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d97cc1f91b1a8e8ebccf31c367f28225699bea26592df27141deade771ed0afb
MD5 ca85cb1ec6622a71e9e563d6a5e383ad
BLAKE2b-256 28d716f434c37ec3824eba6bcb6e798e5381a8dc83af7a1eda0f95c16fe3ade5

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73eff3bdd8ad08da679867992782568db0529b887bed4c85694f84cdf35eafc6
MD5 5b140a79302241103851d86cd30e9ee3
BLAKE2b-256 9863627b7e71d557383da5a97f473ad50f8d9c2c1f55c7d3c2531a120c796f6e

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pytokens-0.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 102.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pytokens-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3d36954aba4557fd5a418a03cf595ecbb1cdcce119f91a49b19ef09d691a22ae
MD5 57657c77e79c86aa6a14c7ee093c432c
BLAKE2b-256 0dc06d011fc00fefa74ce34816c84a923d2dd7c46b8dbc6ee52d13419786834c

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e47e2ef3ec6ee86909e520d79f965f9b23389fda47460303cf715d510a6fe544
MD5 b14eb21daf2ae4662dc81dd9c38bb2fe
BLAKE2b-256 7992b036af846707d25feaff7cafbd5280f1bd6a1034c16bb06a7c910209c1ab

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01d1a61e36812e4e971cfe2c0e4c1f2d66d8311031dac8bf168af8a249fa04dd
MD5 3e71952700156efdd8a536e32ddee91c
BLAKE2b-256 620bc486fc61299c2fc3b7f88ee4e115d4c8b6ffd1a7f88dc94b398b5b1bc4b8

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 237ba7cfb677dbd3b01b09860810aceb448871150566b93cd24501d5734a04b1
MD5 f5af216d2245a1d87bd8ddafc2b8222c
BLAKE2b-256 2570a46669ec55876c392036b4da9808b5c3b1c5870bbca3d4cc923bf68bdbc1

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd8da894e5a29ba6b6da8be06a4f7589d7220c099b5e363cb0643234b9b38c2a
MD5 442c7deb5fef7ab64d628c7c58794abb
BLAKE2b-256 3d6565460ebbfefd0bc1b160457904370d44f269e6e4582e0a9b6cba7c267b04

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pytokens-0.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 102.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pytokens-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4d0f568d7e82b7e96be56d03b5081de40e43c904eb6492bf09aaca47cd55f35b
MD5 562dc2db664603c55b4104c5d5b794e0
BLAKE2b-256 42dd4e7e6920d23deffaf66e6f40d45f7610dcbc132ca5d90ab4faccef22f624

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 628fab535ebc9079e4db35cd63cb401901c7ce8720a9834f9ad44b9eb4e0f1d4
MD5 c397c2eda620eefc83dae2422bc975d6
BLAKE2b-256 dc562d930d7f899e3f21868ca6e8ec739ac31e8fc532f66e09cbe45d3df0a84f

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 25cacc20c2ad90acb56f3739d87905473c54ca1fa5967ffcd675463fe965865e
MD5 860ae6b1e7141dfc05fc8ef6208ed3c3
BLAKE2b-256 8e0e53e55ba01f3e858d229cd84b02481542f42ba59050483a78bf2447ee1af7

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4b77858a680635ee9904306f54b0ee4781effb89e211ba0a773d76539537165
MD5 c762197aebc3524be0bd86777c67069d
BLAKE2b-256 281dc8fc4ed0a1c4f660391b201cda00b1d5bbcc00e2998e8bcd48b15eefd708

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92eb3ef88f27c22dc9dbab966ace4d61f6826e02ba04dac8e2d65ea31df56c8e
MD5 1fdafbc0aa5b8a9fe4f68d4cc5f11593
BLAKE2b-256 b4053196399a353dd4cd99138a88f662810979ee2f1a1cdb0b417cb2f4507836

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pytokens-0.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 102.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pytokens-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 55efcc36f9a2e0e930cfba0ce7f83445306b02f8326745585ed5551864eba73a
MD5 7065c0cc6f2371ee05de86a58138138d
BLAKE2b-256 10f29a8bdcc5444d85d4dba4aa1b530d81af3edc4a9ab76bf1d53ea8bfe8479d

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df58d44630eaf25f587540e94bdf1fc50b4e6d5f212c786de0fb024bfcb8753a
MD5 e65456084712992fa07d90ba6b59590f
BLAKE2b-256 faa302bb29dc4985fb8d759d9c96f189c3a828e74f0879fdb843e9fb7a1db637

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e95cb158c44d642ed62f555bf8136bbe780dbd64d2fb0b9169e11ffb944664c3
MD5 f8c84bdbaf917028d1e3c0193e892b57
BLAKE2b-256 6bb94a7ee0a692603b16d8fdfbc5c44e0f6910d45eec6b2c2188daa4670f179d

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 daae524ed14ca459932cbf51d74325bea643701ba8a8b0cc2d10f7cd4b3e2b63
MD5 a42ca40ea4230426660e7162b1c26464
BLAKE2b-256 46c4ad03e4abe05c6af57c4d7f8f031fafe80f0074796d09ab5a73bf2fac895f

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af0c3166aea367a9e755a283171befb92dd3043858b94ae9b3b7efbe9def26a3
MD5 38e2fc09f69ce071ca80101f6a278cd8
BLAKE2b-256 3fc5c20818fef16c4ab5f9fd7bad699268ba21bf24f655711df4e33bb7a9ab47

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pytokens-0.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 102.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pytokens-0.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9380fb6d96fa5ab83ed606ebad27b6171930cc14a8a8d215f6adb187ba428690
MD5 baae6b63402d49aa2254959110c27d60
BLAKE2b-256 d7d7bd3628b5bb0a23c89aa971db2e306636b222be3f763940c94e290fc8a627

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 278129d54573efdc79e75c6082e73ebd19858e22a2e848359f93629323186ca6
MD5 59df558e212e9e710b7e5616f7cbac09
BLAKE2b-256 c4c23e546fc20d4c15818027c8b38ded340be4f4a8b5c66e8ab22110eee574a9

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06ac081c1187389762b58823d90d6339e6880ce0df912f71fb9022d81d7fd429
MD5 f8641a266fe9b77eda55b57e83b42f6f
BLAKE2b-256 2039c5a6d7786ad444c765fb93ffeba70271d1c4465bf4537dfc104ce70e0718

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef2bcbddb73ac18599a86c8c549d5145130f2cd9d83dc2b5482fd8322b7806cd
MD5 efc0c9760eb941f7c7611fb4729f119a
BLAKE2b-256 ab410c20d6fd19cbf989a2b9e30d4ada0b80f3d03d134a82fa3fabe340993a2e

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8cd795191c4127fcb3d7b76d84006a07748c390226f47657869235092eedbc05
MD5 18af26feab14cc721b7ec37c50894928
BLAKE2b-256 8e0c7993bfabf6d7b31769a35249f2ced42235448f373f99b51924d6fefc9af2

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pytokens-0.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 103.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pytokens-0.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d69a2491190a74e4b6f87f3b9dfce7a6873de3f3bf330d20083d374380becac0
MD5 b941c029c31f14de14dc0d52d9f98fa6
BLAKE2b-256 349515dfad2a349fe4e3e8d71b1fde216f3c9ca11514ecda9a8a5b3aa1f3cade

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 658f870523ac1a5f4733d7db61ce9af61a0c23b2aeea3d03d1800c93f760e15f
MD5 41f9d073a88d9e4031fcfd3e7329132c
BLAKE2b-256 e17d966c946aa558976a0c83794b6f62e160a7ab1e0ee32009f481ecc3499b92

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dbb9338663b3538f31c4ca7afe4f38d9b9b3a16a8be18a273a5704a1bc7a2367
MD5 a4926014a558c2ae1c2100d306776c67
BLAKE2b-256 d4c9d270e5371f7d8b3e276821499edde2726b6e5f7809087c712637afd1d991

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 865cc65c75c8f2e9e0d8330338f649b12bfd9442561900ebaf58c596a72107d2
MD5 660eb0ae98d38b6dd725ed8bb6240b79
BLAKE2b-256 cf913ce933d7e4bb813e583fddf23c5167da35d46db1e2de954372cd949344f2

See more details on using hashes here.

File details

Details for the file pytokens-0.4.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytokens-0.4.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e368e0749e4e9d86a6e08763310dc92bc69ad73d9b6db5243b30174c71a8a534
MD5 d4b817df71083bb205b2444f8bb4b476
BLAKE2b-256 eb606ea92d127e4e1281b273d0ef05105fb768b8c68c0e4293044e9e0ee899e5

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