https://github.com/benoitzugmeyer/pyjmap
jmap.io implementation server
https://github.com/benoitzugmeyer/pyjmap
Last synced: 4 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T13:01:58.000Z (over 9 years ago)
- Last Synced: 2025-01-13T16:25:09.278Z (6 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
```