Metadata-Version: 2.0
Name: photoREPL
Version: 0.0.2
Summary: Experimental CLI/GUI hybrid raw photo editor
Home-page: https://github.com/SamWhited/photorepl
Author: Sam Whited
Author-email: sam@samwhited.com
License: UNKNOWN
Keywords: encoding,images,photography,libraw,raw,photos,editing,graphics
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Raster-Based
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Classifier: Environment :: X11 Applications :: GTK
Provides-Extra: GI (when in a venv or gi.repository is not available)
Requires-Dist: pgi (>=0.0.10.1); extra == 'GI (when in a venv or gi.repository is not available)'

photoREPL
=========

``photoREPL`` is an experimental UI build around the rawkit_ (docs_) raw photo
editing library for Python.

photoREPL drops you at a Python prompt, with a few custom functions and a copy
of rawkit imported, and spawns a preview window for any photos you edit. As you
make changes to your photos, the image in the preview window is updated to
reflect those changes, giving you near real time editing directly from Python
without a lot of extra update calls!

To run try: ::

    make run

or run it directly: ::

    python -i -m photorepl [some_raw_photos]

you can also install it via pip: ::

    pip install photorepl

.. _rawkit: https://github.com/photoshell/rawkit
.. _docs: https://rawkit.readthedocs.org/


