Metadata-Version: 2.1
Name: cad-tickers
Version: 0.1.3
Summary: Various Stock Utilties Created by me
Home-page: https://github.com/FriendlyUser/cad_tickers
License: MIT
Keywords: Poetry,Stock Tickers,Requests,CSE,TSX
Author: David Li
Author-email: davidli012345@gmail.com
Maintainer: David Li
Maintainer-email: davidli012345@gmail.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: beautifulsoup4 (>=4.9.1,<5.0.0)
Requires-Dist: coverage (>=5.2,<6.0)
Requires-Dist: lxml (>=4.5.2,<5.0.0)
Requires-Dist: pandas (>=1.0.5,<2.0.0)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Project-URL: Documentation, https://github.com/FriendlyUser/cad_tickers
Project-URL: Repository, https://github.com/FriendlyUser/cad_tickers
Description-Content-Type: text/markdown

## Cad Tickers

Set of utilities modules designed to scrap data from the web.

Will write more documentation later, for now refer to test cases.


For the tsx searching, it was kinda tedious to test each of the possible values, as a result, only `exchanges` and `marketcap` values are validated.

Given the new redesign of the web.tmxmoney site, don't expect the existing api to work
for a super long period of time.

Support will be provided to the best of my ability.

### How to run tests

```
pytest
```

#### Todo

* add just read the docs

