Metadata-Version: 2.4
Name: dsf-pandas-ta
Version: 1.0.3
Summary: Technical indicators with extra self-made indicators
Author-email: msliu98 <mingshuoliu98@163.com>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.3.5
Requires-Dist: numpy>=1.22.0
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: six

# My Pandas Technical Analysis Library

> Based on official pandas_ta

Useful analysis library for technical analysis in investment.


## References

+ [github:pandas_ta](https://github.com/twopirllc/pandas-ta)
