Etherpad Lite is a web service that allows real-time document collaboration for groups of users. http://etherpad.org/
python-etherpad_lite provides an interface for Etherpad-Lite’s HTTP API.
Installation
pip install etherpad_lite
python-etherpad_lite doesn’t have dependencies and is compatible with both python 2 and 3.
Usage
From python:
from etherpad_lite import EtherpadLiteClient
c = EtherpadLiteClient(base_params={'apikey':'secret_from_APIKEY.txt'})
c.createPad(padID='test', text="Lorem ipsum dolor sit amet.")
From the command line:
$ python -m etherpad_lite -p apikey=secret_from_APIKEY.txt
=> Welcome to the Etherpad Lite shell !
=> Command example: createPad padID=test text="Lorem ipsum dolor sit amet."
% createPad padID=test text="Lorem ipsum dolor sit amet."
ok
% getHTML padID=test
{u'html': u'Lorem ipsum dolor sit amet.<br>'}
% deletePad padID=test
ok
See the documentation of Etherpad Lite for the list of API functions and their arguments.
License
Release files for etherpad_lite 0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| etherpad_lite-0.5.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| etherpad_lite-0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.1 kB
Release files / etherpad_lite-0.5.tar.gz
| Download URL | etherpad_lite-0.5.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
07ca67f3f8d0342e9a114f96b908ec055a5c6d23f59bb0cbf5e06e4a06bbdae3
|
|
BLAKE2b-256 checksum How to use checksums |
136c2079dac77d480fd49862d12465ed3369360ad9b8c9bb0e3fb79f1e7b650e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / etherpad_lite-0.5-py3-none-any.whl
| Download URL | etherpad_lite-0.5-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
80844f198a89d355cb39c18aee15f7fa641d67330487b20d4caa6cc498c1d818
|
|
BLAKE2b-256 checksum How to use checksums |
1a89cdba92ddfc894d664ba68fb55fcc547736165e096c594d3d6ab94d66c19b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |