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

https://github.com/sookcha/hwper


https://github.com/sookcha/hwper

Last synced: 4 months ago
JSON representation

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

![AGPL3](http://www.gnu.org/graphics/agplv3-155x51.png)

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 .