Sergi Almacellas Abellana
Sergi Almacellas Abellana
Hi, Here is the implementation of [#90](https://github.com/XML-Security/signxml/issues/90) For now we just include basic properties of xades but it works for simple implementations. I will like to have some feedback of...
In the following example: ``` >>> from schwifty import BIC, IBAN >>> bic = BIC('BSABESBB') >>> bic.bank_names ['ABBEY NATIONAL BANK, S.A.E.', 'ACTIVOBANK, S.A.', 'BANCO ATLANTICO, S.A.', 'BANCO CAM, S.A.', 'BANCO...
Given the following example: ``` >>> bic = BIC('BSABESBB') >>> bic >>> bic.country_code 'ES' >>> bic.domestic_bank_codes ['0008', '0013', '0042', '0043', '0046', '0081', '0106', '0112', '0118', '0119', '0185', '0209', '0217', '0230',...
Hi, I took the time to update evince package to 45.0 version. Note that this is my first PR in this repository, so probably I'm missed something in the process....
Hi, I'm just writing you to inform that the certificate used on https://amagama-live.translatehouse.org/ is expired. This causes an error when using pootle, as it tries to reach this server for...
This PR implements what is described on #113 I did not found so much information of the number so it is based on: http://www.oecd.org/tax/automatic-exchange/crs-implementation-and-assistance/tax-identification-numbers/Malaysia-TIN.pdf I will complete the tests with...