wheezy.security


Namewheezy.security JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://github.com/akornatskyy/wheezy.security
SummaryA lightweight security/cryptography library
upload_time2023-07-28 10:58:29
maintainer
docs_urlhttps://pythonhosted.org/wheezy.security/
authorAndriy Kornatskyy
requires_python>=3.8
licenseMIT
keywords security ticket encryption pycrypto
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # wheezy.security

[![Build Status](https://travis-ci.org/akornatskyy/wheezy.security.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.security)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.security/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.security?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wheezysecurity/badge/?version=latest)](https://wheezysecurity.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://badge.fury.io/py/wheezy.security.svg)](https://badge.fury.io/py/wheezy.security)

[wheezy.security](https://pypi.org/project/wheezy.security/) is a
[python](https://www.python.org) package written in pure Python code. It
is a lightweight security library that provides integration with:

- [pycrypto](https://www.dlitz.net/software/pycrypto) - The Python
  Cryptography Toolkit.
- [pycryptodome](https://www.pycryptodome.org) - PyCryptodome
  is a fork of PyCrypto. It brings several enhancements.
- [pycryptodomex](https://www.pycryptodome.org) - PyCryptodomex
  is a library independent of the PyCrypto.
- [cryptography](https://pypi.org/project/cryptography/) - cryptography
  is a package which provides cryptographic recipes and primitives to
  Python developers.

It is optimized for performance, well tested and documented.

Resources:

- [source code](https://github.com/akornatskyy/wheezy.security),
  and [issues](https://github.com/akornatskyy/wheezy.security/issues)
  tracker are available on
  [github](https://github.com/akornatskyy/wheezy.security)
- [documentation](https://wheezysecurity.readthedocs.io/en/latest/)

## Install

[wheezy.security](https://pypi.org/project/wheezy.security/) requires
[python](https://www.python.org) version 3.8+. It is independent of operating
system. You can install it from
[pypi](https://pypi.org/project/wheezy.security/) site:

```sh
pip install -U wheezy.security
```

If you would like take benefit of one of cryptography library that has
built-in support specify extra requirements:

```sh
pip install wheezy.security[pycrypto]
pip install wheezy.security[pycryptodome]
pip install wheezy.security[pycryptodomex]
pip install wheezy.security[cryptography]
```

If you run into any issue or have comments, go ahead and add on
[github](https://github.com/akornatskyy/wheezy.security).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/akornatskyy/wheezy.security",
    "name": "wheezy.security",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/wheezy.security/",
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "security ticket encryption pycrypto",
    "author": "Andriy Kornatskyy",
    "author_email": "andriy.kornatskyy@live.com",
    "download_url": "https://files.pythonhosted.org/packages/0b/20/8da099b98b2a3111956704a307ac0a6f69786fdf58eefa0f9b7d0aac9d99/wheezy.security-3.2.0.tar.gz",
    "platform": "any",
    "description": "# wheezy.security\n\n[![Build Status](https://travis-ci.org/akornatskyy/wheezy.security.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.security)\n[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.security/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.security?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/wheezysecurity/badge/?version=latest)](https://wheezysecurity.readthedocs.io/en/latest/?badge=latest)\n[![pypi version](https://badge.fury.io/py/wheezy.security.svg)](https://badge.fury.io/py/wheezy.security)\n\n[wheezy.security](https://pypi.org/project/wheezy.security/) is a\n[python](https://www.python.org) package written in pure Python code. It\nis a lightweight security library that provides integration with:\n\n- [pycrypto](https://www.dlitz.net/software/pycrypto) - The Python\n  Cryptography Toolkit.\n- [pycryptodome](https://www.pycryptodome.org) - PyCryptodome\n  is a fork of PyCrypto. It brings several enhancements.\n- [pycryptodomex](https://www.pycryptodome.org) - PyCryptodomex\n  is a library independent of the PyCrypto.\n- [cryptography](https://pypi.org/project/cryptography/) - cryptography\n  is a package which provides cryptographic recipes and primitives to\n  Python developers.\n\nIt is optimized for performance, well tested and documented.\n\nResources:\n\n- [source code](https://github.com/akornatskyy/wheezy.security),\n  and [issues](https://github.com/akornatskyy/wheezy.security/issues)\n  tracker are available on\n  [github](https://github.com/akornatskyy/wheezy.security)\n- [documentation](https://wheezysecurity.readthedocs.io/en/latest/)\n\n## Install\n\n[wheezy.security](https://pypi.org/project/wheezy.security/) requires\n[python](https://www.python.org) version 3.8+. It is independent of operating\nsystem. You can install it from\n[pypi](https://pypi.org/project/wheezy.security/) site:\n\n```sh\npip install -U wheezy.security\n```\n\nIf you would like take benefit of one of cryptography library that has\nbuilt-in support specify extra requirements:\n\n```sh\npip install wheezy.security[pycrypto]\npip install wheezy.security[pycryptodome]\npip install wheezy.security[pycryptodomex]\npip install wheezy.security[cryptography]\n```\n\nIf you run into any issue or have comments, go ahead and add on\n[github](https://github.com/akornatskyy/wheezy.security).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight security/cryptography library",
    "version": "3.2.0",
    "project_urls": {
        "Homepage": "https://github.com/akornatskyy/wheezy.security"
    },
    "split_keywords": [
        "security",
        "ticket",
        "encryption",
        "pycrypto"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b208da099b98b2a3111956704a307ac0a6f69786fdf58eefa0f9b7d0aac9d99",
                "md5": "13ce5c7451c0d5dd8b334bc08877bf30",
                "sha256": "0d5a6074173a11b4eea5cf5dfd0884092f030cc0aa5165d6cc748df9a3fe3321"
            },
            "downloads": -1,
            "filename": "wheezy.security-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "13ce5c7451c0d5dd8b334bc08877bf30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8630,
            "upload_time": "2023-07-28T10:58:29",
            "upload_time_iso_8601": "2023-07-28T10:58:29.666047Z",
            "url": "https://files.pythonhosted.org/packages/0b/20/8da099b98b2a3111956704a307ac0a6f69786fdf58eefa0f9b7d0aac9d99/wheezy.security-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 10:58:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akornatskyy",
    "github_project": "wheezy.security",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "wheezy.security"
}
        
Elapsed time: 0.09341s