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 IP=<enter-your-ipv4>
$ 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 IP=<enter-your-ipv4>
(.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 pytower 0.0.1.dev1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytower-0.0.1.dev1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / pytower-0.0.1.dev1-py3-none-any.whl
| Download URL | pytower-0.0.1.dev1-py3-none-any.whl |
|---|---|
| Size | 15.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0d30a4f7b2ae778469b96eaeac889ecad70c13e4c80ae308430d3c90c3b49829
|
|
BLAKE2b-256 checksum How to use checksums |
fe6a8358afa29b91b90ee33227bf5ece57a3f8d4a17444fd34f5268020a97b02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.18+
|