{"id":16795132,"url":"https://github.com/mehcode/python-saml","last_synced_at":"2025-03-22T01:30:57.318Z","repository":{"id":24327708,"uuid":"27724689","full_name":"mehcode/python-saml","owner":"mehcode","description":"A python interface to produce and consume Security Assertion Markup Language (SAML) v2.0 messages.","archived":false,"fork":false,"pushed_at":"2018-03-05T17:31:39.000Z","size":400,"stargazers_count":28,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T06:51:28.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://python-saml.readthedocs.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mehcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-08T16:47:25.000Z","updated_at":"2024-09-13T17:25:19.000Z","dependencies_parsed_at":"2022-07-16T00:00:35.107Z","dependency_job_id":null,"html_url":"https://github.com/mehcode/python-saml","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fpython-saml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fpython-saml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fpython-saml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fpython-saml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehcode","download_url":"https://codeload.github.com/mehcode/python-saml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244893378,"owners_count":20527583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T09:15:30.001Z","updated_at":"2025-03-22T01:30:57.054Z","avatar_url":"https://github.com/mehcode.png","language":"Python","readme":"# python-saml\n[![Build Status](https://travis-ci.org/mehcode/python-saml.png?branch=master)](https://travis-ci.org/mehcode/python-saml)\n[![Coverage Status](https://coveralls.io/repos/mehcode/python-saml/badge.png?branch=master)](https://coveralls.io/r/mehcode/python-saml?branch=master)\n[![PyPi Version](https://pypip.in/v/saml/badge.png)](https://pypi.python.org/pypi/saml)\n![PyPi Downloads](https://pypip.in/d/saml/badge.png)\n\u003e A python interface to produce and consume Security Asserion Markup Language v2.0 (SAML2) messages.\n\n## Features\n\n##### Python 2.7.x, 3.3.x, 3.4.x support\n\npython-saml supports both python 2.7.x+ and 3.3.x+.\n\n##### SAML conformance\n\npython-saml conforms to the latest [SAML][] (v2.0) standards.\n\n[SAML]: https://www.oasis-open.org/standards#samlv2.0\n\n##### Environment agnostic\n\npython-saml may be used to produce and consume SAML messages regardless of the environment (terminal, WSGI, django) used to call it.\n\n## Usage\n\n###\n\nCheck the [test suite](https://github.com/mehcode/python-saml/blob/master/tests/saml/test_schema.py#L33) for additional examples on using the library.\n\n## Install\n\n### Pre-Install\n\n#### Linux\n\n   ```sh\n   apt-get install libxml2-dev libxmlsec1-dev\n   ```\n\n#### Mac\n\n   ```sh\n   brew install libxml2 libxmlsec1\n   ```\n\n\n### Automated\n\n1. **saml** can be installed through `easy_install` or `pip`.\n\n   ```sh\n   pip install saml\n   ```\n\n### Manual\n\n1. Clone the **saml** repository to your local computer.\n\n   ```sh\n   git clone git://github.com/mehcode/python-saml.git\n   ```\n\n2. Change into the **saml** root directory.\n\n   ```sh\n   cd /path/to/saml\n   ```\n\n3. Install the project and all its dependencies using `pip`.\n\n   ```sh\n   pip install .\n   ```\n\n## Contributing\n\n### Setting up your environment\n\n1. Follow steps 1 and 2 of the [manual installation instructions][].\n\n[manual installation instructions]: #manual\n\n2. Initialize a virtual environment to develop in.\n   This is done so as to ensure every contributor is working with\n   close-to-identicial versions of packages.\n\n   ```sh\n   mkvirtualenv saml\n   ```\n\n   The `mkvirtualenv` command is available from `virtualenvwrapper` which\n   can be installed by following: http://virtualenvwrapper.readthedocs.org/en/latest/install.html#basic-installation\n\n3. Install **saml** in development mode with testing enabled.\n   This will download all dependencies required for running the unit tests.\n\n   ```sh\n   pip install -e \".[test]\"\n   ```\n\n### Running the test suite\n\n1. [Set up your environment](#setting-up-your-environment).\n\n2. Run the unit tests.\n\n   ```sh\n   py.test\n   ```\n\n## License\nUnless 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.\n\n[opensource.org]: http://opensource.org/licenses/MIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehcode%2Fpython-saml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehcode%2Fpython-saml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehcode%2Fpython-saml/lists"}