talib wrapper for intellisense
Project description
# ulib wrapper for TA-Lib, provide intellisense in vscode and PyCharm
support tdx like expression functions
让TA-Lib支持智能感知
提供类似通达信、同花顺、文华财经、麦语言等方式的函数
## Usage
`bash pip install ulib `
`python import numpy import ulib close = numpy.random.random(100) ulib.SMA(close) `
or
`python import numpy from ulib import * close = numpy.random.random(100) SMA(close) `
# Publish
`bash python3 setup.py clean bdist_wheel upload `
## Reference
[ta-lib](https://github.com/mrjbq7/ta-lib) [talib-document](https://github.com/HuaRongSAO/talib-document) [funcat](https://github.com/cedricporter/funcat)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file ulib-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: ulib-1.0.4-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68858fe781ea4cc801053779a1cfaacd9f6f9ffaf1152782203723265d531fe3 |
|
MD5 | fa438f946e1838bea8626edac46ccadc |
|
BLAKE2b-256 | ca76453f7e2157605a8896f1b6f3a459c913d278e476b64687353ad55d978465 |