Updated script entry point for cross platform compatibility.
20190907
This release brings:
* Fixes for the default fields and removal of unnecessary dependencies.
* Restructured for pip packaging and to support additional parsers or geoip backends.
* Installed as a command line tool with pip, allowing for system wide usage once installed.
* Available at https://pypi.org/project/chickadee/
Please submit bugs, feature requests, and more to https://github.com/chapinb/chickadee
20190827
The initial release of Chickadee with support for:
* ip-api.com backend
* Resolving lists of IP addresses
* Extracting IP addresses from plain text (ie logs, json) and gzip'd files (not multi-file archives)
* Recursively extracting IP addresses from a folder of files (ie /var/log)
* Outputting the data to CSV, JSON, and JSON Lines (newline delimited array)