Ldc-tint

Latest version: v0.0.2

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

Scan your dependencies

0.0.2

------------------

- removed reo-toolkit dependency, as the library is no longer publicly available

0.0.1

------------------

- initial release



PyPi
====

Preparation:

* update all help files (`llm-help -f markdown -o plugins -l INFO -i README.md -t "ldc-tint plugins"`)
* increment version in `setup.py`
* add new changelog section in `CHANGES.rst`
* align `DESCRIPTION.rst` with `README.md`
* commit/push all changes

Commands for releasing on pypi.org (requires twine >= 1.8.0):


find -name "*~" -delete
rm dist/*
python3 setup.py clean
python3 setup.py sdist
twine upload dist/*



Github
======

Steps:

* start new release (version: `vX.Y.Z`)
* enter release notes, i.e., significant changes since last release
* upload `ldc-tint-X.Y.Z.tar.gz` previously generated with `setup.py`
* publish


llm-dataset-converter-all
=========================

* increment minimum version to newly released one in `setup.py`
* add note to `CHANGES.rst`

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.