LICENSE
MANIFEST.in
README.md
USAGE.md
pyproject.toml
docs/showcase.svg
examples/showcase.py
examples/walkthrough.py
halalquant/__init__.py
halalquant/__main__.py
halalquant/api.py
halalquant/base.py
halalquant/config.py
halalquant/showcase.py
halalquant.egg-info/PKG-INFO
halalquant.egg-info/SOURCES.txt
halalquant.egg-info/dependency_links.txt
halalquant.egg-info/requires.txt
halalquant.egg-info/top_level.txt
halalquant/database/__init__.py
halalquant/database/_cache.py
halalquant/database/_duckdb_driver.py
halalquant/database/_models.py
halalquant/providers/__init__.py
halalquant/providers/_base_provider.py
halalquant/providers/_filings.py
halalquant/providers/_fmp.py
halalquant/providers/_sec_edgar.py
halalquant/providers/_yfinance.py
halalquant/purification/__init__.py
halalquant/purification/_purifier.py
halalquant/screening/__init__.py
halalquant/screening/_aaoifi.py
halalquant/screening/_compare.py
halalquant/screening/_djim.py
halalquant/screening/_sector_filter.py
halalquant/utils/__init__.py
halalquant/utils/_pit_adjustments.py
halalquant/utils/validation.py
tests/test_aaoifi_screening.py
tests/test_api.py
tests/test_djim_screening.py
tests/test_pit_data.py
tests/test_purification.py
tests/test_sec_edgar.py