Metadata-Version: 2.1
Name: lab-partner
Version: 0.7.168
Summary: A toolkit that partners with you to build software projects
Author-email: Anthony Schexnaildre <aps@enclarify.com>
Maintainer-email: Anthony Schexnaildre <aps@enclarify.com>
License: # Released under MIT License
        
        Copyright (c) 2024 Anthony Schexnaildre.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
        documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
        rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
        persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
        Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
        WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
        OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project-URL: homepage, https://github.com/enclarify/lab-partner
Keywords: developer,tools,docker
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.md
Requires-Dist: click==8.1.3
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: pytest==8.1.1; extra == "test"

# Lab Partner

## to expose low ports 

```bash
echo "net.ipv4.ip_unprivileged_port_start=0" >> /etc/sysctl.conf
sysctl --system
```



aps@money-maker:~/Developer/workspace/lab-partner$ docker container ls --format "{{json .}}" | jq .Labels | jq 

"devcontainer.config_file=/home/aps/Developer/workspace/lab-partner/.devcontainer/devcontainer.json,devcontainer.local_folder=/home/aps/Developer/workspace/lab-partner,devcontainer.metadata={\"onCreateCommand\":\".devcontainer/install-devcontainer-deps.sh\",\"postStartCommand\":\".devcontainer/install-editable-package.sh\",\"customizations\":{\"vscode\":{\"settings\":{},\"extensions\":[\"ms-azuretools.vscode-docker\",\"ms-python.python\",\"mhutchie.git-graph\",\"donjayamanne.githistory\",\"github.vscode-github-actions\",\"tamasfe.even-better-toml\",\"njpwerner.autodocstring\"]}},\"mounts\":[\"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind\"],\"containerEnv\":{\"PYTHONPATH\":\"/workspaces/lab-partner/src\",\"LAB_WORKSPACE\":\"${localEnv:LAB_WORKSPACE}\",\"XDG_RUNTIME_DIR\":\"${localEnv:XDG_RUNTIME_DIR}\",\"USER\":\"${localEnv:USER}\",\"HOME\":\"${localEnv:HOME}\"}}"
