- New port: finance/py-ofxparse
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. WWW: https://pypi.org/project/ofxparse/
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
SUBDIR += py-backtrader
|
||||
SUBDIR += py-bitcoin
|
||||
SUBDIR += py-ebaysdk-python
|
||||
SUBDIR += py-ofxparse
|
||||
SUBDIR += py-pycoin
|
||||
SUBDIR += py-python-bitcoinlib
|
||||
SUBDIR += py-python-obelisk
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ofxparse
|
||||
PORTVERSION= 0.20
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Tools for working with the OFX file format
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup460>0:www/py-beautifulsoup460@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1586283849
|
||||
SHA256 (ofxparse-0.20.tar.gz) = eb45db5802938ac0ab3664418ca564619cc9e7ec6d301c1063ffc16e587ec37e
|
||||
SIZE (ofxparse-0.20.tar.gz) = 53178
|
||||
@@ -0,0 +1,12 @@
|
||||
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.
|
||||
|
||||
WWW: https://pypi.org/project/ofxparse/
|
||||
Reference in New Issue
Block a user