Pre-release
This release is a pre-release and may not be stable for production use.
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.
Release files for jmapd 0.1.0a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jmapd-0.1.0a0.tar.gz | 9.0 kB | Details |
Release files / jmapd-0.1.0a0.tar.gz
| Download URL | jmapd-0.1.0a0.tar.gz |
|---|---|
| Size | 9.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4405c3884ed463841ab80dab4075cde465d39bce67e1e040d67165bbbc643a47
|
|
BLAKE2b-256 checksum How to use checksums |
1e706d93b77f544bbd5d9a86197373beab9b6a7c0a08286bb810809b5fab73fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|