Cythonbuilder

Latest version: v0.1.20

Safety actively analyzes 622838 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.20

Fixed
- Corrected relative import in __main__.py
- Added coloredlogs as dependency in pyproject.toml
<hr>


2023-06-09 - Upgraded package - added emum support for pyi generator - [0.1.19]
Added
- `.coveragerc` to exclude files from coverage
Changed
- pyigenerator now skips anything in `if __name__ == "__main__"`
Fixed
- error in listing *.pyx files
- README -> `cybuilder list file1 file2` --> `cybuilder list --files file1 file2`
<hr>


2023-04-24 - Upgraded package - added emum support for pyi generator - [0.1.15]
Added
- coverage badge
- pyigenerator now includes support for enums
Changed
- updated development status
Fixed
- error in listing *.pyx files
- Project now build with buildtools - uses pyproject.toml
<hr>


2023-03-25 - Upgraded package - added emum support for pyi generator - [0.1.14]
Changed
- Upgraded cli
Fixed
- pyigenerator now reads in utf-8
<hr>

0.1.13

Fixed
- `pyigenerator.py` - `convert_type_cy_to_py()` added cytype void --> pytype None
- `pyigenerator.py` - `py_line` took default values into account
-

0.1.12

Fixed
- `pyigenerator.py` - `convert_type_cy_to_py()` now returns cy_type if non-built-in type is provided
<hr>

0.1.11

ADDED
- `cli` returns a special message if no pyx files can be found and exits
- `pyigenerator.py` added support for class attributes
Fixed
- `pyigenerator.py` `line_is_import` now also includes `from XX import YY`

<hr>

0.1.10

Added
- `__main__.py` for using cybuilder as a module like `python -m cythonbuilder help`
Changed
- `pyigenerator.py pyx_line_to_pyi` - takes `-> int:` function return type into account
- `pyigenerator.py pyx_line_to_pyi` - flips ctype function parameters around `int age` --> `age:in`
<hr>

2022-05-10
Changed
- Added support for function return types in `pyigenerator.py`
- Added support for imports in `pyigenerator.py`
<hr>


2022-05-09
Added
- `cybuilder init`
- `cybuilder help`
- `cybuilder list`
- `cybuilder build`
- `cybuilder clean` to clean up like after a build
- `pyigenerator.py` -> Generate .pyi files from the .pyx files
- Added pyi generator implementation to ui and help function
Changed
- README.md - new workflow
<hr>

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.