https://github.com/bwplotka/launchpad-blueprint-collector
Collect needed Launchpad blueprints into casual .csv and manage them via Excel!
https://github.com/bwplotka/launchpad-blueprint-collector
Last synced: 7 months ago
JSON representation
Collect needed Launchpad blueprints into casual .csv and manage them via Excel!
- Host: GitHub
- URL: https://github.com/bwplotka/launchpad-blueprint-collector
- Owner: bwplotka
- Created: 2015-09-30T15:50:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T16:07:18.000Z (over 10 years ago)
- Last Synced: 2025-02-09T23:16:18.380Z (12 months ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Launchpad Blueprint Collector
App with GUI which collects all valid blueprints from existing project on launchpad via https://api.launchpad.net/devel/
Output for this app is the .csv file which is ready to be opened by Excel.
Tested on Windows 8.1 x64
## App details:
- exe is compiled for Windows 8.1 x64
- implementation in Python 3.4 x64, PyQt4 and urllib3
- .exe file is available in 'dist' directory.
## Building exe:
- Install python 3.4 and py2exe [instructions](http://www.anthonydebarros.com/2014/02/16/setting-up-python-in-windows-8-1/)
- Using pip install
- urllib3
- PySide
- py2exe
- Download PyQt4 binaries for Python3.4 and windows x64
- Modify bp_collector_win_qt_thread.py
- In console: python setup.py py2exe --includes sip
- Now you have fresh .exe in 'dist' directory