Seqerakit

Latest version: v0.4.8

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

Scan your dependencies

Page 2 of 3

0.4.2

What's Changed
* Fix handling of complex environment variables in https://github.com/seqeralabs/seqera-kit/pull/77
* Fix multi-yaml parsing with same keys in https://github.com/seqeralabs/seqera-kit/pull/79
* Fix support for bash specific syntax and use of CLI interface as a module in https://github.com/seqeralabs/seqera-kit/pull/80
* Fix argparse in CLI interface in https://github.com/seqeralabs/seqera-kit/pull/82
* Simplify install with conda in https://github.com/seqeralabs/seqera-kit/pull/84
* Handling of errors returned by CLI in https://github.com/seqeralabs/seqera-kit/pull/85

**Full Changelog**: https://github.com/seqeralabs/seqera-kit/compare/v0.4.1...v0.4.2

0.4.1

What's Changed
* Fix boolean parsing in `params` block when generating temporary yaml in https://github.com/seqeralabs/seqera-kit/pull/70
* Error handling for environment variables not set in https://github.com/seqeralabs/seqera-kit/pull/74 to fix issue #72
* Update license to Apache 2.0 in https://github.com/seqeralabs/seqera-kit/pull/75


**Full Changelog**: https://github.com/seqeralabs/seqera-kit/compare/v0.4.0...v0.4.1

0.4.0

Changelog

Highlights:
The package has been renamed from `twkit` to `seqerakit`. This change reflects efforts to harmonize naming conventions for tools used to automate and develop on top of Seqera Platform.

Changes:

- Updated the package metadata on PyPI to reflect the new package name.

- All mentions of `twkit` in the documentation, comments, and print outputs have been updated to `seqerakit`.
- Majority of mentions to "Tower" have been updated to "Seqera Platform"
- The "Tower" class has been renamed to "SeqeraPlatform"

Migration Notes:
If you have scripts or applications that use `twkit`, please make the following updates:

1. Update your `pip` installations:

pip uninstall twkit
pip install seqerakit

3. Update import statements in your Python scripts:

Replace this:
from twkit import tower
With this:
from seqerakit import seqeraplatform

The `twkit` package on PyPI will no longer receive feature updates. All future development will be done on `seqerakit`.

**Full Changelog**: https://github.com/seqeralabs/seqera-kit/commits/v0.4.0

0.3.1

Final release under the old package name of `twkit`. This package has been renamed again to `seqerakit` and all future updates will be published under the new name. Use `pip install seqerakit` instead.

0.3.0

Changelog

Changes:
- Fixed support for evaluating environment variables in params blocks in 43
- Support for multiple input yaml files was added in 48
- Support for recursively deleting resources with `--delete` was added in 50
- Support and documentation for using `tw` specific CLI options such as `cli="--insecure"` and `cli="-Djavax.net.ssl.trustStore=/absolute/path/to/cacerts"` was added in 51 and 56
- Minor bug fixes for error logging 57
- Updates to testing workflow 44 and CI workflow 59


**Full Changelog**: https://github.com/seqeralabs/tw-pywrap/commits/v0.3.0

0.2.1

Changelog

Changes:
- Fixed support for `compute-envs add` in addition to `import` when using yaml in 33
- Fixed support for using additional tw CLI options like `--insecure` or `--url` and added supporting blurb in README in 34
- Fixed logo with background for dark mode in 29
- Updated README to clarify usage of `examples/yaml/twkit-e2e.yml` and environment variables required in 35

**Full Changelog**: https://github.com/seqeralabs/tw-pywrap/commits/v0.2.1

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.