Mercurial > repos > shellac > sam_consensus_v3
comparison env/lib/python3.9/site-packages/rdflib-5.0.0.dist-info/METADATA @ 0:4f3585e2f14b draft default tip
"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
| author | shellac |
|---|---|
| date | Mon, 22 Mar 2021 18:12:50 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:4f3585e2f14b |
|---|---|
| 1 Metadata-Version: 2.1 | |
| 2 Name: rdflib | |
| 3 Version: 5.0.0 | |
| 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: Daniel 'eikeon' Krech | |
| 7 Author-email: eikeon@eikeon.com | |
| 8 Maintainer: RDFLib Team | |
| 9 Maintainer-email: rdflib-dev@google.com | |
| 10 License: BSD-3-Clause | |
| 11 Platform: any | |
| 12 Classifier: Programming Language :: Python | |
| 13 Classifier: Programming Language :: Python :: 2 | |
| 14 Classifier: Programming Language :: Python :: 3 | |
| 15 Classifier: Programming Language :: Python :: 2.7 | |
| 16 Classifier: Programming Language :: Python :: 3.4 | |
| 17 Classifier: Programming Language :: Python :: 3.5 | |
| 18 Classifier: Programming Language :: Python :: 3.6 | |
| 19 Classifier: Programming Language :: Python :: 3.7 | |
| 20 Classifier: License :: OSI Approved :: BSD License | |
| 21 Classifier: Topic :: Software Development :: Libraries :: Python Modules | |
| 22 Classifier: Operating System :: OS Independent | |
| 23 Classifier: Natural Language :: English | |
| 24 Requires-Dist: six | |
| 25 Requires-Dist: isodate | |
| 26 Requires-Dist: pyparsing | |
| 27 Provides-Extra: docs | |
| 28 Requires-Dist: sphinx (<3) ; extra == 'docs' | |
| 29 Requires-Dist: sphinxcontrib-apidoc ; extra == 'docs' | |
| 30 Provides-Extra: html | |
| 31 Requires-Dist: html5lib ; extra == 'html' | |
| 32 Provides-Extra: sparql | |
| 33 Requires-Dist: requests ; extra == 'sparql' | |
| 34 Provides-Extra: tests | |
| 35 Requires-Dist: html5lib ; extra == 'tests' | |
| 36 Requires-Dist: networkx ; extra == 'tests' | |
| 37 Requires-Dist: nose ; extra == 'tests' | |
| 38 Requires-Dist: doctest-ignore-unicode ; extra == 'tests' | |
| 39 | |
| 40 RDFLib is a Python library for working with | |
| 41 RDF, a simple yet powerful language for representing information. | |
| 42 | |
| 43 The library contains parsers and serializers for RDF/XML, N3, | |
| 44 NTriples, Turtle, TriX, RDFa and Microdata . The library presents | |
| 45 a Graph interface which can be backed by any one of a number of | |
| 46 Store implementations. The core rdflib includes store | |
| 47 implementations for in memory storage, persistent storage on top | |
| 48 of the Berkeley DB, and a wrapper for remote SPARQL endpoints. | |
| 49 | |
| 50 A SPARQL 1.1 engine is also included. | |
| 51 | |
| 52 If you have recently reported a bug marked as fixed, or have a craving for | |
| 53 the very latest, you may want the development version instead: | |
| 54 | |
| 55 pip install git+https://github.com/rdflib/rdflib | |
| 56 | |
| 57 | |
| 58 Read the docs at: | |
| 59 | |
| 60 http://rdflib.readthedocs.io | |
| 61 | |
| 62 | |
| 63 |
