factory_farm

# neurons

docker

docker network create --subnet=192.168.0.0/24 container_network docker run --network container_network --ip 192.168.0.102 -v .:/factory_farm -it jumps:v2.1.0 docker exec -it 389597d6510a bash

link the readme

ln -s venues/stages/factory_farm/room.md readme.MD

poetry

pip install poetry poetry-plugin-export

add

# # ⚠️ # Make sure that none of these depend on this module! # # For the sake of sanity, please keep the "reliability, testing, etc." # structure as a "tree, hierarchy, etc." etc. with no coodependencies # that almost definitely cause chaos. # poetry add sanic # # if dev dependencies # # poetry export --with dev --format requirements.txt --output requirements.txt rm -rf /factory_farm/venues/stages_pip && poetry export --format requirements.txt --output requirements.txt && pip install -r requirements.txt -t /factory_farm/venues/stages_pip # /root/.cache/pypoetry/virtualenvs/factory_farm-p2eJTVsK-py3.10/lib/python3.10/site-packages/ # cp -R /root/.cache/pypoetry/virtualenvs/factory_farm-p2eJTVsK-py3.10/lib/python3.10/site-packages/ /factory_farm/venues/stages_pip

upgrade

poetry update sanic

installations venv

poetry config virtualenvs.path /path/to/your/directory poetry env use python3 poetry shell

scripts

# # https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#creating-executable-scripts # from this_module import clique; clique () #

publishing

# # licenses # python3 -m venv /factory_farm/venues/warehouse/license_venv source /factory_farm/venues/warehouse/license_venv/bin/activate # # statuses # python3 /factory_farm/venues/stages/factory_farm/_status/status.proc.py # # poetry auth # rm -rf dist && poetry build --verbose && poetry publish --verbose;

important

poetry show --tree