Metadata-Version: 2.1
Name: imagepile
Version: 0.0.1
Summary: Image tools for large image repositories
Home-page: https://github.com/imagioo/imagepile
Author: Nikolai Janakiev
Author-email: nikolai.janakiev@gmail.com
License: MIT
Platform: any
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow (>=5.0.0)
Requires-Dist: numpy (>=1.10.0)

# imagepile

Image tools for large image repositories

# Usage

For more information on the command-line interface, type:

```bash
imagepile --help
```

```
usage: imagepile [-h] folderpath

Remove invalid images from a folder

positional arguments:
  folderpath

optional arguments:
  -h, --help  show this help message and exit
```

# License

This project is licensed under the MIT license. See the [LICENSE](LICENSE) for details.


