Skip to content

FajarKim/pycx3

Repository files navigation

Table of Content

  1. Introduction
  2. Features
  3. Installation
  4. Usage
  5. License
  6. Donate
  7. Changelog

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!

GitHub Buy Me a Coffee Trakteer

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

License