Metadata-Version: 2.4
Name: tradexil
Version: 1.0.2
Summary: Official Python SDK for TradeXil Real-Time API - Access BTCUSDT data with 197+ technical indicators
Author-email: TradeXil <support@tradexil.com>
License: MIT
Project-URL: Homepage, https://tradexil.com
Project-URL: Documentation, https://tradexil.com/api
Project-URL: Repository, https://github.com/tradexil/tradexil-python
Project-URL: Bug Reports, https://github.com/tradexil/tradexil-python/issues
Keywords: tradexil,trading,bitcoin,btc,crypto,cryptocurrency,api,technical-indicators,real-time,market-data,financial-data,trading-bot,algorithmic-trading
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: pyarrow>=6.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=3.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=4.0.0; extra == "dev"
Requires-Dist: mypy>=0.950; extra == "dev"
