Metadata-Version: 2.4
Name: smartvision-guard
Version: 0.9.9
Summary: Загружайте, переименовывайте и создавайте резервные копии фото и видео с видеорегистраторов
Project-URL: Issues, https://sdr-technology.ru
Project-URL: Homepage, https://sdr-technology.ru
Author-email: SDR Technology <tender@sdr-tech.ru>
Keywords: arw,backup,camera,copy,cr2,cr3,dng,download,import,ingest,nef,phone,photo,photographer,photography,raw,rename,transfer,video
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.10
Requires-Dist: arrow
Requires-Dist: babel
Requires-Dist: colour
Requires-Dist: dateutil
Requires-Dist: gphoto2
Requires-Dist: packaging
Requires-Dist: psutil
Requires-Dist: pymediainfo
Requires-Dist: pyqt5
Requires-Dist: showinfilemanager
Requires-Dist: sortedcontainers
Requires-Dist: tenacity
Requires-Dist: tornado
Requires-Dist: xdg
Requires-Dist: zmq
Provides-Extra: color-ouput
Requires-Dist: colorlog; extra == 'color-ouput'
Provides-Extra: progress-bar
Requires-Dist: pyprind; extra == 'progress-bar'
Description-Content-Type: text/markdown

# SmartVision Guard
 - Обработка информации с видеорегистраторов
 - Переименование фото и видео файлов по шаблону
 - Резервное копирование загруженных фото и видеофайлов
 - Автоматизация повседневных задач

## Основные зависимости

 - Python 3.10 or newer, and its development headers
 - [PyQt 5](https://riverbankcomputing.com/software/pyqt/intro)
 - [Qt 5](https://www.qt.io/)
 - [Qt5 plugin for reading TIFF images](http://doc.qt.io/qt-5/qtimageformats-index.html)
 - Qt5 plugin for rendering SVG
 - [setuptools](https://pypi.org/project/setuptools/)
 - [python-gphoto2 1.8.0](https://github.com/jim-easterbrook/python-gphoto2) or newer
 - [packaging](https://packaging.pypa.io/en/stable/)
 - [pyzmq](https://github.com/zeromq/pyzmq)
 - [tornado](http://www.tornadoweb.org/)
 - [psutil](https://github.com/giampaolo/psutil) 3.4.2 or newer
 - [pyxdg](https://www.freedesktop.org/wiki/Software/pyxdg/)
 - [Arrow](https://github.com/crsmithdev/arrow)
 - [dateutil](https://labix.org/python-dateutil) 2.2 or newer
 - [exiv2](http://www.exiv2.org/)
 - [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/)
 - [Colour](https://github.com/vaab/colour)
 - [pymediainfo](https://github.com/sbraz/pymediainfo)
 - [SortedContainers](http://www.grantjenks.com/docs/sortedcontainers/)
 - [Requests](http://docs.python-requests.org/)
 - [Tenacity](https://github.com/jd/tenacity)
 - [intltool](https://freedesktop.org/wiki/Software/intltool/)
 - [Babel](http://babel.pocoo.org/en/latest/)
 - [fuse](https://www.kernel.org/doc/html/latest/filesystems/fuse.html)
 - [imobiledevice-tools](https://libimobiledevice.org/)
 - [ifuse](https://libimobiledevice.org/)
 - [Python gobject introspection modules](https://wiki.gnome.org/action/show/Projects/PyGObject):
    - GUdev 1.0
    - UDisks 2.0
    - GLib 2.0
    - GExiv2 0.10
    - Gst 1.0
    - Notify 0.7
        
Опциональные зависимости:

 - [colorlog](https://github.com/borntyping/python-colorlog): generates coloured program output when
   running SmartVision Guard from the terminal.
 - [pyheif](https://github.com/david-poirier-csn/pyheif): generate 
   thumbnails for HEIF / HEIC files (currently broken with recent releases 
   of [libheif](https://github.com/strukturag/libheif)).
 - [pillow](https://github.com/python-pillow/Pillow): work with HEIF / HEIC files

