| Name: | python3-tokenize-rt |
|---|---|
| Version: | 6.1.0 |
| Release: | 1.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 33947 |
| License: | MIT |
| RPM: | python3-tokenize-rt-6.1.0-1.el10_0.noarch.rpm |
| Source RPM: | python-tokenize-rt-6.1.0-1.el10_0.src.rpm |
| Build Date: | Thu Jan 02 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/asottile/tokenize-rt |
| Summary: | Wrapper for Python's stdlib `tokenize` supporting roundtrips |
| Description: | The stdlib tokenize module does not properly roundtrip. This wrapper around the stdlib provides two additional tokens ESCAPED_NL and UNIMPORTANT_WS, and a Token data type. Use src_to_tokens and tokens_to_src to roundtrip. This library is useful if you are writing a refactoring tool based on the python tokenization. |