Metadata-Version: 2.4
Name: QuantOS
Version: 0.0.1
Summary: Name reservation for the QuantOS open-source algorithmic trading framework (formerly investing-algorithm-framework).
Project-URL: Homepage, https://github.com/coding-kitties/investing-algorithm-framework
Project-URL: Repository, https://github.com/coding-kitties/investing-algorithm-framework
Project-URL: Issues, https://github.com/coding-kitties/investing-algorithm-framework/issues
Author: coding-kitties
Maintainer: coding-kitties
License: Apache-2.0
License-File: LICENSE
Keywords: algorithmic-trading,backtesting,quant,quantos,trading
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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 :: Office/Business :: Financial :: Investment
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# QuantOS (name reservation)

This package name on PyPI is reserved for the upcoming **QuantOS** open-source
algorithmic trading framework, maintained by
[coding-kitties](https://github.com/coding-kitties).

QuantOS is the new name of the
[`investing-algorithm-framework`](https://pypi.org/project/investing-algorithm-framework/)
project. This 0.0.1 release is a placeholder that reserves the `quantos`
distribution name ahead of the rename. It intentionally exposes no public API.

## Status

Planning / pre-release. Do not depend on this package for anything yet.

Track progress on the main repository:
<https://github.com/coding-kitties/investing-algorithm-framework>

## For now, install the current framework

```bash
pip install investing-algorithm-framework
```

Once QuantOS is released, this package will be replaced by the actual
framework distribution.

## License

Apache-2.0. See the parent repository for the full license text.
