SST: STEEM Steuertool
The SST, STEEM SteuerTool, script for the German community is a project that helps German users of the STEEM blockchain to fill out their tax forms in a proper way, so no data seems to be lost, and to avoid possible later fees installed by the tax authorities. This tool is not to be seen as an advisor on tax law, it is just a simple tool and helper, to simplify collecting necessary data.
New Features
- What feature(s) did you add?
The SST script for the German community was only working with the steem-python library.
This library only works with Python 3.6 and is complicated to install on Windows PCs.
Another library for the STEEM Blockchain is beem. This works out of the box on Linux and Windows computers. Also it is compatible with all current Python versions, 2.7 and 3.4 and above.
- How did you implement it/them?
The original script was not changed. Instead a new script was uploaded to the Git repository:
beem_steuertool.py
The old script can still be used on existing installations with steem-python, as there has been no change.
This step, a new and separate script, was taken, as the beem library has some different functions and names for those functions.
Also, this is another step in direction for a web based service for this tool.
- Roadmap
Next will be the implementation as webservice, so users can download the CSV file directly and easily for their use from the server, without the need for any Python knowledge
- Repository
The changes and all scripts can be downloaded from the git repo: isnochys/steem_steuertool
Posted on Utopian.io - Rewarding Open Source Contributors