EasyRunner CLI.
Project description
EasyRunner CLI
Application hosting platform that runs on a single server. Easily turn your VPS into a secure web host.
Copyright (c) 2024 - 2025 Janaka Abeywardhana
Contribution
Setup python tools on a new machine
brew install pyenv- python virtual environment managerbrew install pipx- pipx python package manager, for install poetrypipx install poetry(pipx installs global packages in isolated environments)- add
export PATH="$HOME/.local/bin:$PATH"to ~/.zshrc for poetry.
Setup python environment for an application
pyenv install 3.13install this version of python.pyenv localshow the version in this environmentpoetry env use $(pyenv which python)to create a poetry environment in this project for dependencies. the.venvsource $(poetry env info --path)/bin/activateto activate the environment (avail on path etc.)poetry config virtualenvs.in-project truepoetry install
if the location of the repo changes on your local machine then the virtual env will get disconnected. Therefore remove and recreate
poetry env remove $(poetry env list --full-path | grep -Eo '/.*')Remove the current Poetry environment to force a clean rebuild:poetry installRecreate the environment and install dependenciessource $(poetry env info --path)/bin/activateactivate the environment
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easyrunner_cli-0.22.0b1-py3-none-any.whl.
File metadata
- Download URL: easyrunner_cli-0.22.0b1-py3-none-any.whl
- Upload date:
- Size: 276.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1978304960d9ee115618ab11192e75b7063e18c1d575b4b648e2e84200f29769
|
|
| MD5 |
c816926d7ff2a53cf2afe61ffaa9276f
|
|
| BLAKE2b-256 |
6cd4f75324f41ecbc51cc49702a51acca3d8a6ce1b7e2cff81979524c1f28c45
|