Full featured (but generic) headless API for wikis
Project description
flask-camp is a flask extension that build an full featured (but generic) wiki REST API.
Installation
pip install flask-camp
Usage
from flask import Flask
from flask_camp import RestApi
app = Flask(__name__)
api = RestApi(app)
Run your app
You'll need a running redis on port 6379 and a postgresql on port 5432. If you don't have it, just run flask_camp dev_env before running your app (requires docker).
flask --debug run
All possible endpoints with a short explanation are visible on root page: http://localhost:5000
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Flask-Camp-0.0.25.tar.gz.
File metadata
- Download URL: Flask-Camp-0.0.25.tar.gz
- Upload date:
- Size: 64.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d863952573919691fa2a4ea4d8755354bb5e613cb7f3c41edf2f6e0bb3d543ff
|
|
| MD5 |
e026277a84c872ce58b5040e0a24261d
|
|
| BLAKE2b-256 |
9dcf25da1fb1c3850864ae6eb7f6bb0d8a11fe07186c122ae05198cc157aafcf
|
File details
Details for the file Flask_Camp-0.0.25-py3-none-any.whl.
File metadata
- Download URL: Flask_Camp-0.0.25-py3-none-any.whl
- Upload date:
- Size: 44.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b73d82b5466d1a240bace70793e9ac81fe752f6498d2bf800ac21ed459f7968d
|
|
| MD5 |
830172de97bc5e35d3b2e97418732861
|
|
| BLAKE2b-256 |
6244343c8d9397302084d5b78c9ceb65fd175c6c0ea8b5a75386644539094862
|