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
- cole - aiosmtplib
- 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.4.tar.gz
(5.3 MB
view details)
Built Distribution
File details
Details for the file SQLMatches-0.3.4.tar.gz
.
File metadata
- Download URL: SQLMatches-0.3.4.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 | b78ba6e4650cc3fa56177faa8eb1cd1b9fd1339d3204c87275b6202afaf5228a |
|
MD5 | 9df35d2bb55fc2f7b001be56d52b39da |
|
BLAKE2b-256 | 4566bbf767e4cc64d4e789ed0c110c9fd80b231091f359ecda746c8ad1a4eefe |
File details
Details for the file SQLMatches-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: SQLMatches-0.3.4-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 | 7c7937588a63f2376371975d717cf29c1ba736a982745e3c2643ab1e0366c99d |
|
MD5 | 95c4100cb2db12fac94b4a0c7819030f |
|
BLAKE2b-256 | 5395b2694f3f3af4c9a75b904f78bb49a79e9eee4cc69c95181c6250c155e7bd |