Metadata-Version: 2.1
Name: calcbench-api-client
Version: 3.0.7
Summary: Client for Calcbench data.
Home-page: https://github.com/calcbench/python_api_client
Author: Andrew Kittredge
Author-email: andrew@calcbench.com
License: Apache2
Keywords: finance accounting SEC 10-(K|Q)
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: requests
Requires-Dist: typing-extensions ; python_version < "3.7"
Requires-Dist: dataclasses ; python_version < "3.7"
Provides-Extra: backoff
Requires-Dist: backoff ; extra == 'backoff'
Provides-Extra: listener
Requires-Dist: azure-servicebus (==7.0.0b5) ; extra == 'listener'
Provides-Extra: pandas
Requires-Dist: Pandas ; extra == 'pandas'

A client for Calcbench's API.  www.calcbench.com/api.  If you need Python 2 support install version 2.4.0


