Metadata-Version: 2.4
Name: pycythonizer
Version: 0.0.7
Summary: A tool to compile python files into Cython binaries
Home-page: https://github.com/Boaz-Maroko/cython_compiler
Author: scarredknight
Author-email: boazmaroko123@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cython>=3.1.0
Requires-Dist: click
Requires-Dist: setuptools
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PyCythonizer

## Installation
To install run
```bash
pip install pycythonizer
```

## Usage
To build you project folder run

```bash
pycythonizer /path/to/your/project/ [entry_point] [output_dir]
```
All the arguments are not required. If not given the tool will compile
all python files in the current working directory and output to CWD/build

Happy Coding Enjoy!

