Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benoitzugmeyer/pyjmap

jmap.io implementation server
https://github.com/benoitzugmeyer/pyjmap

Last synced: about 2 months ago
JSON representation

jmap.io implementation server

Awesome Lists containing this project

README

        

# pyjmap

## Install

```bash
git clone https://github.com/ligro/pyjmap
cd pyjmap
virtualenv3 venv
. venv/bin/activate
pip install -r requirements.txt
```

## init db

```bash
pyjmap db create
```

## add first user

```bash
pyjmap user add
```

## run

```bash
pyjmap run
```