Compiler Python version 3 source file to binary
Project description
Table of Content
Introduction
PYCX3 is a Python 3 code compiler that utilizes Cython for performance enhancements. It provides a straightforward way to compile Python 3.8 and above code, aiming to improve execution speed and efficiency, especially for legacy Python code optimization.
Features
- Python >=3.8 Support: Specifically designed for compiling Python 3.8 and above code.
- Cython Integration: Utilizes Cython to generate C extensions for enhanced performance.
- Command-Line Interface: Easy-to-use CLI for compiling Python 3 code.
Installation
You can install pycx3
using pip
:
pip install pycx3
Usage
Basic usage with command CLI:
pycx3 source_file.py
Using import module:
from pycx3 import compile as compile_
compile_.compile("source_file.py" #, True/False for enable verbose mode)
License
PYCX3 is released under the AGPL-3.0 license, which grants the following permissions:
- Commercial use
- Modification
- Distribution
- Patent use
- Private use
For more convoluted language, see the LICENSE.
Donate
Love the project? Please consider donating to help it improve!
Changelog
Stay updated on the latest changes and updates to PYCX3 by referring to the Changelog.
Thank you for choosing PYCX3! We aim to provide a secure and reliable solution for encrypting source file Python.
Made with ❤️ and Python
Copyright © 2024 Rangga Fajar Oktariansyah
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.