Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page