summaryrefslogtreecommitdiff
path: root/rapid_photo_downloader.egg-info
diff options
context:
space:
mode:
Diffstat (limited to 'rapid_photo_downloader.egg-info')
-rw-r--r--rapid_photo_downloader.egg-info/PKG-INFO10
-rw-r--r--rapid_photo_downloader.egg-info/requires.txt11
2 files changed, 14 insertions, 7 deletions
diff --git a/rapid_photo_downloader.egg-info/PKG-INFO b/rapid_photo_downloader.egg-info/PKG-INFO
index 4243871..2adc5fa 100644
--- a/rapid_photo_downloader.egg-info/PKG-INFO
+++ b/rapid_photo_downloader.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
Name: rapid-photo-downloader
-Version: 0.9.9
+Version: 0.9.10
Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices
Home-page: http://www.damonlynch.net/rapid
Author: Damon Lynch
@@ -158,8 +158,7 @@ Description: Rapid Photo Downloader
------------
After `satisfying software requirements`_ using your Linux distribution's standard package
- installation tools, you should install Rapid Photo Downloader using the following steps, assuming
- you use sudo to get super-user (root) access.
+ installation tools, you should install Rapid Photo Downloader using the following steps.
First, you may need to update your user's copy of pip and setuptools:
@@ -227,5 +226,8 @@ Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Video
+Provides-Extra: color_ouput
+Provides-Extra: progress_bar
diff --git a/rapid_photo_downloader.egg-info/requires.txt b/rapid_photo_downloader.egg-info/requires.txt
index 845d081..bc209ba 100644
--- a/rapid_photo_downloader.egg-info/requires.txt
+++ b/rapid_photo_downloader.egg-info/requires.txt
@@ -1,11 +1,10 @@
+PyGObject
arrow
colorlog
-colour
easygui
gphoto2
psutil
pymediainfo
-pyprind
python-dateutil
pyxdg
pyzmq
@@ -13,6 +12,12 @@ rawkit
sortedcontainers
tornado
-[:python_version == "3.4"]
+[:python_version < "3.5"]
scandir
typing
+
+[color_ouput]
+colour
+
+[progress_bar]
+pyprind