File: index.rst

package info (click to toggle)
python-pyld 0.6.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 316 kB
  • ctags: 241
  • sloc: python: 3,203; makefile: 111
file content (57 lines) | stat: -rw-r--r-- 1,152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.. PyLD documentation master file, created by
   sphinx-quickstart on Mon Aug 29 15:25:28 2011.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to PyLD!
================

PyLD is a `Python`_ implementation of a `JSON-LD`_ processor.


API Reference
-------------

.. toctree::
   :maxdepth: 2

.. module:: pyld.jsonld
.. autofunction:: compact
.. autofunction:: expand
.. autofunction:: flatten
.. autofunction:: frame
.. autofunction:: normalize

Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

Requirements
------------

PyLD is compatible with `Python`_ 2.5 and newer.

Credits
-------

Thanks to `Digital Bazaar`_, the JavaScript JSON-LD parser, and the `JSON-LD`_ community.

Contribute
----------

Source code is available:

    http://github.com/digitalbazaar/pyld

License
-------

PyLD is licensed under a `BSD 3-Clause license`_.

.. _JSON-LD: http://json-ld.org/
.. _Digital Bazaar: http://digitalbazaar.com/
.. _Python: http://www.python.org/
.. _BSD 3-Clause License: http://www.opensource.org/licenses/BSD-3-Clause