Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benoitzugmeyer/pyjmap
- Owner: BenoitZugmeyer
- Created: 2016-02-16T11:51:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T13:01:58.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T17:36:40.238Z (3 months ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```