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 pytowerctl 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 | |
|---|---|---|---|
| pytowerctl-0.0.1.dev1.tar.gz | 16.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytowerctl-0.0.1.dev1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.1 kB
Release files / pytowerctl-0.0.1.dev1.tar.gz
| Download URL | pytowerctl-0.0.1.dev1.tar.gz |
|---|---|
| Size | 16.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
48926882096631cb4baa7091a4ef1b9733a6a264ad5d7491f44a918a907add6a
|
|
BLAKE2b-256 checksum How to use checksums |
395f1bf4123a1ea312f007bfa625a435cd0ef8da78ca2356c3c56280774d4601
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.8.19+
|
Release files / pytowerctl-0.0.1.dev1-py3-none-any.whl
| Download URL | pytowerctl-0.0.1.dev1-py3-none-any.whl |
|---|---|
| Size | 17.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e9c0ab8081b128aaec17cc77782754ebed97d43e51d150506bef4147abc11451
|
|
BLAKE2b-256 checksum How to use checksums |
d259fab3ed601e4e9751c651685fea25692846b58914852fcbc7863dca7e4b9d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.8.19+
|