Metadata-Version: 2.4
Name: fd-edgar
Version: 0.1.0
Summary: CLI for SEC EDGAR data access - filings, financials, insider trades via EdgarTools
Author: FindDataOfficial
License: MIT
Project-URL: Repository, https://github.com/FindDataOfficial/DAAS
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0
Requires-Dist: pandas>=1.0
Requires-Dist: sqlalchemy>=1.4
Requires-Dist: pyyaml>=6.0
Provides-Extra: edgar
Requires-Dist: edgartools; extra == "edgar"
Provides-Extra: repl
Requires-Dist: prompt_toolkit>=3.0; extra == "repl"
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Dynamic: license-file
Dynamic: requires-python
