Tags: EtWnn/ScanWatch
Tags
Develop (#15) * change version to 0.1.1dev (#5) * Added:Error (#6) * add APIException class * add APIexception usage * remove debugs * handle no transaction found use case (#7) * General scan (#8) * Rename project to ScanWatch change README to ScanWatch * change client to accept BSCscan * change ETHWatch to ScanWatch (#9) * Typo fix (#10) * change ETHWatch to ScanWatch * fix args calls and comments * Sql database (#11) * add appdirs to the requirements and setup * add utils * add storage folder with DataBase and Table * add utils and storage package to the setup * add transaction tables * add row tuple <-> dict conversion * Add enums Unite the getters for transactions tables * add ScanDataBase * Manager (#12) * adapt the client to the NETWORK enum * add tqdm to requirements and setup * add ScanManager * add a transactions getter to the Manager * Docs (#13) * add sphinx to the requirements * fix sphinx duplicate target name and PEP8 * update README * add sphinx docs files * Bump to 0.1.1 (#14) * add bug reports and feature request * change version to 0.1.1 * add twine * add links in the README