numismatic
numismatic copied to clipboard
Collector for digital assets
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [websockets](https://github.com/aaugustin/websockets) from 3.4 to 9.1. Changelog Sourced from websockets's changelog. 9.1 ... May 27, 2021 .. note:: **Version 9.1 fixes a security issue introduced in version 8.0.** Version 8.0...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2017.7.27.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-install-14pvn2be/toolz/ I have no idea what could it be
Docs
Docs PR. You will need to install Sphinx. Then it's easy: go to docs folder, and `make html`. The resulting html documents are in the build folder. However, you will...
Devops
1. Removed the devops folder - not only is packer an overkill, but it did not work 2. Dockerfile, working with python 3.6 in alpine container The Dockerfile works, and...
When a rest request fails, it should be retried again before giving up. This is best practice (and in fact, I implemented this very feature for Microsoft OneNote). The code...
Basic OrderBook implementation. Just for Luno so far. Appears to be working but crashes after a while so will need some debugging.
See https://github.com/snth/numismatic/pull/56#discussion_r152897392