Releases: rickdenhaan/eobot-py
Minor bugfix in method availability
In previous versions, the get_mining_estimates()
method was not available as an alias. This has now been fixed.
First beta version
Previous version was horribly incompatible with Python 3, this version works fine on Python 3.3 and up (including the current nightly builds of Python 3.7). Note that Python 3.2 is not supported, because we use python-requests for the API connection and it does not support Python 3.2.
As always with a beta version, use at your own risk but let me know if this module behaves in an unexpected way so I can fix it for the next version.
First pre-alpha version
This is the first pre-Alpha version of this module. Try it out. Travis-CI has some issues with the Requests dependency for Python 3, but it should run fine in Python 2.7. If you encounter any issues, let me know!