kelsos / rotki-data-tool

A small python cli utility to help manage rotki data/accounts during development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rotki-data-tool

A small python cli utility to help manage rotki data/accounts during development

Installation

python -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Usage

To see what the utility can do run the following.

./tool.py --help

Building

In order to build a single binary out of the tool you can do the following:

pyinstaller tool.spec

This will create a account-sync executable file in the dist directory that you can then use directly.

License

GPLv3

About

A small python cli utility to help manage rotki data/accounts during development

License:GNU General Public License v3.0


Languages

Language:Python 94.1%Language:Makefile 5.9%