|
1 | 1 | # ProjectX Python SDK |
2 | 2 |
|
| 3 | +[](https://github.com/TexasCoding/project-x-py/actions/workflows/ci.yml) |
| 4 | +[](https://codecov.io/gh/TexasCoding/project-x-py) |
| 5 | +[](https://pypi.org/project/project-x-py/) |
| 6 | +[](https://pypi.org/project/project-x-py/) |
3 | 7 | [](https://python.org) |
4 | 8 | [](LICENSE) |
5 | | -[](https://github.com/psf/black) |
| 9 | +[](https://github.com/astral-sh/ruff) |
| 10 | +[](https://github.com/python/mypy) |
| 11 | +[](https://github.com/PyCQA/bandit) |
6 | 12 | [](#performance-optimizations) |
7 | 13 | [](#async-architecture) |
| 14 | +[](https://texascoding.github.io/project-x-py/) |
8 | 15 |
|
9 | 16 | A **high-performance async Python SDK** for the [ProjectX Trading Platform](https://www.projectx.com/) Gateway API. This library enables developers to build sophisticated trading strategies and applications by providing comprehensive async access to futures trading operations, historical market data, real-time streaming, technical analysis, and advanced market microstructure tools with enterprise-grade performance optimizations. |
10 | 17 |
|
@@ -826,8 +833,8 @@ This project is licensed under the MIT License - see [LICENSE](LICENSE) file for |
826 | 833 | ## 🔗 Resources |
827 | 834 |
|
828 | 835 | - [ProjectX Platform](https://www.projectx.com/) |
829 | | -- [API Documentation](https://documenter.getpostman.com/view/24500417/2s9YRCXrKF) |
830 | | -- [GitHub Repository](https://github.com/yourusername/project-x-py) |
| 836 | +- [API Documentation](https://texascoding.github.io/project-x-py/) |
| 837 | +- [GitHub Repository](https://github.com/TexasCoding/project-x-py) |
831 | 838 | - [PyPI Package](https://pypi.org/project/project-x-py/) |
832 | 839 |
|
833 | 840 | ## ⚠️ Disclaimer |
|
0 commit comments