A JMAP server implementation
Project description
jmapd
A Pure-python server implementation for JMAP (https://jmap.io).
https://github.com/arskom/jmapd
To get started:
$ virtualenv venv
$ source venv/bin/activate
$ python setup.py develop
To run the daemon:
$ source venv/bin/activate
$ jmapd
You can use jmapd --autoreload
to have code changes reflect instantly.
The server listens on TCP4:localhost:8100 by default. You may need to start it twice to let it generate a config file first.
Once the server is up and running, run:
$ curl localhost:8100/jmap | python3 -m json.tool
to get the capabilities object.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jmapd-0.1.0a0.tar.gz
(9.0 kB
view details)
File details
Details for the file jmapd-0.1.0a0.tar.gz
.
File metadata
- Download URL: jmapd-0.1.0a0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4405c3884ed463841ab80dab4075cde465d39bce67e1e040d67165bbbc643a47
|
|
MD5 |
58966a338fce0126500fb3585d091e66
|
|
BLAKE2b-256 |
1e706d93b77f544bbd5d9a86197373beab9b6a7c0a08286bb810809b5fab73fa
|