README.md
pyproject.toml
peakina/__init__.py
peakina/cache.py
peakina/datapool.py
peakina/datasource.py
peakina/helpers.py
peakina/py.typed
peakina.egg-info/PKG-INFO
peakina.egg-info/SOURCES.txt
peakina.egg-info/dependency_links.txt
peakina.egg-info/requires.txt
peakina.egg-info/top_level.txt
peakina/io/__init__.py
peakina/io/fetcher.py
peakina/io/ftp/__init__.py
peakina/io/ftp/ftp_fetcher.py
peakina/io/ftp/ftp_utils.py
peakina/io/http/__init__.py
peakina/io/http/http_fetcher.py
peakina/io/local/__init__.py
peakina/io/local/file_fetcher.py
peakina/io/s3/__init__.py
peakina/io/s3/s3_fetcher.py
peakina/io/s3/s3_utils.py
peakina/readers/__init__.py
peakina/readers/csv.py
peakina/readers/excel.py
peakina/readers/geodata.py
peakina/readers/json.py
peakina/readers/parquet.py
peakina/readers/xml.py
tests/test_cache.py
tests/test_datapool.py
tests/test_datasource.py
tests/test_fetch.py
tests/test_helpers.py