Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

data json jwlibrary library parser

Last synced: 2 days 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()

```