tokenizers
PyPIv0.23.2Not recommended for new projects
No — tokenizers should not be adopted for new projects. No license declared — you have no explicit right to use this code.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 6 days ago. 22 releases in the last 2 years.
- BWeight: grade B, Good.
Pulls in 18 transitive packages, about 8.8 MB installed (at least — some of the tree is still being crawled).
- BSupply chain: grade B, Good.
This package lists no maintainer.
- FLicense: grade F, Failing.
No license declared — you have no explicit right to use this code.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding tokenizers to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Licenses in the dependency tree
Every license you inherit by installing tokenizers, not just its own. Check this before a legal review, not after.
Compatibility
- Python
- python >=3.10
Quick start
A usage example from the tokenizers README.
from tokenizers import Tokenizer
from tokenizers.models import BPE
from tokenizers.pre_tokenizers import Whitespace
from tokenizers.processors import ByteLevel
tok = Tokenizer(BPE())
tok.pre_tokenizer = Whitespace() # ✅ thread-safe on 3.14t
tok.post_processor = ByteLevel(trim_offsets=True)Dependencies
Declared by tokenizers v0.23.2. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Used by
Popular packages that depend on tokenizers.
Relationship graph
Dependencies (left) and dependents (right) of tokenizers.
Frequently installed together
Fundamental package for array computing in Python
Fast, Extensible Progress Meter
Core utilities for Python packages
Client library to download and publish models, datasets and other repos on the huggingface.co hub
Alternative regular expression module, to replace re.
Typer, build great CLIs. Easy to code. Based on Python type hints.
No description provided.
Release history
15 releases in the last two years, typically about 21 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.23.2latest | 6 days ago | 3.0 MB | — |
| 0.23.1 | 4 months ago | 3.0 MB | — |
| 0.23.1rc0 | 4 months ago | 3.0 MB | — |
| 0.23.0rc0 | 4 months ago | 3.0 MB | — |
| 0.22.2 | 8 months ago | 3.0 MB | — |
| 0.22.2rc0 | 9 months ago | 3.0 MB | — |
| 0.22.1 | 11 months ago | 2.9 MB | — |
| 0.22.1rc0 | 11 months ago | 2.9 MB | — |
| 0.22.0 | 1 year ago | 2.9 MB | — |
| 0.22.0rc0 | 1 year ago | 3.1 MB | — |
| 0.21.4 | 1 year ago | 2.7 MB | — |
| 0.21.2 | 1 year ago | 2.7 MB | — |
| 0.21.2rc0 | 1 year ago | 2.7 MB | — |
| 0.21.1 | 1 year ago | 2.7 MB | — |
| 0.21.1rc0 | 1 year ago | 2.7 MB | — |
Overview
tokenizers is an PyPI package. It has 1 known dependents in the graph. The latest version is 0.23.2.
Who should use it
Teams working in the PyPI ecosystem who need this functionality and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.
Pros
- Lean dependency tree (1 direct dependencies).
Cons
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Frequently asked questions
Should I use tokenizers?
No — tokenizers should not be adopted for new projects. No license declared — you have no explicit right to use this code.
How do I install tokenizers?
Run `pip install tokenizers` to add tokenizers to your PyPI project.
How many dependencies does tokenizers have?
tokenizers declares 1 direct dependency and pulls in 18 packages in total once its runtime tree is resolved totalling about 8.8 MB on disk.
What license is tokenizers released under?
No license was detected in tokenizers's metadata; review the repository before use.
How popular is tokenizers?
PyPI does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on tokenizers.
Is tokenizers still maintained?
The most recent release of tokenizers (v0.23.2) was published 6 days ago.