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.6.tar.gz
(5.3 MB
view details)
Built Distribution
File details
Details for the file SQLMatches-0.3.6.tar.gz
.
File metadata
- Download URL: SQLMatches-0.3.6.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 | e89aa94ace01c2c0062c86ec178f39d6a938a7a7e344e3b7836c31e92b23055b |
|
MD5 | df8d85d48bdcef807e965bb2ef041811 |
|
BLAKE2b-256 | 996e823e54a7763e342c5e258129a89df75d05ace9be15d9b49dddea731e9b6d |
File details
Details for the file SQLMatches-0.3.6-py3-none-any.whl
.
File metadata
- Download URL: SQLMatches-0.3.6-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 | 7969356a7a642c97360f6e2d41ce936eb848ae4b2e3267004da9088167b0de88 |
|
MD5 | 4ce659bfa17c13914d3297faa55ff244 |
|
BLAKE2b-256 | c389f4714909a6a0a554f451297bd406a3cebb65534e11464d5696eebcde1e50 |