comparison env/lib/python3.7/site-packages/rdflib-4.2.2.dist-info/METADATA @ 0:26e78fe6e8c4 draft

"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author shellac
date Sat, 02 May 2020 07:14:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:26e78fe6e8c4
1 Metadata-Version: 2.0
2 Name: rdflib
3 Version: 4.2.2
4 Summary: RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
5 Home-page: https://github.com/RDFLib/rdflib
6 Author: RDFLib Team
7 Author-email: rdflib-dev@google.com
8 License: https://raw.github.com/RDFLib/rdflib/master/LICENSE
9 Platform: any
10 Classifier: Programming Language :: Python
11 Classifier: Programming Language :: Python :: 2
12 Classifier: Programming Language :: Python :: 3
13 Classifier: Programming Language :: Python :: 2.6
14 Classifier: Programming Language :: Python :: 2.7
15 Classifier: Programming Language :: Python :: 3.3
16 Classifier: Programming Language :: Python :: 3.4
17 Classifier: Programming Language :: Python :: 3.5
18 Classifier: License :: OSI Approved :: BSD License
19 Classifier: Topic :: Software Development :: Libraries :: Python Modules
20 Classifier: Operating System :: OS Independent
21 Classifier: Natural Language :: English
22 Requires: isodate
23 Requires: pyparsing
24 Requires-Dist: isodate
25 Requires-Dist: pyparsing
26 Provides-Extra: html
27 Requires-Dist: html5lib; extra == 'html'
28 Provides-Extra: sparql
29 Requires-Dist: SPARQLWrapper; extra == 'sparql'
30
31 RDFLib is a Python library for working with
32 RDF, a simple yet powerful language for representing information.
33
34 The library contains parsers and serializers for RDF/XML, N3,
35 NTriples, Turtle, TriX, RDFa and Microdata . The library presents
36 a Graph interface which can be backed by any one of a number of
37 Store implementations. The core rdflib includes store
38 implementations for in memory storage, persistent storage on top
39 of the Berkeley DB, and a wrapper for remote SPARQL endpoints.
40
41 A SPARQL 1.1 engine is also included.
42
43 If you have recently reported a bug marked as fixed, or have a craving for
44 the very latest, you may want the development version instead:
45
46 easy_install https://github.com/RDFLib/rdflib/tarball/master
47
48 Read the docs at:
49
50 http://rdflib.readthedocs.org
51
52
53