eggification zope-2.12-egg
authorBenoît Pin <pin@cri.ensmp.fr>
Fri, 19 Dec 2014 16:44:37 +0000 (17:44 +0100)
committerBenoît Pin <pin@cri.ensmp.fr>
Fri, 19 Dec 2014 16:44:37 +0000 (17:44 +0100)
61 files changed:
Products/Photo/Photo.py [moved from Photo.py with 100% similarity]
Products/Photo/TODO.txt [moved from TODO.txt with 100% similarity]
Products/Photo/TileSupport.py [moved from TileSupport.py with 100% similarity]
Products/Photo/__init__.py [moved from __init__.py with 100% similarity]
Products/Photo/blobbases.py [moved from blobbases.py with 100% similarity]
Products/Photo/cache.py [moved from cache.py with 100% similarity]
Products/Photo/dependencies.txt [moved from dependencies.txt with 100% similarity]
Products/Photo/dtml/File_icon.gif [moved from dtml/File_icon.gif with 100% similarity]
Products/Photo/dtml/Image_icon.gif [moved from dtml/Image_icon.gif with 100% similarity]
Products/Photo/dtml/addPhotoForm.dtml [moved from dtml/addPhotoForm.dtml with 100% similarity]
Products/Photo/dtml/fileEdit.dtml [moved from dtml/fileEdit.dtml with 100% similarity]
Products/Photo/dtml/imageAdd.dtml [moved from dtml/imageAdd.dtml with 100% similarity]
Products/Photo/dtml/imageEdit.dtml [moved from dtml/imageEdit.dtml with 100% similarity]
Products/Photo/dtml/imageView.dtml [moved from dtml/imageView.dtml with 100% similarity]
Products/Photo/dtml/photoEdit.dtml [moved from dtml/photoEdit.dtml with 100% similarity]
Products/Photo/dtml/photoView.dtml [moved from dtml/photoView.dtml with 100% similarity]
Products/Photo/dtml/photo_icon.gif [moved from dtml/photo_icon.gif with 100% similarity]
Products/Photo/dtml/testMenu.dtml [moved from dtml/testMenu.dtml with 100% similarity]
Products/Photo/exif.py [moved from exif.py with 100% similarity]
Products/Photo/license.txt [moved from license.txt with 100% similarity]
Products/Photo/metadata.py [moved from metadata.py with 100% similarity]
Products/Photo/migration/__init__.py [moved from migration/__init__.py with 100% similarity]
Products/Photo/migration/from2to3.py [moved from migration/from2to3.py with 100% similarity]
Products/Photo/migration/toblob.py [moved from migration/toblob.py with 100% similarity]
Products/Photo/ppm.py [moved from ppm.py with 100% similarity]
Products/Photo/readme.txt [moved from readme.txt with 100% similarity]
Products/Photo/standards/__init__.py [moved from standards/__init__.py with 100% similarity]
Products/Photo/standards/bridges/__init__.py [moved from standards/bridges/__init__.py with 100% similarity]
Products/Photo/standards/bridges/_bridges.py [moved from standards/bridges/_bridges.py with 100% similarity]
Products/Photo/standards/bridges/xmp_exif.csv [moved from standards/bridges/xmp_exif.csv with 100% similarity]
Products/Photo/standards/exif/0thIFDExifPrivateTags.csv [moved from standards/exif/0thIFDExifPrivateTags.csv with 100% similarity]
Products/Photo/standards/exif/0thIFDGPSInfoTags.csv [moved from standards/exif/0thIFDGPSInfoTags.csv with 100% similarity]
Products/Photo/standards/exif/0thIFDInteroperabilityTag.csv [moved from standards/exif/0thIFDInteroperabilityTag.csv with 100% similarity]
Products/Photo/standards/exif/0thIFDTIFFTags.csv [moved from standards/exif/0thIFDTIFFTags.csv with 100% similarity]
Products/Photo/standards/exif/1stIFDTIFFTag.csv [moved from standards/exif/1stIFDTIFFTag.csv with 100% similarity]
Products/Photo/standards/exif/__init__.py [moved from standards/exif/__init__.py with 100% similarity]
Products/Photo/standards/exif/_exif_tags.py [moved from standards/exif/_exif_tags.py with 100% similarity]
Products/Photo/standards/exif/gpsA.csv [moved from standards/exif/gpsA.csv with 100% similarity]
Products/Photo/standards/exif/hand_added.csv [moved from standards/exif/hand_added.csv with 100% similarity]
Products/Photo/standards/exif/ifdA.csv [moved from standards/exif/ifdA.csv with 100% similarity]
Products/Photo/standards/exif/ifdB.csv [moved from standards/exif/ifdB.csv with 100% similarity]
Products/Photo/standards/exif/ifdC.csv [moved from standards/exif/ifdC.csv with 100% similarity]
Products/Photo/standards/exif/ifdD.csv [moved from standards/exif/ifdD.csv with 100% similarity]
Products/Photo/standards/exif/ifdE.csv [moved from standards/exif/ifdE.csv with 100% similarity]
Products/Photo/standards/exif/ifdF.csv [moved from standards/exif/ifdF.csv with 100% similarity]
Products/Photo/standards/exif/ifdG.csv [moved from standards/exif/ifdG.csv with 100% similarity]
Products/Photo/standards/exif/ifdH.csv [moved from standards/exif/ifdH.csv with 100% similarity]
Products/Photo/standards/exif/tiffA.csv [moved from standards/exif/tiffA.csv with 100% similarity]
Products/Photo/standards/exif/tiffB.csv [moved from standards/exif/tiffB.csv with 100% similarity]
Products/Photo/standards/exif/tiffC.csv [moved from standards/exif/tiffC.csv with 100% similarity]
Products/Photo/standards/exif/tiffD.csv [moved from standards/exif/tiffD.csv with 100% similarity]
Products/Photo/standards/xmp/__init__.py [moved from standards/xmp/__init__.py with 100% similarity]
Products/Photo/standards/xmp/_namespaces.py [moved from standards/xmp/_namespaces.py with 100% similarity]
Products/Photo/standards/xmp/accessors.csv [moved from standards/xmp/accessors.csv with 100% similarity]
Products/Photo/version.txt [moved from version.txt with 100% similarity]
Products/Photo/xmp.py [moved from xmp.py with 100% similarity]
Products/Photo/xmp_jpeg.py [moved from xmp_jpeg.py with 100% similarity]
Products/Photo/xmputils.py [moved from xmputils.py with 100% similarity]
Products/Photo/xslt/xmp_merge_descriptions.xsl [moved from xslt/xmp_merge_descriptions.xsl with 100% similarity]
Products/__init__.py [new file with mode: 0644]
setup.py [new file with mode: 0644]

similarity index 100%
rename from Photo.py
rename to Products/Photo/Photo.py
similarity index 100%
rename from TODO.txt
rename to Products/Photo/TODO.txt
similarity index 100%
rename from TileSupport.py
rename to Products/Photo/TileSupport.py
similarity index 100%
rename from __init__.py
rename to Products/Photo/__init__.py
similarity index 100%
rename from blobbases.py
rename to Products/Photo/blobbases.py
similarity index 100%
rename from cache.py
rename to Products/Photo/cache.py
similarity index 100%
rename from exif.py
rename to Products/Photo/exif.py
similarity index 100%
rename from license.txt
rename to Products/Photo/license.txt
similarity index 100%
rename from metadata.py
rename to Products/Photo/metadata.py
similarity index 100%
rename from ppm.py
rename to Products/Photo/ppm.py
similarity index 100%
rename from readme.txt
rename to Products/Photo/readme.txt
similarity index 100%
rename from version.txt
rename to Products/Photo/version.txt
similarity index 100%
rename from xmp.py
rename to Products/Photo/xmp.py
similarity index 100%
rename from xmp_jpeg.py
rename to Products/Photo/xmp_jpeg.py
similarity index 100%
rename from xmputils.py
rename to Products/Photo/xmputils.py
diff --git a/Products/__init__.py b/Products/__init__.py
new file mode 100644 (file)
index 0000000..d407605
--- /dev/null
@@ -0,0 +1,5 @@
+try:
+    __import__('pkg_resources').declare_namespace(__name__)
+except ImportError:
+    from pkgutil import extend_path
+    __path__ = extend_path(__path__, __name__)
diff --git a/setup.py b/setup.py
new file mode 100644 (file)
index 0000000..0c8d0ba
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,17 @@
+# -*- coding: utf-8 -*-
+from setuptools import setup, find_packages
+
+
+setup(name='Products.Photo',
+      version='3.0',
+      description='Photo management for Zope',
+      url='http://plinn.org',
+      author="Benoît Pin – MINES ParisTech – Armines",
+      author_email="benoit.pin@mines-paristech.fr",
+      license="GPL",
+      packages=find_packages(),
+      include_package_data=True,
+      namespace_packages=['Products'],
+      zip_safe=False,
+      install_requires=[] #TODO
+      )