Metadata-Version: 2.1
Name: py2pyd
Version: 0.1.0
Summary: A simple and easy Python to PYD compiler using Cython
Home-page: https://github.com/sachadee/PythonPydGenerator
Author: Sacha Dehe
Author-email: sachadehe@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Cython

# py2pyd

**py2pyd** is a tool to compile Python scripts (`.py`) into `.pyd` files using Cython.

## Installation

```cmd
pip install .


#Usage:

To compile a Python file to a PYD DLL:

```cmd
py2pyd myscript.py

#License
MIT License

Run:
```cmd
pip install -e .
