Metadata-Version: 2.1
Name: gradpyent
Version: 0.1.4
Summary: Create color gradients based on list-like input data
Author-email: Lyle Schlueter <lyle.schlueter@proton.me>
Project-URL: Homepage, https://github.com/lyle-schlueter/gradpyent
Project-URL: Bug Tracker, https://github.com/lyle-schlueter/gradpyent/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# gradpyent
Create color gradients based on list-like input data

# Code Quality
> flake8p ./src
>
> isort ./src
> 
> pydocstyle ./src

# Tests
> pytest --cov ./src
