Closed ericpien closed 1 month ago
Do you think the README is getting too long now and needs to offload some content to a new home?
Do you think the README is getting too long now and needs to offload some content to a new home?
I agree. As part of the offloading, I think creating a \doc
directory and adding api specific documentation in there would be great for new users and contributors.
Idk what you have in mind but maybe something like below?
doc/
├── CHANGELOG.rst
└── api/
├── Ticker
├── Sector_Industry
├── Screener
└── General # caching, logging, managing multi-level columns
Move doc discussion to #1330
@ValueRaider I suspect you've just been busy but in case you lost track, can you review the remainder of the code when you get a chance? I also provided a draft of documentation at https://github.com/ranaroussi/yfinance/discussions/1330#discussioncomment-10875161
Replace the README addition with essentially:
Then I can merge and we sort out documentation later. Don't rebase this time, so we can reuse c048378
Screener can be used to filter securities on yahoo finance. This can be used to get the top gainers of the day, and more customized queries that a user may want to automate.
Resolves:
Sample Code