Metadata-Version: 2.1
Name: knipse
Version: 0.2.0
Summary: CLI catalog manager for pix and gThumb
Home-page: https://github.com/luphord/knipse
Author: luphord
Author-email: luphord@protonmail.com
License: MIT license
Keywords: knipse
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5

# knipse

[![PyPI package](https://img.shields.io/pypi/v/knipse)](https://pypi.python.org/pypi/knipse)
[![Build status](https://img.shields.io/travis/luphord/knipse)](https://travis-ci.org/luphord/knipse)

CLI catalog manager for pix and gThumb

## Features
* `knipse` is a single file Python project

## Install

You can install `knipse` using `pip` with

```bash
pip3 install knipse
```

or you can simply download `knipse.py` and then run it using `python3` with

```bash
python3 knipse.py
```

## History

### 0.2.0 (2020-03-22)
* Catalog class for parsing catalog xml files
* ls subcommand for listing files in catalog

### 0.1.1 (2020-03-21)
* fix linter error

### 0.1.0 (2020-03-21)
* Created using [cookiecutter-pyscript](https://github.com/luphord/cookiecutter-pyscript)

## Credits

Main developer is luphord <luphord@protonmail.com>. [cookiecutter-pyscript](https://github.com/luphord/cookiecutter-pyscript) is used as project template.


# History

## 0.1.0 (2020-03-21)

* Initial release.


