summaryrefslogtreecommitdiff
path: root/debian/control
blob: 0be155ae9c0403742f880cd0af275e7ce726173a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: python-ofxhome
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9)
  , dh-python
  , python-all (>= 2.7~)
  , python3-all
  , python-setuptools
  , python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/captin411/ofxhome
X-Python-Version: >= 2.7
Vcs-Git: https://git.dgit.debian.org/python-ofxhome
Vcs-Browser: https://browse.dgit.debian.org/python-ofxhome.git/

Package: python-ofxhome
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: ofxhome.com financial institution lookup REST client (Python 2.7)
 ofxhome is a REST client for the web service provided by ofxhome.com.
 .
 ofxhome.com provides a way to discover the Open Financial Exchange
 (OFX) URLs and financial institution IDs for banks and other
 financial institutions.
 .
 ofxhome is a sort of "DNS" for financial institution OFX URLs and
 IDs.
 .
 This client by itself is not all that useful unless you are coupling
 it with software that needs this lookup capability.
 .
 This package is for Python 2.7.

Package: python3-ofxhome
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: ofxhome.com financial institution lookup REST client (Python 3)
 ofxhome is a REST client for the web service provided by ofxhome.com.
 .
 ofxhome.com provides a way to discover the Open Financial Exchange
 (OFX) URLs and financial institution IDs for banks and other
 financial institutions.
 .
 ofxhome is a sort of "DNS" for financial institution OFX URLs and
 IDs.
 .
 This client by itself is not all that useful unless you are coupling
 it with software that needs this lookup capability.
 .
 This package is for Python 3.