selinux


Nameselinux JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/pycontribs/selinux
Summaryshim selinux module
upload_time2022-12-24 16:42:13
maintainerSorin Sbarnea
docs_urlNone
authorSorin Sbarnea
requires_python>=3.9
licenseMIT license
keywords selinux virtualenv
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/python/black
   :alt: Python Black Code Style

selinux
=======

Pure-python selinux **shim** module for use in virtualenvs in order to avoid
failure to load selinux in Ansible modules.

You still need to have libselinux python bindings package installed on your
system for it to work but you no longer have the problem of not being able
to import it from inside isolated (default) virtualenvs.

This package was also tested as installed outside virtualenvs and seems not
to interfere with the original library.

The change-list can be accessed at `releases`__.

__ https://github.com/pycontribs/selinux/releases

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pycontribs/selinux",
    "name": "selinux",
    "maintainer": "Sorin Sbarnea",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "sorin.sbarnea@gmail.com",
    "keywords": "selinux,virtualenv",
    "author": "Sorin Sbarnea",
    "author_email": "sorin.sbarnea@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/25/07/51acd62e1e15e1172d46f7e32faf138725b147f8c08dbf2d512159d7a310/selinux-0.3.0.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/python/black\n   :alt: Python Black Code Style\n\nselinux\n=======\n\nPure-python selinux **shim** module for use in virtualenvs in order to avoid\nfailure to load selinux in Ansible modules.\n\nYou still need to have libselinux python bindings package installed on your\nsystem for it to work but you no longer have the problem of not being able\nto import it from inside isolated (default) virtualenvs.\n\nThis package was also tested as installed outside virtualenvs and seems not\nto interfere with the original library.\n\nThe change-list can be accessed at `releases`__.\n\n__ https://github.com/pycontribs/selinux/releases\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "shim selinux module",
    "version": "0.3.0",
    "split_keywords": [
        "selinux",
        "virtualenv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "734329d56434499bb96129fc1815aa98",
                "sha256": "ecf7add45c939e9dda682c390a2cd0a845c94a4793a2cce9e8870d4ee9501f99"
            },
            "downloads": -1,
            "filename": "selinux-0.3.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "734329d56434499bb96129fc1815aa98",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 4160,
            "upload_time": "2022-12-24T16:42:11",
            "upload_time_iso_8601": "2022-12-24T16:42:11.745592Z",
            "url": "https://files.pythonhosted.org/packages/68/a7/ef33f8e5818ed6333cf5cb6f85f4f604e13d37d1bae4671e10d6f627f6d6/selinux-0.3.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "7427e820319a165886bdbebd5b5e3553",
                "sha256": "2a88b337ac46ad0f06f557b2806c3df62421972f766673dd8bf26732fb75a9ea"
            },
            "downloads": -1,
            "filename": "selinux-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7427e820319a165886bdbebd5b5e3553",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 13479,
            "upload_time": "2022-12-24T16:42:13",
            "upload_time_iso_8601": "2022-12-24T16:42:13.163465Z",
            "url": "https://files.pythonhosted.org/packages/25/07/51acd62e1e15e1172d46f7e32faf138725b147f8c08dbf2d512159d7a310/selinux-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-24 16:42:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pycontribs",
    "github_project": "selinux",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "selinux"
}
        
Elapsed time: 0.02143s