CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/PUBLISHING.md
docs/USAGE.md
docs/V030_BACKTESTER.md
nsefast/__init__.py
nsefast/cache.py
nsefast/cli.py
nsefast/config.py
nsefast/history.py
nsefast/http_client.py
nsefast/logging_setup.py
nsefast/robots.py
nsefast.egg-info/PKG-INFO
nsefast.egg-info/SOURCES.txt
nsefast.egg-info/dependency_links.txt
nsefast.egg-info/entry_points.txt
nsefast.egg-info/requires.txt
nsefast.egg-info/top_level.txt
nsefast/collectors/__init__.py
nsefast/collectors/_json_helpers.py
nsefast/collectors/calendar.py
nsefast/collectors/corporate.py
nsefast/collectors/deals.py
nsefast/collectors/delivery.py
nsefast/collectors/derivatives.py
nsefast/collectors/equity.py
nsefast/collectors/historical.py
nsefast/collectors/indices.py
nsefast/collectors/market_breadth.py
nsefast/collectors/master.py
nsefast/collectors/report_links.py
nsefast/collectors/surveillance.py
nsefast/master/__init__.py
nsefast/master/index_constituents.py
nsefast/master/symbols_history.py
nsefast/processing/__init__.py
nsefast/processing/adjustments.py
nsefast/processing/features.py
nsefast/processing/normalize.py
nsefast/processing/technicals.py
nsefast/storage/__init__.py
nsefast/storage/duckdb_store.py
nsefast/storage/parquet_store.py
nsefast/storage/postgres_store.py
nsefast/swing/__init__.py
nsefast/swing/_common.py
nsefast/swing/backtest.py
nsefast/swing/breakouts.py
nsefast/swing/filters.py
nsefast/swing/portfolio.py
nsefast/swing/relative_strength.py
nsefast/swing/risk.py
nsefast/swing/scanner.py
nsefast/swing/scoring.py
nsefast/swing/setups.py
nsefast/swing/watchlist.py