Metadata-Version: 2.1
Name: pstock-python
Version: 0.1.0
Summary: Async python sdk for stock price data.
Home-page: https://github.com/obendidi/pstock
License: MIT
Keywords: stcok,pstock,yahoo-finance,finviz
Author: Ouail Bendidi
Author-email: ouail.bendidi@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: asyncer (>=0.0.1,<0.0.2)
Requires-Dist: httpx (>=0.21.3,<0.22.0)
Requires-Dist: pandas (>=1.3.5,<2.0.0)
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: tenacity (>=8.0.1,<9.0.0)
Project-URL: Repository, https://github.com/obendidi/pstock
Description-Content-Type: text/markdown

# Pstock

Welcome to pstock documentation.

This is still a work-in-progess, any help, recommendation or ideas are welcome.

This packages is for **personal** use only.

## Disclosure

Nothing in this project should be considered investment advice. Past performance is not necessarily indicative of future returns.


## Documentation

Documentation is availlable at: [https://obendidi.github.io/pstock/](https://obendidi.github.io/pstock/)

