summaryrefslogtreecommitdiff
path: root/debian/control
blob: b8cbda8362bec8968fb30e67b30a85ca35df0beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: python-ofxclient
Section: python
Priority: optional
Maintainer: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
  , dh-python
  , python-all (>= 2.7~)
  , python-setuptools
  , python-argparse
  , python-beautifulsoup (>= 3.0)
  , python-keyring
  , python-ofxparse (>= 0.8)
Standards-Version: 3.9.5
Homepage: https://sites.google.com/site/ofxparse/
X-Python-Version: >= 2.6

Package: python-ofxclient
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: OFX client for dowloading transactions from banks
 Simple ofxclient command line utility and OFX client libraries for development.