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.5.tar.gz
(5.3 MB
view details)
Built Distribution
File details
Details for the file SQLMatches-0.3.5.tar.gz
.
File metadata
- Download URL: SQLMatches-0.3.5.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 | 4bf20153ce1c7d4fb2d1fa123ed0a9ffcd92ac8ed478e2fa4a0a07112c3b36eb |
|
MD5 | 3da89938597d50a265f7ea1a582ee4b8 |
|
BLAKE2b-256 | 2f09291f9cad773c91169f4d2cc483af27a9313c533451eb47e8034d82053856 |
File details
Details for the file SQLMatches-0.3.5-py3-none-any.whl
.
File metadata
- Download URL: SQLMatches-0.3.5-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 | 5ac67fec7d4da3af77727a6eef5fe9070307b25ab44ebacbb9a1a04497271127 |
|
MD5 | 2ad89807d0fdaebceacfc343d8ad4396 |
|
BLAKE2b-256 | b4dc591664c4e05be609acee5d45d48ec1c429f73b55cbca8fbcc1a59f7dc659 |