File: website.md

package info (click to toggle)
pygtkspellcheck 4.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 468 kB
  • sloc: python: 1,079; makefile: 130
file content (71 lines) | stat: -rw-r--r-- 1,979 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
layout: default
title: Python GTK Spellchecker
repository: pygtkspellcheck
downloads:
- class: archlinux
  url: https://github.com/downloads/koehlma/pygtkspellcheck/python-gtkspellcheck-3.0-1-any.pkg.tar.xz
  text: Python 3
- class: archlinux
  url: https://github.com/downloads/koehlma/pygtkspellcheck/python2-gtkspellcheck-3.0-1-any.pkg.tar.xz
  text: Python 2
- class: debian
  url: https://github.com/downloads/koehlma/pygtkspellcheck/python3-gtkspellcheck_3.0-1_all.deb
  text: Python 3
- class: debian
  url: https://github.com/downloads/koehlma/pygtkspellcheck/python-gtkspellcheck_3.0-1_all.deb
  text: Python 2
---

{% linkify(description['long'], 'markdown') %}

# Features
{% '* ' + '\n* '.join(features) %}

# Screenshots
![Screenshot](/projects/pygtkspellcheck/screenshot.png)

## Documentation
The documentation is available at [Read the Docs]({% documentation %}).

# Examples
* [PyGObject Simple Example](https://github.com/koehlma/pygtkspellcheck/blob/master/examples/simple_pygobject.py)
* [PyGtk Simple Example](https://github.com/koehlma/pygtkspellcheck/blob/master/examples/simple_pygtk.py)

# Distribution
## Cheeseshop
[PyPI package](http://pypi.python.org/pypi/pygtkspellcheck/) is available: 

    pip install pygtkspellcheck

## Archlinux - AUR
### Python 3
[AUR Package](https://aur.archlinux.org/packages.php?ID=61200)

    yaourt -S python-gtkspellcheck

### Python 2
[AUR Package](https://aur.archlinux.org/packages.php?ID=61199)

    yaourt -S python2-gtkspellcheck

## Ubuntu / Debian
### Ubuntu - Repository

    sudo add-apt-repository ppa:koehlma/packages
    sudo apt-get update

### Debian - Repository
    
    sudo su
    echo "deb http://ppa.launchpad.net/koehlma/packages/ubuntu precise main" >> /etc/apt/sources.list
    apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 775B7DF6
    apt-get update

### Python 2
    
    sudo apt-get install python-gtkspellcheck

### Python 3

    sudo apt-get install python3-gtkspellcheck