Metadata-Version: 2.4
Name: quantjourney
Version: 3.0.0rc1
Summary: QuantJourney Python SDK
Author: QuantJourney
License-Expression: LicenseRef-Proprietary
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: quantjourney-api<0.2,>=0.1.1
Provides-Extra: bt
Requires-Dist: quantjourney-bt<0.11,>=0.10; extra == "bt"
Provides-Extra: ti
Requires-Dist: quantjourney-ti<0.4,>=0.3.2; extra == "ti"

# quantjourney

Umbrella package for the QuantJourney Python SDK.

```bash
pip install quantjourney
```

Optional QuantJourney packages:

```bash
pip install "quantjourney[bt]"
pip install "quantjourney[ti]"
```

```python
from quantjourney import QJ

qj = QJ.from_env()
```

The API implementation is provided by the `quantjourney-api` dependency.
