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

https://github.com/robertbasic/pyqt5-dumper

Dumps all PyQt5 classes to a destination JSON file.
https://github.com/robertbasic/pyqt5-dumper

Last synced: 7 months ago
JSON representation

Dumps all PyQt5 classes to a destination JSON file.

Awesome Lists containing this project

README

          

pyqt5-dumper
============

Dumps all PyQt5 classes to a destination JSON file.

Usage
=====

``` bash
python pyqt5-importer.py /path/where/I/want/the/file.json
```

Why?
====

I need a list of PyQt5 classes for a [VIM plugin](https://github.com/robertbasic/vim-pyqt5-importer).