File: index.rst

package info (click to toggle)
python-pypump 0.3%2Bgit20130823.1.97bffc6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 328 kB
  • ctags: 333
  • sloc: python: 1,630; makefile: 140; sh: 7
file content (45 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download
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
.. PyPump documentation master file, created by
   sphinx-quickstart on Mon May 27 12:57:47 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

PyPump - Python Pump.io Library
===============================

PyPump provides a simple, powerful and pythonic way of interfacing with `pump.io <http://pump.io>`_.
The community for PyPump lives on IRC in the #pypump channel on `MegNet <http://megworld.co.uk/irc>`_.

PyPump is under the `GPLv3 <https://www.gnu.org/licenses/gpl.html>`_. You should probably
look to see if/how this may impact you and your programs if you desire to use PyPump.

Getting started
---------------
If you're new to PyPump and feeling a bit overwhelmed the :doc:`tutorial` is the best 
place to go.

Contents
--------
.. toctree::
   :maxdepth: 1

   gettingstarted/installing
   gettingstarted/qnd
   gettingstarted/tutorial
   gettingstarted/authentication
   gettingstarted/verifier_callback 
   gettingstarted/webpump

Models
------
   
.. toctree::
   :maxdepth: 1

   models/inbox
   models/note
   models/comment
   models/image
   models/person
   models/activity

This was build on |today|