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.
- Host: GitHub
- URL: https://github.com/robertbasic/pyqt5-dumper
- Owner: robertbasic
- License: other
- Created: 2017-01-10T14:16:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T14:21:51.000Z (about 9 years ago)
- Last Synced: 2025-06-30T20:06:50.753Z (7 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).