setlr 0.2.5__tar.gz → 0.2.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- Users/jimmccusker/opt/ipython/bin/setlr +10 -0
- {Library/Python/2.7 → Users/jimmccusker/opt/ipython/lib/python2.7}/site-packages/setlr/__init__.py +2 -2
- {Library/Python/2.7 → Users/jimmccusker/opt/ipython/lib/python2.7}/site-packages/setlr/__init__.pyc +0 -0
- Users/jimmccusker/opt/ipython/lib/python2.7/site-packages/setlr/iterparse_filter.pyc +0 -0
- {Library/Python/2.7/site-packages/setlr-0.2.5-py2.7.egg-info → Users/jimmccusker/opt/ipython/lib/python2.7/site-packages/setlr-0.2.7-py2.7.egg-info}/PKG-INFO +1 -1
- Users/jimmccusker/opt/ipython/lib/python2.7/site-packages/setlr-0.2.7-py2.7.egg-info/pbr.json +1 -0
- Library/Python/2.7/site-packages/setlr/iterparse_filter.pyc +0 -0
- Library/Python/2.7/site-packages/setlr-0.2.5-py2.7.egg-info/pbr.json +0 -1
- usr/local/bin/setlr +0 -10
- {Library/Python/2.7 → Users/jimmccusker/opt/ipython/lib/python2.7}/site-packages/setlr/iterparse_filter.py +0 -0
- {Library/Python/2.7/site-packages/setlr-0.2.5-py2.7.egg-info → Users/jimmccusker/opt/ipython/lib/python2.7/site-packages/setlr-0.2.7-py2.7.egg-info}/SOURCES.txt +0 -0
- {Library/Python/2.7/site-packages/setlr-0.2.5-py2.7.egg-info → Users/jimmccusker/opt/ipython/lib/python2.7/site-packages/setlr-0.2.7-py2.7.egg-info}/dependency_links.txt +0 -0
- {Library/Python/2.7/site-packages/setlr-0.2.5-py2.7.egg-info → Users/jimmccusker/opt/ipython/lib/python2.7/site-packages/setlr-0.2.7-py2.7.egg-info}/entry_points.txt +0 -0
- {Library/Python/2.7/site-packages/setlr-0.2.5-py2.7.egg-info → Users/jimmccusker/opt/ipython/lib/python2.7/site-packages/setlr-0.2.7-py2.7.egg-info}/requires.txt +0 -0
- {Library/Python/2.7/site-packages/setlr-0.2.5-py2.7.egg-info → Users/jimmccusker/opt/ipython/lib/python2.7/site-packages/setlr-0.2.7-py2.7.egg-info}/top_level.txt +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
#!/Users/jimmccusker/opt/ipython/bin/python
|
|
2
|
+
# EASY-INSTALL-ENTRY-SCRIPT: 'setlr==0.2.7','console_scripts','setlr'
|
|
3
|
+
__requires__ = 'setlr==0.2.7'
|
|
4
|
+
import sys
|
|
5
|
+
from pkg_resources import load_entry_point
|
|
6
|
+
|
|
7
|
+
if __name__ == '__main__':
|
|
8
|
+
sys.exit(
|
|
9
|
+
load_entry_point('setlr==0.2.7', 'console_scripts', 'setlr')()
|
|
10
|
+
)
|
{Library/Python/2.7 → Users/jimmccusker/opt/ipython/lib/python2.7}/site-packages/setlr/__init__.py
RENAMED
|
@@ -591,7 +591,7 @@ def json_transform(transform, resources):
|
|
|
591
591
|
else:
|
|
592
592
|
result = ConjunctiveGraph()
|
|
593
593
|
if generated[RDF.type : setl.Persisted]:
|
|
594
|
-
result = ConjunctiveGraph(store="
|
|
594
|
+
result = ConjunctiveGraph(store="Sleepycat")
|
|
595
595
|
if generated[RDF.type : setl.Persisted]:
|
|
596
596
|
_, tempdir = tempfile.mkstemp()
|
|
597
597
|
logger.info("Persisting %s to %s", generated.identifier, tempdir)
|
|
@@ -707,7 +707,7 @@ def load(load_resource, resources):
|
|
|
707
707
|
for used in load_resource[prov.used]:
|
|
708
708
|
if used[RDF.type : setl.Persisted]:
|
|
709
709
|
to_disk = True
|
|
710
|
-
file_graph = Dataset(store='
|
|
710
|
+
file_graph = Dataset(store='Sleeptcat', default_union=True)
|
|
711
711
|
_, tempdir = tempfile.mkstemp()
|
|
712
712
|
logger.debug("Gathering %s into %s", load_resource.identifier, tempdir)
|
|
713
713
|
file_graph.store.open(tempdir, True)
|
{Library/Python/2.7 → Users/jimmccusker/opt/ipython/lib/python2.7}/site-packages/setlr/__init__.pyc
RENAMED
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"is_release": false, "git_version": "21e6cd8"}
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"is_release": false, "git_version": "a612669"}
|
usr/local/bin/setlr
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/python
|
|
2
|
-
# EASY-INSTALL-ENTRY-SCRIPT: 'setlr==0.2.5','console_scripts','setlr'
|
|
3
|
-
__requires__ = 'setlr==0.2.5'
|
|
4
|
-
import sys
|
|
5
|
-
from pkg_resources import load_entry_point
|
|
6
|
-
|
|
7
|
-
if __name__ == '__main__':
|
|
8
|
-
sys.exit(
|
|
9
|
-
load_entry_point('setlr==0.2.5', 'console_scripts', 'setlr')()
|
|
10
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|