Metadata-Version: 2.1
Name: ficamp
Version: 0.12.0
Summary: Analyze your bank data and categorize it.
Author: Santiago Fraire Willemoes
Author-email: santiwilly@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: questionary (>=2.0.1,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: scikit-learn (>=1.4.1.post1,<2.0.0)
Requires-Dist: sqlmodel (>=0.0.16,<0.0.17)
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# ficamp

> Analyze your bank data and categorize it.

This has been a [PyCamp.es](https://pycamp.es) 2024 project, use with discretion.

## Installation

```sh
pipx install ficamp
```

Alternatively:

```sh
pip install -U --user ficamp
```

## Usage

```terminal
$ ficamp --help
usage: ficamp [-h] [--bank {abn}] filename

Print the first argument from the CLI

positional arguments:
  filename      The spreadsheet to load

options:
  -h, --help    show this help message and exit
  --bank {abn}
```

## Contributing

Read [CONTRIBUTING.md](./CONTRIBUTING.md).
