Metadata-Version: 2.4
Name: ynab-unlinked
Version: 0.9.0
Project-URL: Documentation, https://github.com/AAraKKe/ynab-unlinked#readme
Project-URL: Issues, https://github.com/AAraKKe/ynab-unlinked/issues
Project-URL: Source, https://github.com/AAraKKe/ynab-unlinked
Project-URL: Privacy, https://github.com/AAraKKe/ynab-unlinked/blob/main/PRIVACY.md
Author-email: Juanpe Araque <juanpe@committhatline.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.13
Requires-Dist: html-text==0.7.1
Requires-Dist: pdfplumber==0.11.9
Requires-Dist: platformdirs==4.9.6
Requires-Dist: pydantic==2.13.3
Requires-Dist: pyexcel-xls==0.7.1
Requires-Dist: pyexcel-xlsx==0.6.1
Requires-Dist: pyexcel==0.7.4
Requires-Dist: rapidfuzz==3.14.5
Requires-Dist: textual==8.2.5
Requires-Dist: typer==0.25.1
Requires-Dist: unidecode==1.4.0
Requires-Dist: ynab==4.1.0
Description-Content-Type: text/markdown

# YNAB Unlinked

YNAB Unlinked is a CLI tools that allows creating transactions in your YNAB account from any input file.

Want to know more? Check out our [wiki](https://github.com/AAraKKe/ynab-unlinked/wiki) where you'll find all the details on how to get started, add new entities, and make the most of this tool. It's pretty straightforward once you get the hang of it!

> [!IMPORTANT]
> This project just started and is open to contributions!

## Privacy

YNAB Unlinked runs entirely on your computer and only talks to YNAB's API. There is no telemetry and no data is shared with any third party. Your YNAB Personal Access Token is stored locally, in plaintext, in the standard config directory for your OS.

Run `yul privacy` to see what is stored on your machine and where, or read the full [privacy notice](./PRIVACY.md).

To wipe all locally stored data, including your API key, run:

```sh
yul config reset
```

## Disclaimer

We are not affiliated, associated, or in any way officially connected with YNAB or any of its subsidiaries or affiliates. The names "YNAB" and "You Need A Budget" are trademarks of their respective owners.

## License

`ynab-unlinked` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
