Skip to content

🎩 🪄 high-level image operations, with a bit of magic. 🐰

License

Notifications You must be signed in to change notification settings

fabiocaccamo/python-imageutil

Repository files navigation

python-imageutil

🎩 🪄 high-level image operations, with a bit of magic. 🐰

Installation

pip install python-imageutil

Testing

# clone repository
git clone https://github.com/fabiocaccamo/python-imageutil.git && cd python-imageutil

# create virtualenv and activate it
python -m venv venv && . venv/bin/activate

# upgrade pip
python -m pip install --upgrade pip

# install requirements
pip install -r requirements.txt -r requirements-test.txt

# install pre-commit to run formatters and linters
pre-commit install --install-hooks

# run tests using tox
tox

# or run tests using unittest
python -m unittest

License

Released under MIT License.