[python-hdf5storage] 01/152: Initial commit
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 0.1
in repository python-hdf5storage.
commit 8167dd787426cbfc7d363761e8f1118ce27ccef8
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Thu Dec 19 23:16:35 2013 -0800
Initial commit
---
.gitignore | 36 ++++++++++++++++++++++++++++++++++++
README.md | 4 ++++
2 files changed, 40 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ded6067
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+__pycache__
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e4b451e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+hdf5storage
+===========
+
+Python package to read and write a wide range of Python types to/from HDF5 formatted files.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git
More information about the debian-science-commits
mailing list