- Properly release key file descriptor after reading in key.
- Verbose docs, served at
https://python3-krakenex.readthedocs.io/
.
- Single-source version and URL - used during setup and in
User-Agent
.
- Ship examples with PyPI package.
- Renamed README and LICENSE according to PyPI recommendations.
- First PyPI package upload (source distribution).
- Change versioning scheme to semantic versioning (recommended by PyPI).
- Basic documentation with sphinx.
- Classes sub-classed from
object
.
- Core license changed to LGPLv3. Examples remain at Simplified BSD.
API.set_connection()
method to set default connection.
- Fixed
User-Agent
still reporting version0.0.3
.
- Original Python 2 version ported to Python 3.
conditional-close
example.- Examples licensed under the Simplified BSD license.
API.load_key()
method to allow loading key/secret pair from file.
- Basic implementation of
KrakenConnection
class. - Optional
conn
argument to query methods allows connection reuse.
- Basic
API
class withquery_{public,private}()
methods. - Licensed under GPLv3.