This release is a pre-release and may not be stable for production use.
Build and deploy Pythonic apps.
Attention
PRE-ALPHA RELEASE.
NOT READY FOR PRODUCTION. ONLY FOR TESTING PURPOSES. YOU MAY LOSE ALL YOUR DATA.
TL;DR
$ export DATABASE_URL=mysql://USER:PASSWORD@HOST:PORT/NAME
$ export DOMAIN_NAME=<enter-your-domain-name>
$ pytower --deploy
Requires
python >= 3.8
Dependencies
On Ubuntu 22.04 or Ubuntu 20.04:
$ sudo apt install python3-venv docker.io docker-compose
Post-Installation
$ sudo usermod -aG docker $USER
$ newgrp docker
Deploy
$ cd ~
$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install --upgrade pip
(.venv) $ pip install pytower
(.venv) $ export DATABASE_URL=mysql://USER:PASSWORD@HOST:PORT/NAME
(.venv) $ export DOMAIN_NAME=<enter-your-domain-name>
(.venv) $ pytower --deploy
License
Copyright (C) 2022-2023 Salman Mohammadi <salman@pytower.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Release files for pytowerfrontman 0.0.1.dev1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytowerfrontman-0.0.1.dev1.tar.gz | 16.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytowerfrontman-0.0.1.dev1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.2 kB
Release files / pytowerfrontman-0.0.1.dev1.tar.gz
| Download URL | pytowerfrontman-0.0.1.dev1.tar.gz |
|---|---|
| Size | 16.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
46b73affe22db202347378b7503f07152501da482baa420b336ee185809a4de8
|
|
BLAKE2b-256 checksum How to use checksums |
1b3affd2b872b831fdcc03e3fb7885ef9b64b11e40a1794b67855ac251871b2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.8.19+
|
Release files / pytowerfrontman-0.0.1.dev1-py3-none-any.whl
| Download URL | pytowerfrontman-0.0.1.dev1-py3-none-any.whl |
|---|---|
| Size | 17.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e930fd64f213a7f26a0fba495581bf5bf66fb7fd22484514f5a06981153445e5
|
|
BLAKE2b-256 checksum How to use checksums |
617e6184831472c7b196847a460b2cc672878f05c0506837fc9f7c06a7fe3eb9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.8.19+
|