- Use Python's logging module instead of
print()
. - Add support for recent Python versions.
- Drop support for end-of-life Python versions.
- Fix errors when caching unicode analysis function names.
- Fix errors when caching unicode source. (#10)
- Add six dependency.
- Add decorator and logic for analysis functions that are never cached. (#5)
- Don't load analysis cache unless needed. (#1)
- Initial code migration from agate.