Metadata-Version: 2.4
Name: abcquant
Version: 0.0.2
Summary: A lightweight quantitative analysis toolkit.
Author-email: nvidoo <nvidoo@users.noreply.pypi.org>
License: MIT
Project-URL: Homepage, https://pypi.org/project/abcquant/
Keywords: quant,finance,analysis
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# abcquant

A lightweight quantitative analysis toolkit.

## Install

```bash
pip install abcquant
```

## Usage

```python
import abcquant

print(abcquant.__version__)
print(abcquant.hello())
```

## Version

0.0.2
