-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
test: | ||
pytest -x proper_image tests | ||
pytest -x image_processing tests | ||
|
||
lint: | ||
flake8 --config=setup.cfg proper_image tests | ||
flake8 --config=setup.cfg image_processing tests | ||
|
||
coverage: | ||
pytest --cov-report html --cov proper_image --cov tests proper_image tests | ||
pytest --cov-report html --cov image_processing --cov tests image_processing tests | ||
|
||
install: | ||
pip install -U pip wheel | ||
pip install -e .[dev,test] | ||
# pre-commit install | ||
|
||
install-tests: | ||
pip install -U pip wheel | ||
pip install -e .[test] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
[metadata] | ||
name = proper-image | ||
version = 0.0.1 | ||
url = https://github.com/jpsca/proper-image | ||
name = image-processing-egg | ||
version = 0.1 | ||
url = https://github.com/jpsca/image-processing | ||
project_urls = | ||
Issue tracker = https://github.com/jpsca/proper-image/issues | ||
Issue tracker = https://github.com/jpsca/image-processing/issues | ||
author = Juan-Pablo Scaletti | ||
author_email = [email protected] | ||
classifiers = | ||
Development Status :: 3 - Alpha | ||
Development Status :: 4 - Beta | ||
Intended Audience :: Developers | ||
License :: OSI Approved :: MIT License | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Topic :: Software Development :: Libraries | ||
Topic :: Scientific/Engineering :: Image Processing | ||
Typing :: Typed | ||
license = MIT | ||
license_files = MIT-LICENSE | ||
description = High-level image processing wrapper for libvips | ||
long_description = file:README.md | ||
long_description_content_type = text/markdown | ||
keywords = | ||
|
||
[options] | ||
packages = find: | ||
|
@@ -48,8 +50,8 @@ dev = | |
tox | ||
|
||
[flake8] | ||
application-package-names = proper_image | ||
application-import-names = proper_image | ||
application-package-names = image_processing | ||
application-import-names = image-processing | ||
import-order-style = pycharm | ||
|
||
select = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters