https://github.com/sookcha/hwper
https://github.com/sookcha/hwper
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sookcha/hwper
- Owner: sookcha
- Created: 2014-04-22T23:02:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T13:32:18.000Z (about 12 years ago)
- Last Synced: 2025-10-11T20:39:47.781Z (8 months ago)
- Size: 316 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hwper
Cocoa front-end of [pyhwp](https://github.com/mete0r/pyhwp).
## Installation
You need to install [lxml](http://lxml.de/) to run Hwper.
1. Download and install Xcode [Command Line Tools](https://developer.apple.com/downloads/index.action).
2. Install libxml2 by using [Homebrew](http://brew.sh).
`brew install libxml2`
3. Install lxml from pip.
`sudo pip install lxml`
You're done. Run Hwper.app as usual.
## LICENSE
Copyright (C) 2014 Ho-seong Son

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .