Cédric Krier

Results 30 issues of Cédric Krier

There are many banks with the same bank_code but different BIC. So when getting the BIC from an IBAN schwifty takes the last bank loaded with the bank_code. I think...

The URL returns 404. my log id: a0b69d9005a2cfe2e399d41c

We use the parser for [Tryton](http://www.tryton.org/) date widget and we have often user who are trying to encode date in this format (locale format without any separator for speed).

enhancement
parser

A statement transaction can have an optional BANKACCTTO or CCACCTTO tag. It can be useful to have this information when trying to match the transaction with an existing party of...

When extracting new directives only new sub directives must be merged in the parent sub directive. Fixes #48

Following the #44, if choose and when directive ends up in the same directive list, choose must be ordered first.

I have wrote a test that shows the problem: https://github.com/cedk/genshi/commit/53f60233156b87190f03b7dca3f59cd6acaba56b

Hi, py-xml-escpos has a MIT license shared between Frederic van der Essen and Manuel F. Martinez. But I found https://github.com/python-escpos/python-escpos which also has Manuel F. Martinez as author but under...

DESCRIPTION.rst is required to be packaged because setup.py read it to set the long_description. Other files LICENSE.txt and README.md are always good to have in the package.