.flake8
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
simple_requests_post_analysis.py
test_requests_post_analysis.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/api-reference.md
docs/configuration.md
docs/examples.md
docs/getting-started.md
docs/index.md
docs/stylesheets/extra.css
examples/analyze_single_package.py
examples/compare_packages.py
examples/track_api_lifecycle.py
examples/notebook/01_basic_api_usage.ipynb
examples/notebook/02_real_package_analysis.ipynb
examples/notebook/03_visualization_examples.ipynb
examples/notebook/numpy_api_analysis.ipynb
pypevol/__init__.py
pypevol/__main__.py
pypevol/analyzer.py
pypevol/cli.py
pypevol/fetcher.py
pypevol/models.py
pypevol/parser.py
pypevol/reports.py
pypevol/utils.py
pypevol.egg-info/PKG-INFO
pypevol.egg-info/SOURCES.txt
pypevol.egg-info/dependency_links.txt
pypevol.egg-info/entry_points.txt
pypevol.egg-info/requires.txt
pypevol.egg-info/top_level.txt
scripts/setup-dev.sh
tests/__init__.py
tests/test_analyzer.py
tests/test_models.py