Metadata-Version: 2.1
Name: ta-lib-everywhere
Version: 1.0.1
Summary: Dummy package that installs the official TA-Lib package. This project is deprecated and redirects to the official TA-Lib distribution.
Author: TA-Lib Contributors
License: BSD-2-Clause
Project-URL: Homepage, https://pypi.org/project/TA-Lib/
Project-URL: Repository, https://github.com/TA-Lib/ta-lib-python
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: TA-Lib>=0.6.5

# TA-Lib Everywhere

This project is now **inactive and deprecated**. It exists only as a dummy package that
depends on the official [TA-Lib](https://pypi.org/project/TA-Lib/)
Python package.

**⚠️ IMPORTANT**: This package is deprecated. Please install the official TA-Lib package directly:

```bash
pip install TA-Lib
```

If you still need this dummy package for compatibility reasons:

```bash
pip install ta-lib-everywhere
```

This will install the official `TA-Lib` distribution as a dependency.

## Why This Package Exists

This package was created to provide pre-built wheels for TA-Lib, but that functionality has been discontinued. Starting with version 1.0.0, this package acts purely as a wrapper to install the upstream `TA-Lib` distribution.

For source code, documentation and issue tracking, please visit the
official TA-Lib project:

- Source: <https://github.com/TA-Lib/ta-lib-python>
- PyPI: <https://pypi.org/project/TA-Lib/>

## License

This project follows the same BSD license as the original TA-Lib.

