Re: [opensc-devel] Re: PyCSC: PC/SC API for Python

2007-02-25 Thread Ludovic Rousseau
On 25/02/07, Henryk Plötz <[EMAIL PROTECTED]> wrote: Am Sun, 25 Feb 2007 16:06:14 +0100 schrieb Ludovic Rousseau: > Jean-Luc Giraud started a PC/SC API for Python some time ago [1] but > the development has stalled. > > I decided (with Jean-Luc' help) to host the project on alioth [2] and > impro

Re: [opensc-devel] Re: PyCSC: PC/SC API for Python

2007-02-25 Thread Martin Paljak
On 25.02.2007, at 20:16, Henryk Plötz wrote: Possible improvements: - provide a ISO 7816-4 API to use select_file() instead of hex notation "00A4" - provide a VerifyPin() instead of direct call to SCardControl() That is not easy and it would be best to create an opensc interface for that pu

[opensc-devel] Re: PyCSC: PC/SC API for Python

2007-02-25 Thread Henryk Plötz
Moin, Am Sun, 25 Feb 2007 16:06:14 +0100 schrieb Ludovic Rousseau: > Jean-Luc Giraud started a PC/SC API for Python some time ago [1] but > the development has stalled. > > I decided (with Jean-Luc' help) to host the project on alioth [2] and > improve it: > - use epydoc to generate a HTML docume

[opensc-devel] Re: PyCSC: PC/SC API for Python

2007-02-25 Thread Ludovic Rousseau
On 25/02/07, Philippe C. Martin <[EMAIL PROTECTED]> wrote: Bravo ! Thanks :-) Two things I added to PyCSC that I needed: 1) Support for T=1 Should work out of the box. Default protocol is SCARD_PROTOCOL_ANY = SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1. 2) PIN pad support (PCSC 2.0) Are those

[opensc-devel] Re: PyCSC: PC/SC API for Python

2007-02-25 Thread Philippe C. Martin
Hi, Bravo ! I have not looked at the code yet but will. Two things I added to PyCSC that I needed: 1) Support for T=1 2) PIN pad support (PCSC 2.0) Are those built-in ? ... I can help if you wish. Regards, Philippe On Sunday 25 February 2007 16:06, Ludovic Rousseau wrote: > Hello, > > Jea