pyida


Namepyida JSON
Version 2023.2.1 PyPI version JSON
download
home_pagehttps://github.com/pylovelace/pylovelace
SummaryPython code protection/obfuscation tool
upload_time
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": "pyida",
    "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": [],
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pylovelace",
    "github_project": "pylovelace",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyida"
}
        
Elapsed time: 0.06521s