SQLMatches, match & demos recorder.
Project description
Help support SQLMatches development & hosting
- Subscribe to SQLMatches on the 'Owner Panel' under the 'Subscriptions / Billing' tab.
- Donate via PayPal
✨ Help show support by starring this repo! Watch it to get notifications when updated. ✨
Setup
Hosted version
- Visit SQLMatches.com & follow the video.
- Follow the setup section on the Plugin repo.
Self-hosing
- Install SQLMatches with
pip3 install SQLMatches --upgrade
. - Create a file like run.py.
- Set up uvicorn with Starlette.
- I recommend running Nginx as a reverse proxy.
- Use a UDS (UNIX domain socket) for production.
- e.g.
uvicorn.run(app, uds="/tmp/uvicorn.sock", log_level="warning")
- e.g.
- SSL with Certbot.
- Setup a SMTP server, I use Postfix.
- Build the Frontend or run it in development mode.
- Run run.py using PM2 or screen.
Thanks to
- WardPearce - backblaze - Contributor - Maintainer
- encode - databases - uvicorn - starlette
- Pallets Projects - Jinja2
- Woile - starlette apispec
- Miguel Grinberg - socketio
- aio-libs - aiocache - aiohttp - aiomysql - aiojobs
- Martin Richard - asynctest
- marshmallow code - marshmallow - webargs
- Steven Loria - webargs starlette
- sqlalchemy
- Tin Tvrtković - aiofiles
- Omnilib - aiosqlite
- MagicStack - asyncpg
- To all the developers who helped to make these packages!
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
SQLMatches-0.3.1.tar.gz
(5.3 MB
view details)
Built Distribution
File details
Details for the file SQLMatches-0.3.1.tar.gz
.
File metadata
- Download URL: SQLMatches-0.3.1.tar.gz
- Upload date:
- Size: 5.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5857730e2bef0ba45477d01ca339a1d978b30c2b9fe4e242d63db2d3b1b65bf |
|
MD5 | c22433b087f56b092b92f381eb61e50e |
|
BLAKE2b-256 | d520d0ad60aba34887a8f7dbc8f344f515da6d4cf7d3bd33dca22794ddbdac20 |
File details
Details for the file SQLMatches-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: SQLMatches-0.3.1-py3-none-any.whl
- Upload date:
- Size: 5.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd0d59ea6bf613213860785491f359b3f2a9a12b13b510ecebd60700c4e1a361 |
|
MD5 | 098f44a057ac69d2d22925bb9ec58b31 |
|
BLAKE2b-256 | 50135c615efabc2c88a523a21ff72cc74d4b8218a6eaf564a5e6f23ae3a072c3 |