You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+28-33
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Introduction
22
22
:alt:Code Style: Black
23
23
24
24
25
-
.. todo:: Describe what the library does.
25
+
This library is a reimplementation and subset of `json_stream <https://github.com/daggaz/json-stream>`_. It enables reading JSON data from a stream rather that loading it all into memory at once. The interface works like lists and dictionaries that are usually returned from ``json.load()`` but require in-order access. Out of order accesses will lead to missing keys and list entries.
26
26
27
27
28
28
Dependencies
@@ -37,39 +37,11 @@ This is easily achieved by downloading
37
37
or individual libraries can be installed using
38
38
`circup <https://github.com/adafruit/circup>`_.
39
39
40
-
.. todo:: Describe the Adafruit product this library works with. For PCBs, you can also add the
41
-
image from the assets folder in the PCB's GitHub repo.
42
-
43
-
`Purchase one from the Adafruit shop <http://www.adafruit.com/products/>`_
44
40
Installing from PyPI
45
41
=====================
46
-
.. note:: This library is not available on PyPI yet. Install documentation is included
47
-
as a standard element. Stay tuned for PyPI availability!
48
-
49
-
.. todo:: Remove the above note if PyPI version is/will be available at time of release.
50
-
51
-
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
0 commit comments