LICENSE
MANIFEST.in
README.rst
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
secedgar/__init__.py
secedgar/crawler.py
secedgar.egg-info/PKG-INFO
secedgar.egg-info/SOURCES.txt
secedgar.egg-info/dependency_links.txt
secedgar.egg-info/entry_points.txt
secedgar.egg-info/requires.txt
secedgar.egg-info/top_level.txt
secedgar/client/__init__.py
secedgar/client/_base.py
secedgar/client/network_client.py
secedgar/filings/__init__.py
secedgar/filings/_base.py
secedgar/filings/cik_lookup.py
secedgar/filings/cik_validator.py
secedgar/filings/daily.py
secedgar/filings/filing.py
secedgar/filings/filing_types.py
secedgar/tests/__init__.py
secedgar/tests/conftest.py
secedgar/tests/test_crawler.py
secedgar/tests/test_dirs.py
secedgar/tests/test_utils.py
secedgar/tests/utils.py
secedgar/tests/client/__init__.py
secedgar/tests/client/test_network_client.py
secedgar/tests/data/cik_multiple_results.html
secedgar/tests/data/cik_not_found.html
secedgar/tests/data/single_cik_multiple_filings_10k.html
secedgar/tests/data/single_cik_search_result.html
secedgar/tests/data/single_filing_page.html
secedgar/tests/data/CIK/cik_multiple_results.html
secedgar/tests/data/CIK/cik_not_found.html
secedgar/tests/data/CIK/single_cik_multiple_filings_10k.html
secedgar/tests/data/CIK/single_cik_search_result.html
secedgar/tests/data/CIK/single_filing_page.html
secedgar/tests/data/filings/aapl_10q_filings.xml
secedgar/tests/data/filings/aapl_xbrl_files/aapl-20181229.xml
secedgar/tests/data/filings/aapl_xbrl_files/aapl-20181229.xsd
secedgar/tests/data/filings/aapl_xbrl_files/aapl-20181229_cal.xml
secedgar/tests/data/filings/aapl_xbrl_files/aapl-20181229_def.xml
secedgar/tests/data/filings/aapl_xbrl_files/aapl-20181229_lab.xml
secedgar/tests/data/filings/aapl_xbrl_files/aapl-20181229_pre.xml
secedgar/tests/data/filings/daily/daily_index_2018_QTR4.htm
secedgar/tests/data/filings/daily/master.20181231.idx
secedgar/tests/data/utils/cik_map.json.gz
secedgar/tests/filings/__init__.py
secedgar/tests/filings/test_cik_lookup.py
secedgar/tests/filings/test_cik_validator.py
secedgar/tests/filings/test_daily.py
secedgar/tests/filings/test_filings.py
secedgar/utils/__init__.py
secedgar/utils/cik_map.py
secedgar/utils/exceptions.py