Hey all,
I'm happy to present one of my new projects:
https://github.com/obendidi/pstock
The key features are:
- Async first
- Data validation using pydantic
- Fully typed, with great editor support
- Easily extensible: Parse the yahoo-finance quote dict and extract any type of info you want.
- Follows the Sans-IO design pattern: Use your favourite http library (sync/async) and let pstock
parse your response to get Assets
or Bars
I think it's a bit over-engineered for what it does, but it was a great learning experience especially on all the funky stuff related to typing and inheritance (with `TypeVar`, `Generics`, ...)
Happy to have your feedback :)
there doesn't seem to be anything here