Metadata-Version: 2.4
Name: open-logistics
Version: 1.0.1
Summary: AI-Driven Air Defense Supply Chain Optimization Platform
Project-URL: Homepage, https://github.com/openlogistics/open-logistics
Project-URL: Documentation, https://open-logistics.readthedocs.io/
Project-URL: Repository, https://github.com/openlogistics/open-logistics.git
Project-URL: Issues, https://github.com/openlogistics/open-logistics/issues
Author-email: Nik Jois <nikjois@llamasearch.ai>
License-Expression: MIT
Keywords: ai,defense,logistics,machine-learning,mlx,optimization,sap-btp,supply-chain
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Requires-Dist: aioredis>=2.0.1
Requires-Dist: arrow>=1.3.0
Requires-Dist: asyncpg>=0.29.0
Requires-Dist: cryptography>=41.0.8
Requires-Dist: fastapi>=0.104.1
Requires-Dist: httpx>=0.25.2
Requires-Dist: loguru>=0.7.2
Requires-Dist: networkx>=3.2.1
Requires-Dist: numpy>=1.24.3
Requires-Dist: openai>=1.12.0
Requires-Dist: ortools>=9.8.3296
Requires-Dist: pandas>=2.1.4
Requires-Dist: prometheus-client>=0.19.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: pyjwt>=2.8.0
Requires-Dist: pytz>=2023.3
Requires-Dist: requests>=2.31.0
Requires-Dist: rich>=13.7.0
Requires-Dist: scikit-learn>=1.3.2
Requires-Dist: typer>=0.9.0
Requires-Dist: uvicorn[standard]>=0.24.0
Requires-Dist: websockets>=12.0
Provides-Extra: dev
Requires-Dist: black>=23.11.0; extra == 'dev'
Requires-Dist: flake8>=6.1.0; extra == 'dev'
Requires-Dist: isort>=5.12.0; extra == 'dev'
Requires-Dist: mypy>=1.7.1; extra == 'dev'
Requires-Dist: pre-commit>=3.6.0; extra == 'dev'
Requires-Dist: psutil>=5.9.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21.1; extra == 'dev'
Requires-Dist: pytest-benchmark>=4.0.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.1.0; extra == 'dev'
Requires-Dist: pytest-mock>=3.12.0; extra == 'dev'
Requires-Dist: pytest>=7.4.3; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs-material>=9.4.8; extra == 'docs'
Requires-Dist: mkdocs-mermaid2-plugin>=1.1.1; extra == 'docs'
Requires-Dist: mkdocs>=1.5.3; extra == 'docs'
Provides-Extra: mlx
Requires-Dist: mlx-lm>=0.0.6; (sys_platform == 'darwin') and extra == 'mlx'
Requires-Dist: mlx>=0.0.8; (sys_platform == 'darwin') and extra == 'mlx'
Provides-Extra: prod
Requires-Dist: gunicorn>=21.2.0; extra == 'prod'
Requires-Dist: sentry-sdk>=1.38.0; extra == 'prod'
Description-Content-Type: text/markdown

# Open Logistics

AI-Driven Air Defense Supply Chain Optimization Platform.

This project is a mission-critical, enterprise-grade Python platform that revolutionizes 
air defense logistics through advanced AI optimization, real-time supply 
chain management, and predictive analytics.

## Getting Started

Please refer to the main `README.md` in the root of the repository for full details.
To install this package for development:

```bash
uv pip install -e .
``` 