aroberge / ideas

Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
Other
76 stars 5 forks source link

Extract token_utils as separate package #7

Closed aroberge closed 4 years ago

aroberge commented 4 years ago

Currently, token_utils exists as a separate project. However, the development version is what's included in ideas and the separate project is updated by copying the version from ideas and uploading to pypi when needed.

It should be removed and added as a dependency so that issues related only to token_utils could be more easily tracked, and so that token_utils could be better documented as some features might not need to be used by ideas.

aroberge commented 4 years ago

Done.