Metadata-Version: 2.1
Name: json-streams
Version: 0.14.0
Summary: Stream JSON and JSON-Lines lazily.
Project-URL: Homepage, https://github.com/spraakbanken/json-streams-py
Project-URL: Repository, https://github.com/spraakbanken/json-streams-py
Project-URL: Bug Tracker, https://github.com/spraakbanken/json-streams-py/issues
Author-email: Kristoffer Andersson <kristoffer.andersson@gu.se>, Språkbanken at Göteborgs universitet <sb-info@svenska.gu.se>
License: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Requires-Dist: json-arrays>=0.14
Provides-Extra: orjson
Requires-Dist: orjson>=3.9.13; extra == 'orjson'
Description-Content-Type: text/markdown

# json-streams is now json-arrays

This package has been renamed. Use `pip install json-arrays` instead.

New package: <https://pypi.org/project/json-arrays>
New repo: <https://github.com/spraakbanken/json-arrays-py>
