Smk-py

Latest version: v1.2.5

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

Scan your dependencies

1.2.5

- Added [MANIFEST.in](https://github.com/sahdjfg/smk-py/blob/main/MANIFEST.in).

1.2.4

- Fixed [setup.py](https://github.com/sahdjfg/smk-py/blob/main/setup.py).

1.2.3

- Added `.configure()`.

Usage

python
name = "world"

smk.feed([name])
smk.configure("demo.h.in")

1.1.3

- Added `smk.error`.

`smk.error` usage

python
import smk

sh = smk.check("sh")

if sh is None:
smk.error("sh is not available")


Console will look like below if `sh` is not available.

console
$ ./Makefile.py
[check] sh... no
error: sh is not available

1.0.1

- Updated the way to call `.replace()` in [setup.py](https://github.com/sahdjfg/smk-py/blob/main/setup.py).

1.0.0

- Implemented core functionality.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.