[Python-modules-commits] [python-pyld] 01/276: Initialized pyld repository. First commit.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:47:47 UTC 2014


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

debacle pushed a commit to branch master
in repository python-pyld.

commit 02e5b4d1d2348e09eeed8da8fe6357db9553245b
Author: Mike Johnson <mjohnson at digitalbazaar.com>
Date:   Mon Jul 11 11:54:51 2011 -0400

    Initialized pyld repository. First commit.
---
 README | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/README b/README
new file mode 100644
index 0000000..5cc8f72
--- /dev/null
+++ b/README
@@ -0,0 +1,26 @@
+
+Introduction
+------------
+
+A Python implementation of a JSON-LD processor.
+
+Requirements
+------------
+
+ * python (2.5 or later)
+
+Usage
+-----
+
+This library includes a sample testing utility which may be used to verify
+that changes to the processor maintain the correct output.
+
+To run the sample tests you will need to get the test files from Digital
+Bazaar's Forge repository hosted on GitHub.
+
+https://github.com/digitalbazaar/forge
+
+Then run the TestRunner application and point it at the directory
+containing the tests.
+
+> python TestRunner -d PATH_TO_TESTS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git



More information about the Python-modules-commits mailing list