This package is not available in the 3xx repository. Showing package versions available for all repositories instead.
Package python-tokenizer.plt contributed by dyoo [docs]
To load: (require (planet dyoo/python-tokenizer:1:1))
Old style:(require (planet "main.rkt" ("dyoo" "python-tokenizer.plt" 1 1)))
Min Racket version: 5.1.1
Package description:
python-tokenizer: a translation of Python's tokenize.py library for Racket
Downloads this week: 0
Total downloads: 3331
Tickets:0
Open tickets:0
Primary files:
[no interface available]
 Packages in other repositories

These packages are not available in the 3xx repository, but they are available for other versions of Racket.

PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 1)1.1
3299
5.1.12012-09-10
To load: (require (planet "main.rkt" ("dyoo" "python-tokenizer.plt" 1 (= 1))))
Available in repositories: 4.x

Bug fix. Corrected an infinite-loop bug due to mis-typing a paren. Thanks to Joe Politz for the bug report!

(1 0)1.0
32
5.1.12012-02-29
To load: (require (planet "main.rkt" ("dyoo" "python-tokenizer.plt" 1 (= 0))))
Available in repositories: 4.x

First release.