Code Monkey home page Code Monkey logo

banking.statements.spankki's Introduction

banking.statements.spankki

This is a plugin for use with ofxstatement package. It implements parser for the PDF transaction sheets provided by S-Pankki of Finland.

Issue reports and pull requests welcome.

banking.statements.spankki's People

Contributors

petri avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

silpol

banking.statements.spankki's Issues

How far is the plugin working? Signatures missing

When trying to use the plugin I get this error:

~/dev/python/banking.statements.spankki/:ofxstatement list-plugins
Traceback (most recent call last):
  File "/home/bidar/.local/bin/ofxstatement", line 8, in <module>
    sys.exit(run())
  File "/home/bidar/.local/lib/python3.10/site-packages/ofxstatement/tool.py", line 205, in run
    return args.func(args)
  File "/home/bidar/.local/lib/python3.10/site-packages/ofxstatement/tool.py", line 113, in list_plugins
    available_plugins = plugin.list_plugins()
  File "/home/bidar/.local/lib/python3.10/site-packages/ofxstatement/plugin.py", line 30, in list_plugins
    return sorted((ep.name, ep.load()) for ep in plugin_eps)
  File "/home/bidar/.local/lib/python3.10/site-packages/ofxstatement/plugin.py", line 30, in <genexpr>
    return sorted((ep.name, ep.load()) for ep in plugin_eps)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2471, in load
    return self.resolve()
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2477, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/home/bidar/dev/python/banking.statements.spankki/banking/statements/spankki/plugin.py", line 9, in <module>
    from .parser import SPStatementParser, SIGNATURES
ImportError: cannot import name 'SIGNATURES' from 'banking.statements.spankki.parser' (/home/bidar/dev/python/banking.statements.spankki/banking/statements/spankki/parser.py)

How far is the plugin working?

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.