All Projects → LudovicRousseau → Pykcs11

LudovicRousseau / Pykcs11

Licence: gpl-2.0
PKCS#11 Wrapper for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pykcs11

Flapigen Rs
Tool for connecting programs or libraries written in Rust with other languages
Stars: ✭ 473 (+792.45%)
Mutual labels:  wrapper, swig
Omdb Graphql Wrapper
🚀 GraphQL wrapper for the OMDb API
Stars: ✭ 45 (-15.09%)
Mutual labels:  wrapper
Fluent
Python wrapper for stdlib (and other) objects to give them a fluent interface.
Stars: ✭ 32 (-39.62%)
Mutual labels:  wrapper
Stormer
Wrappers for making load test with locust more convienient.
Stars: ✭ 41 (-22.64%)
Mutual labels:  wrapper
Openapi To Graphql
Translate APIs described by OpenAPI Specifications (OAS) into GraphQL
Stars: ✭ 973 (+1735.85%)
Mutual labels:  wrapper
Node Prince
Node API for executing PrinceXML via prince(1) CLI
Stars: ✭ 42 (-20.75%)
Mutual labels:  wrapper
Godo
godo is an improved `go run`
Stars: ✭ 28 (-47.17%)
Mutual labels:  wrapper
Regex Builder
Write regular expressions in pure Java
Stars: ✭ 50 (-5.66%)
Mutual labels:  wrapper
Genepi
Automatic generation of N-API wrapper from a C++ library
Stars: ✭ 45 (-15.09%)
Mutual labels:  wrapper
Simplenetnlp
.NET NLP library
Stars: ✭ 38 (-28.3%)
Mutual labels:  wrapper
Pretty Package Versions
A small, indipendent wrapper to get pretty versions strings
Stars: ✭ 986 (+1760.38%)
Mutual labels:  wrapper
Golang Tmdb
This is a Golang wrapper for working with TMDb API. It aims to support version 3.
Stars: ✭ 36 (-32.08%)
Mutual labels:  wrapper
Termux Mpv
Wrapper for Mpv on Termux. Displays play controls in the notification
Stars: ✭ 43 (-18.87%)
Mutual labels:  wrapper
Nim Libsodium
Nim wrapper for the libsodium library
Stars: ✭ 32 (-39.62%)
Mutual labels:  wrapper
Passfml
Pascal binding for SFML
Stars: ✭ 45 (-15.09%)
Mutual labels:  wrapper
Python Pixabay
Python 3 Pixabay's API wrapper.
Stars: ✭ 32 (-39.62%)
Mutual labels:  wrapper
Fast Flipdot
Driving a flipdot matrix differently. All dots simultaneously.
Stars: ✭ 35 (-33.96%)
Mutual labels:  swig
Rusqlite
Ergonomic bindings to SQLite for Rust
Stars: ✭ 1,008 (+1801.89%)
Mutual labels:  wrapper
Mailjet Apiv3 Java
[API v3] Mailjet Java API Wrapper
Stars: ✭ 53 (+0%)
Mutual labels:  wrapper
Obdi
A REST interface and GUI for running scripts.
Stars: ✭ 49 (-7.55%)
Mutual labels:  wrapper

PyKCS11 - PKCS#11 Wrapper for Python - Project Overview

Authors

  • Copyright (C) 2004 Midori (midori -- a-t -- paipai dot net)
  • Copyright (C) 2006-2018 Ludovic Rousseau ([email protected])

Licence

This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Status

Build Status

Coverage Status

Build status

API

The API documentation is available at http://pkcs11wrap.sourceforge.net/api/

Unix Howto

To install::

$ make build
$ make install (or make install DESTDIR=/foo/bar)

Windows Howto

Prerequisites

  • Install python3 (and add "C:\Python34;C:\Python34\Scripts" to PATH environment variable)
  • Install swig (and add swig install folder to PATH environment variable)
  • Install Visual studio 2010 SDK

To install:

Open "Visual Studio command prompt (2010)"

cd to PyKCS11 folder and run::

> nmake -f Makefile.win32 build
> nmake -f Makefile.win32 install

Windows binaries

You can get (untested) Windows binaries from https://ci.appveyor.com/project/LudovicRousseau/pykcs11 in "artifacts".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].