Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antergos/whither
Universal Linux Application SDK - Create once. Run everywhere.
https://github.com/antergos/whither
app-sdk desktop-application-sdk es6 framework gtk3 html5 python qt5 sdk
Last synced: about 2 months ago
JSON representation
Universal Linux Application SDK - Create once. Run everywhere.
- Host: GitHub
- URL: https://github.com/antergos/whither
- Owner: Antergos
- License: gpl-3.0
- Archived: true
- Created: 2016-12-12T00:50:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T05:45:13.000Z (over 6 years ago)
- Last Synced: 2024-04-14T20:22:33.254Z (7 months ago)
- Topics: app-sdk, desktop-application-sdk, es6, framework, gtk3, html5, python, qt5, sdk
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 9
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whither
[![PyPI](https://img.shields.io/pypi/v/whither.svg?style=flat-square)](https://pypi.python.org/pypi/whither) [![Codacy grade][codacy]](https://www.codacy.com/app/Antergos/whither) [![Python Versions](https://img.shields.io/pypi/pyversions/whither.svg?style=flat-square)]()### Universal Linux Application SDK - Create once. Run everywhere.
## Install It
### Distro Packages
|Distro|Install Command/Links|
|:---:|:---:|
|![antergos][antergos]|`sudo pacman -S python-whither`|
|![arch][arch] |`yaourt -S python-whither`|
|![fedora][fedora] |`dnf copr enable antergos/python3-whither`|
|![openSUSE][openSUSE]|[1 Click Install](https://software.opensuse.org/ymp/home:antergos/openSUSE_Leap_42.2/whither.ymp?base=openSUSE%3ALeap%3A42.2&query=python3-whither)|
|![ubuntu][ubuntu] |[OBS Repo](https://software.opensuse.org/download.html?project=home:antergos&package=python3-whither)|### From Source
#### Dependencies
| | ![antergos][antergos] ![arch][arch] | ![ubuntu][ubuntu] | ![fedora][fedora] | ![openSUSE][openSUSE] |
|-----------------------|--------------------------------------------------|-------------------|-------------------|-----------------------|
|**pyqt5** |python-pyqt5 |python3-pyqt5 |python3-qt5 |python3-qt5 |
|**qt5-webengine** |qt5-webengine |libqt5webengine5 |qt5-qtwebengine |libqt5-qtwebengine |> ***NOTE:*** These instructions are for the `master` branch. To build the latest release, please see the `stable` branch.
#### Use pip
```sh
sudo pip install whither
```
#### Download & Install
```sh
git clone https://github.com/Antergos/whither.git /tmp/whither
cd /tmp/whither
sudo python setup.py install
```[antergos]: https://antergos.com/distro-logos/logo-square26x26.png "antergos"
[arch]: https://antergos.com/distro-logos/archlogo26x26.png "arch"
[fedora]: https://antergos.com/distro-logos/fedora-logo.png "fedora"
[openSUSE]: https://antergos.com/distro-logos/Geeko-button-bling7.png "openSUSE"
[ubuntu]: https://antergos.com/distro-logos/ubuntu_orange_hex.png "ubuntu"
[debian]: https://antergos.com/distro-logos/openlogo-nd-25.png "debian"[codacy]: https://img.shields.io/codacy/grade/140ddf3d48af4497bc691e4f957aa164.svg?style=flat-square "Codacy Grade"