🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

ynabkit

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ynabkit

CLI tool to support data import and export from YNAB

0.1.3
100

Supply Chain Security

100

Vulnerability

99

Quality

100

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Maintainers
1

ynabkit

PyPI Changelog Tests License

YNAB Kit is a CLI tool to support data import and export from YNAB. It provides tools to convert data from Fineco and Satispay export files to YNAB CSV format.

Installation

Install this tool using pip:

pip install ynabkit

Usage

For help, run:

ynabkit --help

You can also use:

python -m ynabkit --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd ynabkit
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts