Simple-palette-utils

Latest version: v0.0.4

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

Scan your dependencies

0.0.4

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

- added missing typing hint imports
- added ability to extend color lists and palettes with custom ones
- added `palette_list_to_triplets` method to convert flat list into list of R,G,B tuples
- added `palettes` method for returning the sorted list of available palettes

0.0.3

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

- exposed `color_lists` method

0.0.2

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

- added methods `parse_rgb` and `parse_rgba`
- added class `ColorProvider` to make color management easier

0.0.1

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

- initial release


PyPi

Preparation:

* increment version in `setup.py`
* add new changelog section in `CHANGES.rst`
* commit/push all changes

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

commandline
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 `simple_palette_utils-X.Y.Z.tar.gz` previously generated with `setup.py`
* publish

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.