An open API service indexing awesome lists of open source software.

https://github.com/null-none/jwlibrary2json

Handler for jwlibrary to json
https://github.com/null-none/jwlibrary2json

data json jwlibrary library parser

Last synced: 6 months ago
JSON representation

Handler for jwlibrary to json

Awesome Lists containing this project

README

          

# jwlibrary to json

```python
from jwlibrary.parse import JWlibrary

jw = JWlibrary("resources.jwlibrary")
jw.parse()

```