GithubHelp home page GithubHelp logo

rmoorman / python-saml-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mehcode/python-saml

0.0 3.0 0.0 656 KB

A python interface to produce and consume Security Assertion Markup Language (SAML) v2.0 messages.

Home Page: http://python-saml.readthedocs.org/

License: MIT License

Python 100.00%

python-saml-1's Introduction

python-saml

Build Status Coverage Status PyPi Version PyPi Downloads

A python interface to produce and consume Security Asserion Markup Language v2.0 (SAML2) messages.

Features

Python 2.7.x, 3.3.x, 3.4.x support

python-saml supports both python 2.7.x+ and 3.3.x+.

SAML conformance

python-saml conforms to the latest SAML (v2.0) standards.

Environment agnostic

python-saml may be used to produce and consume SAML messages regardless of the environment (terminal, WSGI, django) used to call it.

Usage

Check the test suite for additional examples on using the library.

Install

Pre-Install

Linux

apt-get install libxml2-dev libxmlsec1-dev

Mac

brew install libxml2 libxmlsec1

Automated

  1. saml can be installed through easy_install or pip.

    pip install saml

Manual

  1. Clone the saml repository to your local computer.

    git clone git://github.com/mehcode/python-saml.git
  2. Change into the saml root directory.

    cd /path/to/saml
  3. Install the project and all its dependencies using pip.

    pip install .

Contributing

Setting up your environment

  1. Follow steps 1 and 2 of the manual installation instructions.
  1. Initialize a virtual environment to develop in. This is done so as to ensure every contributor is working with close-to-identicial versions of packages.

    mkvirtualenv saml

    The mkvirtualenv command is available from virtualenvwrapper which can be installed by following: http://virtualenvwrapper.readthedocs.org/en/latest/install.html#basic-installation

  2. Install saml in development mode with testing enabled. This will download all dependencies required for running the unit tests.

    pip install -e ".[test]"

Running the test suite

  1. Set up your environment.

  2. Run the unit tests.

    py.test

License

Unless otherwise noted, all files contained within this project are liensed under the MIT opensource license. See the included file LICENSE or visit opensource.org for more information.

python-saml-1's People

Contributors

mehcode avatar ameng avatar flyingbluejay avatar avoliva avatar

Watchers

Rico Moorman avatar James Cloos avatar  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.