Skip to content

kelsos/rotki-data-tool

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors