Twkit

Latest version: v0.3.0

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

Scan your dependencies

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

0.2.0

Changelog

Highlights:
The package has been renamed from `tw-pywrap` to `twkit`. This change reflects efforts to simplify package naming conventions for better user accessibility and ease in development.

Changes:

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

- All mentions of `tw-pywrap` in the documentation, comments, and print outputs have been updated to `twkit`.

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

1. Update your `pip` installations:

pip uninstall tw-pywrap
pip install twkit

3. Update import statements in your Python scripts:

Replace this:
from tw_pywrap import tower
With this:
from twkit import tower

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

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

0.1.1

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

0.1.0

Changelog
First tw-pywrap release. A beta implementation of a Python wrapper for the Nextflow Tower CLI that can be leveraged to automate the creation of all of the entities in Nextflow Tower via a simple configuration file in YAML format

Contributors
Thank you to the following people for their contributions in this release:
* Esha Joshi (ejseqera)
* Adam Talbot (adamrtalbot)
* Harshil Patel (drpatelh)

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

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.