Code Monkey home page Code Monkey logo

python-bunq's Introduction

DEPRECATED

This module hasn’t been maintained nor used by me for some time. Security warnings have started popping up.

Use only as inspiration or starting point for your own projects.

No Maintenance Intended

bunq

Python wrapper for the bunq API.

Installation

This package has been tested with Python 3.6.0, but probably works fine with 3.3 and later. Python 2.6 and later should also work, but no guarantees.

To install, use setuptools, run:

python ./setup.py install

or for installing locally for the user:

python ./setup.py install --user

There is no PyPI package as of yet.

Usage

The module is a thin wrapper around the bunq API and takes care of the following:

  • setting the required HTTP headers
  • signing of the outgoing message
  • verification of the response (still very limited)

The code is blissfully unaware of the API endpoints and the data they need and return. You will need the bunq API documentation to figure out all the endpoints and required parameters and possible responses.

After installation this module is called simply bunq. You will probably want to import it like:

from bunq import API

and instantiate and API object like so:

my_api_instance = API(private_key, token)

There are several examples in the examples directory to give you an idea how this module can be used.

Documentation

The code itself is documented with docstrings.

External documentation will be coming ASAP.

TODO

  • tests
  • better verification of response
  • automated session creation
  • use a more lightweight crypto library, like https://github.com/sybrenstuvel/python-rsa
  • active session awareness
  • testing validity of token
  • deal with rsa key encryption
  • automagically retrieve server public key when not given

Attribution

All code is licensed under the MIT License. See LICENSE.

python3-krakenex was a big inspiration.

python-bunq's People

Contributors

madeddie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

python-bunq's Issues

Add package to PyPI

After finishing #5 add package (officially) to the Python Package Index

Most requirements to do so have been met, just my fear of publicizing something half-done that needs to be overcome :)

Test minimally required versions of dependencies

PR #2 mentioned a bug in urllib3 in requests which causes a failure in server response verification. ref kennethreitz/requests#1561

The problem is caused by the response headers losing their casing.

Haven't tested nor set minimally required versions of the current dependencies.

  • test which is the latest version of requests that causes the bug
  • set minimal required version to +1 (and of course test again)
  • check minimally required versions of other deps

Add basic suite of tests

This project has no unit tests at all, this just will not (and can not) do!

Bug #2 points out a definite need for some tests.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.