Metadata-Version: 2.1
Name: jl
Version: 0.0.2
Summary: Library for parsing JSON lines.
Home-page: https://github.com/croqaz/JL
Author: Cristi Constantin
Author-email: cristi.constantin@speedpost.net
License: MIT
Keywords: json jl
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: flake8 ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'


# JL - JSON lines

Python library for parsing JSON lines files.


## License

[MIT](LICENSE) © Cristi Constantin.


