[Python-modules-commits] [python-exif] 01/12: Initial commit
    Wolfgang Borgert 
    debacle at moszumanska.debian.org
       
    Mon Oct  6 22:17:32 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to annotated tag 1.0.10
in repository python-exif.
commit add1aa245090f83f0a132a706f0bb31c64b146b4
Author: ianaré sévi <ianare at gmail.com>
Date:   Thu May 31 17:45:09 2012 -0700
    Initial commit
---
 .gitignore | 27 +++++++++++++++++++++++++++
 README.md  |  4 ++++
 2 files changed, 31 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f24cd99
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+*.py[co]
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+
+#Translations
+*.mo
+
+#Mr Developer
+.mr.developer.cfg
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9a148d8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+exif-py
+=======
+
+Python library to extract EXIF data from tiff and jpeg files. Very easy to use - $ ./EXIF.py image.jpg. Originally written by Gene Cash / Thierry Bousch.
\ No newline at end of file
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-exif.git
    
    
More information about the Python-modules-commits
mailing list