Mara-cli

Latest version: v0.3.1

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

Scan your dependencies

0.3.1

- fix incorrect build version
- update readme

0.3.0

- Auto discover commands from entry_point `mara.commands`
- Refactoring config logic:
- automatically import `mara_config.py` if exists
- optionally specify where the mara_config is with env. `MARA_CONFIG`
- drop usage of module `mara-config`

0.2.0

- Remove `mara print_config` command (moved to mara-config package).
- Allow for click.Group packages to keep their original name.
This allows for packages to set a shorter name and provide the
rest of their commands as subcommands. This should be used
sparingly, as this has the danger of submitting two
subcommands under the same name (which results in a
`RuntimeError`)
- Remove the '--log-to-syslog' option (was unused)

Required changes:
* Adjust scripts which used `mara print_config` to use
`mara config print`.

0.1.1

- Adjust to mara-config changes by using
`init_mara_config_once()` instead of our own code.

0.1.0

- Initial version with this functionality:
- `mara` commandline app
- `mara print_config` subcommand
- automatically upload tags to pypi

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.