Metadata-Version: 2.1
Name: pylovelace
Version: 2023.1.5
Summary: Python code protection/obfuscation tool
Home-page: https://github.com/pylovelace/pylovelace
Author: nshout
Keywords: obfuscate obfuscation distribute production tool
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Topic :: Security
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Requires-Python: >=3.10, <3.13
License-File: LICENSE
Requires-Dist: pylovelace.kernel (>2023.1.4)

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/
