Metadata-Version: 2.4
Name: luafend
Version: 0.0.1
Summary: Command line client for Luafend - Lua and Luau source code protection.
Project-URL: Homepage, https://luafend.com
Project-URL: Documentation, https://luafend.com/docs
Keywords: lua,luau,obfuscator,obfuscation,code-protection,roblox
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Luafend CLI

Command line client for [Luafend](https://luafend.com) — source code protection for Lua
and Luau. Compiles your script into its own virtual machine and encrypts the strings and
constants, so the file you ship reads like noise while it still behaves exactly the same.

Builds target **Luau**, **Lua 5.1** and **Lua 5.4**, covering Roblox, Garry's Mod,
embedded Lua and your own host.

## Status

`0.0.1` is a placeholder that reserves the package name. The client itself is developed
as the npm package `luafend`; the commands below are what a Python release would ship.

```bash
pip install luafend

luafend login                 # authenticate with your API key
luafend whoami                # plan, limits, credits
luafend obfuscate script.lua  # protect a file
luafend billing               # open billing in your browser
```

## Requirements

Python 3.9 or newer.

## Links

- Website — https://luafend.com
- Documentation — https://luafend.com/docs
