chiark / gitweb /
Initial commit
authorAdrien Béraud <adrienberaud@gmail.com>
Fri, 7 Sep 2012 13:07:31 +0000 (06:07 -0700)
committerAdrien Béraud <adrienberaud@gmail.com>
Fri, 7 Sep 2012 13:07:31 +0000 (06:07 -0700)
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..f24cd99
--- /dev/null
@@ -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 (file)
index 0000000..ab76edd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+base91-python
+=============
+
+A python implementation of Base91 as described on http://base91.sourceforge.net/
\ No newline at end of file