bskinn / pent

pent Extracts Numerical Text -- Mini-language driven parser for structured numerical data in text
MIT License
20 stars 3 forks source link

As functionality nears completion, reconsider what's exposed in __init__.py and in the Parser & Token namespaces #8

Open bskinn opened 6 years ago

bskinn commented 6 years ago

It's handy to have a bunch of stuff exposed for CLI testing purposes, but from an API perspective it might be a lot better (and would probably be a lot cleaner) to import very few things into the base package namespace., and to leave most of the internal machinery methods as "private".