Metadata-Version: 2.1
Name: pandas-trader
Version: 0.1.2
Summary: Trading and backtesting in Pandas.
Home-page: https://github.com/lucasjamar/pandas-trader
License: Apache-2.0
Keywords: Trading,Backtesting,Pandas
Author: Lucas Jamar
Author-email: lucasjamar47@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pandas[computation] (>=2.2.0,<3.0.0)
Project-URL: Repository, https://github.com/lucasjamar/pandas-trader
Description-Content-Type: text/markdown

# Pandas Trader

![Python version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11-blue.svg)
[![PyPI version](https://badge.fury.io/py/pandas-trader.svg)](https://pypi.org/project/pandas-trader/)
[![PyPI download](https://img.shields.io/pypi/dm/pandas-trader.svg)](https://pypi.org/project/pandas-trader/#files)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lucasjamar/pandas-trader/HEAD?labpath=examples)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/lucasjamar/pandas-trader/blob/main/LICENSE.md)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Easy trading with pandas-trading.

## &#x1F4BB; Installation

### Pip

```
pip install pandas-trader
```

## &#x25B6; Demo

Try out the examples in Binder!
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lucasjamar/pandas-trader/HEAD?labpath=examples)


## &#x1F4DA; Read The Docs

Coming soon!

