Metadata-Version: 2.1
Name: investos
Version: 0.2.2
Summary: For investors who want to focus on generating alpha
Home-page: https://investos.io/
License: Creative Commons Attribution-NonCommercial-ShareAlike (CC-BY-NC-SA)
Keywords: investing,alpha,backtesting,portfolio,optimization,forecastos
Author: Charlie Reese
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Software Development :: Testing
Requires-Dist: cvxpy (>=1.3.1,<2.0.0)
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: pandas (>=2.0.1,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Project-URL: Documentation, https://investos.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/forecastos/investos
Description-Content-Type: text/markdown

# InvestOS

| | |
| --- | --- |
| Docs | [![website - investos.io](https://img.shields.io/badge/website-investos.io-black)](https://investos.io/) [![docs](https://img.shields.io/readthedocs/investos)](https://investos.readthedocs.io/en/latest/) |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/investos.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.python.org/pypi/investos) [![PyPI - Python Versions](https://img.shields.io/pypi/pyversions/investos.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/investos/) |
| Meta | [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![license - CC-BY-NC-SA-4.0](https://img.shields.io/badge/license-CC--BY--NC--SA--4.0-blue)](https://spdx.org/licenses/CC-BY-NC-SA-4.0.html) |

**InvestOS** (/InvEst əʊˈes/) is a Python library for investors who want to focus on generating alpha. As it stands today, it provides reliable backtesting and portfolio optimization software for investors... but we have bigger ambitions!

As mentioned in our [first blog article](https://blog.investos.io/why-we-created-investos/):

> From the start, our goal has been to support all possible optimization strategies and backtesting requirements through flexible, extensible code, while prioritizing reliability and ease-of-use.
> Once we feel we’ve achieved that goal as it pertains to portfolio optimization and backtesting, we plan to begin productizing other (non-IP) parts of investors’ alpha-generation process.

For more information, visit [investos.io](https://investos.io).

