Rizhiy-cfg

Latest version: v4.0.1

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

Scan your dependencies

Page 3 of 6

2.0.4

Chore

* chore(tests): whitelist doctest-modules ([`be7d294`](https://github.com/Rizhiy/cfg/commit/be7d2943ed01d52116da8aaeecd33fcb993e75cc))

* chore(tests): updated gitlab config ([`7456c1c`](https://github.com/Rizhiy/cfg/commit/7456c1cb29e7f5cea0b898cc8a461a0d17e864a3))

Unknown

* 2.0.4

Feature
* **node.py:** Allow setting custom root name (9e8ed29)
* **node:** Take all directories under `config/` as part of the name (59935ef) ([`8a094e8`](https://github.com/Rizhiy/cfg/commit/8a094e8b6b21cbacff767875afb4d66fb40b4b83))

* Merge branch &39;hhell/stuff&39; into &39;master&39;

imp(node): take all directories under `config/` as part of the name

See merge request utilities/ntc!34 ([`94b4aca`](https://github.com/Rizhiy/cfg/commit/94b4aca9fe35912fd684138ffc5284e85516f805))

* imp(node.py): Allow setting custom root name ([`9e8ed29`](https://github.com/Rizhiy/cfg/commit/9e8ed29fee5a350d6b431bcad77473927030631c))

* imp(node): take all directories under `config/` as part of the name ([`59935ef`](https://github.com/Rizhiy/cfg/commit/59935efabab2c02a3659b8f8628947e5e729ca53))

* Merge branch &39;hhell/stuff&39; into &39;master&39;

chore(tests): whitelist doctest-modules

See merge request utilities/ntc!33 ([`47d9044`](https://github.com/Rizhiy/cfg/commit/47d9044e5711bd751bba4a287a09b6332717a270))

* Merge branch &39;hhell/stuff&39; into &39;master&39;

chore(tests): updated gitlab config

See merge request utilities/ntc!32 ([`b26f201`](https://github.com/Rizhiy/cfg/commit/b26f2019411c57d663de0df644a8bdcf2b5271f0))

2.0.3

Chore

* chore(tests): tests/requirements_frozen ([`88d7dc7`](https://github.com/Rizhiy/cfg/commit/88d7dc70a7fe8ddac69cc17f96ac584512adfab6))

Unknown

* 2.0.3

Feature
* **utils:** A better error message in `_load_module` (efbddd6) ([`80f868a`](https://github.com/Rizhiy/cfg/commit/80f868a2c34aecdadcd81c75c9d5c725aa03e467))

* Merge branch &39;hhell/stuff2&39; into &39;master&39;

imp(utils): a better error message in `_load_module`

See merge request utilities/ntc!31 ([`f023177`](https://github.com/Rizhiy/cfg/commit/f023177f57455964cd3d3b2ac0d7ed5a1c5c2964))

* Merge branch &39;hhell/stuff&39; into &39;master&39;

chore(tests): tests/requirements_frozen

See merge request utilities/ntc!30 ([`a7dfdbf`](https://github.com/Rizhiy/cfg/commit/a7dfdbf987dd7071f857b82a38bcc54e7c73660f))

* imp(utils): a better error message in `_load_module` ([`efbddd6`](https://github.com/Rizhiy/cfg/commit/efbddd65865c9fca0a94382e3efac218999b0634))

2.0.2

Chore

* chore(tests): use the new include for tests ([`2e8d0e3`](https://github.com/Rizhiy/cfg/commit/2e8d0e3564bd14097952373d828057033133b58a))

Fix

* fix(tests): fix the tests/data ignoring ([`8d87090`](https://github.com/Rizhiy/cfg/commit/8d87090df7ffa6d6842451201a5ec787a727ef31))

Unknown

* 2.0.2

Fix
* **tests:** Fix the tests/data ignoring (8d87090) ([`b8c0efc`](https://github.com/Rizhiy/cfg/commit/b8c0efc12926e17c3c6a76568e28c1522ac5561c))

* Merge branch &39;hhell/stuff&39; into &39;master&39;

fix(tests): fix the tests/data ignoring

See merge request utilities/ntc!29 ([`cefd039`](https://github.com/Rizhiy/cfg/commit/cefd0398ad7aa2378765c9666504611d8e658e10))

* Merge branch &39;hhell/stuff&39; into &39;master&39;

chore(tests): use the new include for tests

See merge request utilities/ntc!28 ([`a4d3951`](https://github.com/Rizhiy/cfg/commit/a4d3951711d01111c992168972d9d15cd89c4624))

2.0.1

Fix

* fix(tests): fix for `--doctest-modules` ([`7c5a306`](https://github.com/Rizhiy/cfg/commit/7c5a3067fb46f636e5ffd41ede8002b89994b712))

Unknown

* 2.0.1

Fix
* **tests:** Fix for `--doctest-modules` (7c5a306) ([`e4e6033`](https://github.com/Rizhiy/cfg/commit/e4e603383da8f208b687cebaf7ff5d74efff2e07))

* Merge branch &39;hhell/stuff&39; into &39;master&39;

fix(tests): fix for `--doctest-modules`

See merge request utilities/ntc!27 ([`3baec38`](https://github.com/Rizhiy/cfg/commit/3baec382043fbee36ed5ba6873370a8c7dfec357))

2.0.0

Breaking

* refactor(transforms): remove function-wrappers of transform classes

BREAKING CHANGE: deprecation cleanup ([`3b2c1bc`](https://github.com/Rizhiy/cfg/commit/3b2c1bc30deb57ba227ae33f8a6d450b45002bdc))

Chore

* chore(ntc): setup.cfg ([`3d0211b`](https://github.com/Rizhiy/cfg/commit/3d0211b34424d29a4c3c0012e0b831144c7ac32e))

Unknown

* 2.0.0

Breaking
* deprecation cleanup (3b2c1bc) ([`3e5d7d5`](https://github.com/Rizhiy/cfg/commit/3e5d7d531242e2254d2fdfbf6e51955cc37f4b31))

* Merge branch &39;hhell/stuff&39; into &39;master&39;

refactor(transforms): remove function-wrappers of transform classes

See merge request utilities/ntc!26 ([`ecdc69a`](https://github.com/Rizhiy/cfg/commit/ecdc69afb892989d18267cfb3fe0f7e16dc1a9a3))

1.3.1

Unknown

* 1.3.1

Feature
* **transforms:** Class-based transforms for better introspectability (4cac80f) ([`7f7953f`](https://github.com/Rizhiy/cfg/commit/7f7953fae59a76814589788309f50013b04fe8c0))

* Merge branch &39;hhell/stuff&39; into &39;master&39;

imp(transforms): class-based transforms for better introspectability

See merge request utilities/ntc!25 ([`7e72773`](https://github.com/Rizhiy/cfg/commit/7e727737e1b6d4b857ed2c27c2a6f2fe068fef3c))

* imp(transforms): class-based transforms for better introspectability ([`4cac80f`](https://github.com/Rizhiy/cfg/commit/4cac80f537960d53c768d73e184de3842af62c7f))

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.