types-pysaml2


Nametypes-pysaml2 JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/cex-solutions/pysaml2
SummaryType Stubs for pysaml2
upload_time2023-01-16 11:12:33
maintainer
docs_urlNone
authorBinovate Labs
requires_python>=3.7, <4
licenseGPLv3
keywords stubs pysaml2 pysaml saml2 saml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # types-pysaml2

This is a package containing type annotations
for [pysaml2](https://pypi.org/project/pysaml2/).

### Installing:

Simply run the following in the environment in which you want to install this package:

```shell
# install types-pysaml2
$ python -m pip install types-pysaml2
```

or add it to your requirements file.

### Developing

This is a partial stub package, only covering a part of the functions and objects available in `pysaml2`.
Contributions (both in adding stubs for more functions, or keeping up to date with `pysaml2` itself) are
welcome.

All the formatting is done using [pre-commit](https://pre-commit.com/). To use this, run the following:

```shell
# install pre-commit
$ python -m pip install pre-commit

# Set up the hooks (so pre-commit automatically runs when you do a commit)
$ cd root/directory/of/the/pulled/repository
$ pre-commit install

# This will run automatically whenever a commit is created
# To run it manually, use:
$ pre-commit run --all-files
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cex-solutions/pysaml2",
    "name": "types-pysaml2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <4",
    "maintainer_email": "",
    "keywords": "stubs pysaml2 pysaml saml2 saml",
    "author": "Binovate Labs",
    "author_email": "cex-dev@binovate.com",
    "download_url": "https://files.pythonhosted.org/packages/5a/2e/d0e3fd220ba6ad9655733838494342e0da3f515d7bc56528045f80e53ddd/types-pysaml2-1.0.1.tar.gz",
    "platform": null,
    "description": "# types-pysaml2\n\nThis is a package containing type annotations\nfor [pysaml2](https://pypi.org/project/pysaml2/).\n\n### Installing:\n\nSimply run the following in the environment in which you want to install this package:\n\n```shell\n# install types-pysaml2\n$ python -m pip install types-pysaml2\n```\n\nor add it to your requirements file.\n\n### Developing\n\nThis is a partial stub package, only covering a part of the functions and objects available in `pysaml2`.\nContributions (both in adding stubs for more functions, or keeping up to date with `pysaml2` itself) are\nwelcome.\n\nAll the formatting is done using [pre-commit](https://pre-commit.com/). To use this, run the following:\n\n```shell\n# install pre-commit\n$ python -m pip install pre-commit\n\n# Set up the hooks (so pre-commit automatically runs when you do a commit)\n$ cd root/directory/of/the/pulled/repository\n$ pre-commit install\n\n# This will run automatically whenever a commit is created\n# To run it manually, use:\n$ pre-commit run --all-files\n```\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Type Stubs for pysaml2",
    "version": "1.0.1",
    "split_keywords": [
        "stubs",
        "pysaml2",
        "pysaml",
        "saml2",
        "saml"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7add410a64a943c8403c41f00d6633a1fa52c41819d19b30be92f841e994159",
                "md5": "3026372301e8d0b42dccbd7cb5f36dbb",
                "sha256": "92996a9e746bf676d35d9ceea8c4321aa27074978d5e5198d75b97937dea49be"
            },
            "downloads": -1,
            "filename": "types_pysaml2-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3026372301e8d0b42dccbd7cb5f36dbb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7, <4",
            "size": 43760,
            "upload_time": "2023-01-16T11:12:31",
            "upload_time_iso_8601": "2023-01-16T11:12:31.064865Z",
            "url": "https://files.pythonhosted.org/packages/c7/ad/d410a64a943c8403c41f00d6633a1fa52c41819d19b30be92f841e994159/types_pysaml2-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a2ed0e3fd220ba6ad9655733838494342e0da3f515d7bc56528045f80e53ddd",
                "md5": "3056e0b3f29d52d4b50bea1d0563c7ab",
                "sha256": "5b3191724179c8ea56f6c3ddf71b0ef1789d915fbe5840845c624b02370250cc"
            },
            "downloads": -1,
            "filename": "types-pysaml2-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3056e0b3f29d52d4b50bea1d0563c7ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <4",
            "size": 25825,
            "upload_time": "2023-01-16T11:12:33",
            "upload_time_iso_8601": "2023-01-16T11:12:33.223331Z",
            "url": "https://files.pythonhosted.org/packages/5a/2e/d0e3fd220ba6ad9655733838494342e0da3f515d7bc56528045f80e53ddd/types-pysaml2-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-16 11:12:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "cex-solutions",
    "github_project": "pysaml2",
    "lcname": "types-pysaml2"
}
        
Elapsed time: 0.02924s