.gitignore
.pre-commit-config.yaml
LICENSE
README.md
environment.yml
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/pypi.yml
.github/workflows/tests.yml
erddaplogs/_version.py
erddaplogs/logparse.py
erddaplogs/plot_functions.py
erddaplogs.egg-info/PKG-INFO
erddaplogs.egg-info/SOURCES.txt
erddaplogs.egg-info/dependency_links.txt
erddaplogs.egg-info/requires.txt
erddaplogs.egg-info/top_level.txt
example_data/datasets.xml
example_data/locations.xml
example_data/requests.xml
example_data/nginx_example_logs/tomcat-access.log.1
example_data/nginx_example_logs/tomcat-access.log.2
example_data/nginx_example_logs/tomcat-access.log.3
example_data/nginx_example_logs/tomcat-access.log.4
example_data/nginx_example_logs/tomcat-access.log.5
example_data/nginx_example_logs/tomcat-access.log.6
example_data/nginx_example_logs/tomcat-access.log.7
example_data/nginx_example_logs/tomcat-access.log.8
example_data/nginx_example_logs/tomcat-access.log.9
notebooks/analyze_anonymized_usage.ipynb
notebooks/weblogs-parse-demo.ipynb
tests/test_erddap_logs.py