Metadata-Version: 2.4
Name: pydecorate
Version: 0.5.1
Summary: Decorating PIL images: logos, texts, pallettes
Home-page: https://github.com/pytroll/pydecorate
Author: Hrobjartur Thorsteinsson
Author-email: thorsteinssonh@gmail.com
License: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: pillow
Requires-Dist: aggdraw
Requires-Dist: numpy
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: trollimage; extra == "tests"
Provides-Extra: docs
Requires-Dist: pytest; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinxcontrib-apidoc; extra == "docs"
Requires-Dist: trollimage; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

pydecorate
==========

.. image:: https://github.com/pytroll/pydecorate/workflows/CI/badge.svg?branch=main
    :target: https://github.com/pytroll/pydecorate/actions?query=workflow%3A%22CI%22

.. image:: https://coveralls.io/repos/github/pytroll/pydecorate/badge.svg?branch=main
    :target: https://coveralls.io/github/pytroll/pydecorate?branch=main

Pydecorate is a package for decorating PIL images with logos, texts, and color
scales.

Originally created by Hrobjartur Thorsteinsson
November 2013, from Norrkoping, Sweden

License
=======

Copyright 2011 Pydecorate developers

Licensed under the Apache License, Version 2.0 (the "License");
you may not use these files except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
