Metadata-Version: 2.4
Name: pulse-gateway
Version: 0.1.0
Summary: Secure API gateway for PULSE Protocol — route to any AI or exchange
Author-email: PULSE Protocol Team <pulse@protocol.org>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/pulseprotocolorg-cyber/pulse-gateway
Project-URL: Repository, https://github.com/pulseprotocolorg-cyber/pulse-gateway
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
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 :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Security
Requires-Python: >=3.8
Requires-Dist: pulse-protocol>=0.5.0
Requires-Dist: fastapi>=0.100.0
Requires-Dist: uvicorn>=0.20.0
Provides-Extra: all
Requires-Dist: pulse-openai>=0.1.0; extra == "all"
Requires-Dist: pulse-anthropic>=0.1.0; extra == "all"
Requires-Dist: pulse-binance>=0.1.0; extra == "all"
Requires-Dist: pulse-bybit>=0.1.0; extra == "all"
Requires-Dist: pulse-kraken>=0.1.0; extra == "all"
Requires-Dist: pulse-okx>=0.1.0; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: httpx>=0.24.0; extra == "dev"
