Git Product home page Git Product logo

signxml's Introduction

This is a forked version of the Signxml Repositry (https://github.com/XML-Security/signxml) which is slightly adjusted to fit a project need.

Installation guide:

Note: SignXML depends on lxml and cryptography, which in turn depend on OpenSSL, LibXML, and Python tools to interface with them. You can install those as follows:

OS Python Command
Ubuntu 16.04 Python 2 apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev python-lxml python-cryptography python-openssl python-certifi python-defusedxml
Ubuntu 16.04 Python 3 apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev python3-lxml python3-cryptography python3-openssl python3-certifi python3-defusedxml
Ubuntu 14.04 Python 2 apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev
Ubuntu 14.04 Python 3 apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev
Ubuntu 12.04 Python 2 apt-get install python-dev libxml2-dev libxslt1-dev libssl-dev; pip install cffi
Red Hat Python 2 yum install python-devel python-cffi libxml2-devel libxslt1-devel openssl-devel
Red Hat Python 3 yum install python3-devel python3-cffi libxml2-devel libxslt1-devel openssl-devel
OS X/Homebrew ย  xcode-select --install; brew install openssl; export LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include"

sudo pip install -e git+https://github.com/omagdy/signxml#egg=signxml

signxml's People

Contributors

kislyuk avatar klondi avatar mbarrien avatar agronholm avatar omagdy avatar adamchainz avatar nagylzs avatar schlenk avatar perltrustly avatar soby avatar viclevy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.