Bug#824152: ITP: ofxstatement -- Tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash.

2016-05-14 Thread Alexandre Detiste
Le vendredi 13 mai 2016, 10:37:35 Alexander Gerasiov a écrit :
> > Do you also plan to ship all the 19 known plugins in the same
> > package ? https://github.com/kedder/ofxstatement#known-plugins

> Not in ofxstatement, but in ofxstatement-plugin-name or ofxstatement-plugins.

Hi,

In my understanding, "package-plugins" are meant to extend functionality
of "package"; where "package" can already be mostly usefull without the plugins.

e.g.: "konqueror" suggests "konq-plugins" .

In this case, ofxstatement is of absolutely no use by itself.

Whoever made the pip3 package likely did understood that
and also included ofxstatement-lithuanian & ofxstatement-czech
in this archive.

So I'd just roll everything, core + plugins, in one single package.

> I was thinking about this. And would like to talk with guys from Python
> apps packaging team.

Team-maintained is a good idea.
 
> Create separate package for every plugin looks like an overkill, may be
> it would be better to merge them in one package. But since I'll put
> them under team maintenance (I believe it's the right move), it would be
> better to follow best practices.

This is not python specific at all, it's just about trying to make packages
where the metadata doesn't outweight the actual contents;
& avoiding to put too much strain on ftp-masters, mirrors et all without any 
gain.

Alexandre



Bug#824152: ITP: ofxstatement -- Tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash.

2016-05-13 Thread Alexander Gerasiov
Hello Alexandre,

On Fri, 13 May 2016 05:27:56 +0200
Alexandre Detiste  wrote:

> Le vendredi 13 mai 2016, 01:18:03 Alexander GQ Gerasiov a écrit :
> > Package: wnpp
> > Severity: wishlist
> > Owner: Alexander GQ Gerasiov 
> > 
> > * Package name: ofxstatement
> >   Version : 0.5.0
> >   Upstream Author : Andrey Lebedev 
> > * URL : https://github.com/kedder/ofxstatement
> > * License : GPL
> >   Programming Lang: Python
> >   Description : Tool to convert proprietary bank statement to
> > OFX format, suitable for importing to GnuCash.
> > 
> 
> Hi,
> 
> Do you also plan to ship all the 19 known plugins in the same
> package ? https://github.com/kedder/ofxstatement#known-plugins
> 
> I'd personally use this one, but ITP'ing an extra package for only 70
> lines of code doesn't seem like the right thing to do.

Not in ofxstatement, but in ofxstatement-plugin-name or ofxstatement-plugins.

First of all I'l like to see in archive plugins I wrote and use myself
=) But of course it would be good if there will be all of them.

I was thinking about this. And would like to talk with guys from Python
apps packaging team.

Create separate package for every plugin looks like an overkill, may be
it would be better to merge them in one package. But since I'll put
them under team maintenance (I believe it's the right move), it would be
better to follow best practices.

-- 
Best regards,
 Alexander Gerasiov

 Contacts:
 e-mail: g...@cs.msu.su  Homepage: http://gerasiov.net  Skype: gerasiov
 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49  BAEA CA87 E9E8 2AAC 33F1



Bug#824152: ITP: ofxstatement -- Tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash.

2016-05-12 Thread Alexandre Detiste
Le vendredi 13 mai 2016, 01:18:03 Alexander GQ Gerasiov a écrit :
> Package: wnpp
> Severity: wishlist
> Owner: Alexander GQ Gerasiov 
> 
> * Package name: ofxstatement
>   Version : 0.5.0
>   Upstream Author : Andrey Lebedev 
> * URL : https://github.com/kedder/ofxstatement
> * License : GPL
>   Programming Lang: Python
>   Description : Tool to convert proprietary bank statement to OFX format, 
> suitable for importing to GnuCash.
> 

Hi,

Do you also plan to ship all the 19 known plugins in the same package ?
https://github.com/kedder/ofxstatement#known-plugins

I'd personally use this one, but ITP'ing an extra package for only 70 lines
of code doesn't seem like the right thing to do.

https://github.com/TheoMarescaux/ofxstatement-be-ing/blob/master/src/ofxstatement/plugins/ingbe.py

Greets,

Alexandre



Bug#824152: ITP: ofxstatement -- Tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash.

2016-05-12 Thread Alexander GQ Gerasiov
Package: wnpp
Severity: wishlist
Owner: Alexander GQ Gerasiov 

* Package name: ofxstatement
  Version : 0.5.0
  Upstream Author : Andrey Lebedev 
* URL : https://github.com/kedder/ofxstatement
* License : GPL
  Programming Lang: Python
  Description : Tool to convert proprietary bank statement to OFX format, 
suitable for importing to GnuCash.

Most internet banking systems are capable of exporting account transactions to
some sort of computer readable formats, but few supports standard data formats,
like OFX. On the other hand, personal accounting tools, such as GnuCash support
standard formats only, and will probably never support proprietary statement
formats of online banking systems.

To bridge the gap between them, ofxstatement tool was created.