{ "info": { "author": "Edwin Hermans", "author_email": "edwin at madtech cx", "bugtrack_url": null, "classifiers": [], "description": "bunq\n====\n\nPython wrapper for the `bunq API`_.\n\n.. _bunq API: https://doc.bunq.com/\n\nInstallation\n------------\n\nThis package has been tested with Python 3.6.0, but probably works fine with 3.3 and later.\nPython 2.6 and later should also work, but no guarantees.\n\nTo install, use ``setuptools``, run:\n\n``python ./setup.py install``\n\nor for installing locally for the user:\n\n``python ./setup.py install --user``\n\nThere is no PyPI package as of yet.\n\nUsage\n-----\n\nThe module is a thin wrapper around the bunq API and takes care of the following:\n\n* setting the required HTTP headers\n* signing of the outgoing message\n* verification of the response (still very limited)\n\nThe code is blissfully unaware of the API endpoints and the data they need and return.\nYou will need the bunq API documentation to figure out all the endpoints and required parameters and possible responses.\n\nAfter installation this module is called simply bunq. You will probably want to import it like:\n\n``from bunq import API``\n\nand instantiate and API object like so:\n\n``my_api_instance = API(private_key, token)``\n\nThere are several examples in the ``examples`` directory to give you an idea how this module can be used.\n\nDocumentation\n-------------\n\nThe code itself is documented with docstrings.\n\nExternal documentation will be coming ASAP.\n\nTODO\n----\n\n* tests\n* better verification of response\n* automated session creation\n* use a more lightweight crypto library, like https://github.com/sybrenstuvel/python-rsa\n* active session awareness\n* testing validity of token\n* deal with rsa key encryption\n* automagically retrieve server public key when not given\n\nAttribution\n-----------\n\nAll code is licensed under the MIT License. See ``LICENSE``.\n\n`python3-krakenex`_ was a big inspiration.\n\n.. _python3-krakenex: https://github.com/veox/python3-krakenex", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/madeddie/python-bunq", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bunq", "package_url": "https://pypi.org/project/bunq/", "platform": "", "project_url": "https://pypi.org/project/bunq/", "project_urls": { "Homepage": "https://github.com/madeddie/python-bunq" }, "release_url": "https://pypi.org/project/bunq/0.0.2/", "requires_dist": [ "cryptography", "requests" ], "requires_python": "", "summary": "Simple wrapper around the bunq API", "version": "0.0.2" }, "last_serial": 2703822, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "87025fedfecd494e8fa783919004f004", "sha256": "c300faab23591851bcbb26ef7a5981650555d51aca9cafe7542eade56f72cc5f" }, "downloads": -1, "filename": "bunq-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "87025fedfecd494e8fa783919004f004", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5346, "upload_time": "2017-03-13T23:03:23", "url": "https://files.pythonhosted.org/packages/e0/5f/06128d9297105258b495d2bf118e1ad2a0410104a461af9a7783f344a5f4/bunq-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b208ddc44cc744dde8dc5787e311b47", "sha256": "718900b0475b038b2c75080dc51b267d4e29b3e13afacb1fd4e6a96f6bbf27ad" }, "downloads": -1, "filename": "bunq-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7b208ddc44cc744dde8dc5787e311b47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4256, "upload_time": "2017-03-13T23:03:25", "url": "https://files.pythonhosted.org/packages/9e/8b/c09bd0ada58e3a24e5d0b469e6e384830ccd35c860bd9d5fd7d605c2df0e/bunq-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "87025fedfecd494e8fa783919004f004", "sha256": "c300faab23591851bcbb26ef7a5981650555d51aca9cafe7542eade56f72cc5f" }, "downloads": -1, "filename": "bunq-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "87025fedfecd494e8fa783919004f004", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5346, "upload_time": "2017-03-13T23:03:23", "url": "https://files.pythonhosted.org/packages/e0/5f/06128d9297105258b495d2bf118e1ad2a0410104a461af9a7783f344a5f4/bunq-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b208ddc44cc744dde8dc5787e311b47", "sha256": "718900b0475b038b2c75080dc51b267d4e29b3e13afacb1fd4e6a96f6bbf27ad" }, "downloads": -1, "filename": "bunq-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7b208ddc44cc744dde8dc5787e311b47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4256, "upload_time": "2017-03-13T23:03:25", "url": "https://files.pythonhosted.org/packages/9e/8b/c09bd0ada58e3a24e5d0b469e6e384830ccd35c860bd9d5fd7d605c2df0e/bunq-0.0.2.tar.gz" } ] }