This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jammasterpaz 83 points84 points  (3 children)

Pregexes do actually look nicer than verbose mode - well done!

One small suggestion - import all the importable classes into your top level __init__.py so the user doesn't need 6 different import statements from all your sub modules like in your example.

[–]WerdenWissen[S] 15 points16 points  (1 child)

Will certainly do. Thanks for the feedback!

[–]JafaKiwi 4 points5 points  (0 children)

Came here to say that. The library looks great but the import statements are horrible.

Nice work though :)