This package is not available in the 3xx repository. Showing package versions available for all repositories instead.
Package python-tokenizer.plt contributed by dyoo 
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: 3336
Tickets:0
Open tickets:0
Primary files:
main.rkt
[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
3304
[none]
5.1.1Monday, September 10th, 2012
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
[none]
5.1.1Thursday, March 1st, 2012
To load: (require (planet "main.rkt" ("dyoo" "python-tokenizer.plt" 1 (= 0))))
Available in repositories: 4.x

First release.