Gifr

Latest version: v0.0.4

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

Scan your dependencies

0.0.4

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

- extended text generation interface to keep track of inputs and turns (*history*);
added support for JSON responses; field name in JSON prompt is now customizable

0.0.3

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

- added interface for text classification

0.0.2

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

- title and description used in the interface are now customizable via the `--title`
and `--description` command-line options

0.0.1

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

- initial release



PyPi
====

Preparation:

* 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/*
./venv/bin/python setup.py clean
./venv/bin/python setup.py sdist
./venv/bin/twine upload dist/*



Github
======

Steps:

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

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.