pylovelace


Namepylovelace JSON
Version 2023.2.1 PyPI version JSON
download
home_pagehttps://github.com/pylovelace/pylovelace
SummaryPython code protection/obfuscation tool
upload_time2023-05-07 23:29:19
maintainer
docs_urlNone
authornshout
requires_python>=3.10, <3.13
license
keywords obfuscate obfuscation distribute production tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyLovelace Python protection tool.
===================================

PyLovelace is a Python protection tool that can be used to protect
Python source code from being reverse engineered.

Installation
------------
PyLovelace is available on PyPI and can be installed using pip:

    pip install pylovelace

Usage
-----
PyLovelace can be used as a command line tool to protect Python source
code. The following command will protect the Python source code in
`my_script.py` and write the protected code to `dist/my_script.py`:

    pylovelace protect my_script.py

Supported Python versions
-------------------------
PyLovelace supports Python 3.11 with 3.10 and 3.12 support coming soon.
Windows only for now.

More information
----------------
- PyLovelace on PyPI: https://pypi.org/project/pylovelace/
- PyLovelace on GitHub: https://github.com/pylovelace/pylovelace
- PyLovelace documentation: https://pylovelace.com/docs/getting-started/introduction

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pylovelace/pylovelace",
    "name": "pylovelace",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10, <3.13",
    "maintainer_email": "",
    "keywords": "obfuscate obfuscation distribute production tool",
    "author": "nshout",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "PyLovelace Python protection tool.\r\n===================================\r\n\r\nPyLovelace is a Python protection tool that can be used to protect\r\nPython source code from being reverse engineered.\r\n\r\nInstallation\r\n------------\r\nPyLovelace is available on PyPI and can be installed using pip:\r\n\r\n    pip install pylovelace\r\n\r\nUsage\r\n-----\r\nPyLovelace can be used as a command line tool to protect Python source\r\ncode. The following command will protect the Python source code in\r\n`my_script.py` and write the protected code to `dist/my_script.py`:\r\n\r\n    pylovelace protect my_script.py\r\n\r\nSupported Python versions\r\n-------------------------\r\nPyLovelace supports Python 3.11 with 3.10 and 3.12 support coming soon.\r\nWindows only for now.\r\n\r\nMore information\r\n----------------\r\n- PyLovelace on PyPI: https://pypi.org/project/pylovelace/\r\n- PyLovelace on GitHub: https://github.com/pylovelace/pylovelace\r\n- PyLovelace documentation: https://pylovelace.com/docs/getting-started/introduction\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python code protection/obfuscation tool",
    "version": "2023.2.1",
    "project_urls": {
        "Homepage": "https://github.com/pylovelace/pylovelace"
    },
    "split_keywords": [
        "obfuscate",
        "obfuscation",
        "distribute",
        "production",
        "tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3889c8985c43484e3cbc799d51331aebee79d8cff697424fe516b66fa985f69",
                "md5": "f4ca894af56adba91b37a8581bc8c4f1",
                "sha256": "230fe78fdb4eb35d2f0334def06e148acb806e0a9c9c439878e1fc5022819d21"
            },
            "downloads": -1,
            "filename": "pylovelace-2023.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4ca894af56adba91b37a8581bc8c4f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10, <3.13",
            "size": 18082,
            "upload_time": "2023-05-07T23:29:19",
            "upload_time_iso_8601": "2023-05-07T23:29:19.773356Z",
            "url": "https://files.pythonhosted.org/packages/f3/88/9c8985c43484e3cbc799d51331aebee79d8cff697424fe516b66fa985f69/pylovelace-2023.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-07 23:29:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pylovelace",
    "github_project": "pylovelace",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pylovelace"
}
        
Elapsed time: 0.07454s