summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control52
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b0cf40a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: python-ofxparse
+Section: python
+Priority: optional
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Build-Depends: debhelper (>= 9)
+ , dh-python
+ , python-all (>= 2.7~)
+ , python-setuptools
+ , python3-all
+ , python3-setuptools
+ , python-six
+ , python3-six
+ , python-bs4
+ , python3-bs4
+Standards-Version: 3.9.7
+Homepage: https://sites.google.com/site/ofxparse/
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
+
+Package: python-ofxparse
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: parser for Open Financial Exchange (.ofx) format files
+ ofxparse is a parser for Open Financial Exchange (.ofx) format files.
+ OFX files are available from almost any online banking site, so they
+ work well if you want to pull together your finances from multiple
+ sources. Online trading accounts also provide account statements in
+ OFX files.
+ .
+ There are three different types of OFX files, called BankAccount,
+ CreditAccount and InvestmentAccount files. This library has been
+ tested with real-world samples of all three types. If you find a file
+ that does not work with this library, please consider contributing the
+ file so ofxparse can be improved. See the Help! section below for
+ directions on how to do this.
+
+Package: python3-ofxparse
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: parser for Open Financial Exchange (.ofx) format files
+ ofxparse is a parser for Open Financial Exchange (.ofx) format files.
+ OFX files are available from almost any online banking site, so they
+ work well if you want to pull together your finances from multiple
+ sources. Online trading accounts also provide account statements in
+ OFX files.
+ .
+ There are three different types of OFX files, called BankAccount,
+ CreditAccount and InvestmentAccount files. This library has been
+ tested with real-world samples of all three types. If you find a file
+ that does not work with this library, please consider contributing the
+ file so ofxparse can be improved. See the Help! section below for
+ directions on how to do this.