My personal utilities library.
Project description
qwertypy
My personal utilities library.
Installation
pip install qwertypy
Upgrade
pip install --upgrade qwertypy
Usage
- Try on colab: Click here
qwertypy.greetings
import qwertypy.greetings as qpyGreetings
print(qpyGreetings.hello())
qwertypy.tickertape.companies
import qwertypy.tickertape.companies as ttCompanies
topCompanies = ttCompanies.getTopCompanies()
print("TOP = ", len(topCompanies))
# print("ALL = ", len(ttCompanies.getAllCompanies()))
ttName = "reliance-industries-RELI"
companyInfo = ttCompanies.getCompanyInfo(ttName)
print(companyInfo)
qwertypy.tickertape.financials
import qwertypy.tickertape.financials as ttFinancials
ttName = "reliance-industries-RELI"
for statementType in ttFinancials.statementTypes:
statement = ttFinancials.getStatement(ttName, statementType)
print(statementType, type(statement))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qwertypy-0.4.0.tar.gz
(4.8 kB
view details)
File details
Details for the file qwertypy-0.4.0.tar.gz
.
File metadata
- Download URL: qwertypy-0.4.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c94084314799ea26da5458958ee03054daea42993fd52ef5ba0386d631cfb342 |
|
MD5 | ac11d405830c3b84be83924c9ec176ae |
|
BLAKE2b-256 | 461e25564cdefcf1031f48297d014e4b9fe7cdeda1c159b0035707c2d3d4b410 |