[Pkg-bitcoin-commits] [python-quamash] 02/269: Initial commit

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 3d8d22028263eafa809a10d129f23a40db5350bc
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Tue Jun 11 15:26:29 2013 -0700

    Initial commit
---
 .gitignore | 35 +++++++++++++++++++++++++++++++++++
 README.md  |  4 ++++
 2 files changed, 39 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d2d6f36
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,35 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+
+# 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..42ed51f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+quamash
+=======
+
+Implementation of the Tulip event-loop api using the Qt Event-Loop

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list