Creates functionality to manipulate the shell in support of tools defined within a tools directory.
Project description
Contents
Overview
dbrownell_ToolsDirectory is a Python utility that automates the setup of tool environments by generating shell initialization scripts. It scans a directory structure containing organized tools and their versions, then creates either Bash or Batch scripts that add these tools to your system path and configure their environment variables. This tool is handy for managing multiple tool versions across different operating systems and architectures, allowing you to maintain a centralized directory of tools and automatically generate the necessary shell commands to make them available in your terminal environment.
How to use dbrownell_ToolsDirectory
There are two ways to use dbrownell_ToolsDirectory: through convenience activation scripts or by using the CLI directly.
-
Clone the repository locally:
git clone https://github.com/davidbrownell/dbrownell_ToolsDirectory
-
Run the activation script for your shell:
For Bash (Linux/macOS):
. <repository location>/src/dbrownell_ToolsDirectory/Scripts/activate.sh <tools directory>
For Batch (Windows):
<repository location>\src\dbrownell_ToolsDirectory\Scripts\activate.bat <tools directory>
-
All tools and environment variables from
<tools directory>will be added to your environment.
Example
Hard Drive
/Tools/
├── Tool1/
│ └── Tool1.env
├── Tool2/
│ └── bin/
└── Tool3/
├── v1.2.3/
└── v4.5.6/
Tool1.env
FOO=BAR
FILENAME=./filename
After Activation
# Added by traversing the directory hierarchy
PATH=${PATH}:/Tools/Tool1:/Tools/Tool2/bin:/Tools/Tool3/v4.5.6
# Added through .env files within the directory hierarchy
FOO=BAR
FILENAME=/Tools/Tool1/filename
Installation
| Installation Method | Command |
|---|---|
| Via uv | uv add dbrownell_ToolsDirectory |
| Via pip | pip install dbrownell_ToolsDirectory |
Development
Please visit Contributing and Development for information on contributing to this project.
Additional Information
Additional information can be found at these locations.
| Title | Document | Description |
|---|---|---|
| Code of Conduct | CODE_OF_CONDUCT.md | Information about the norms, rules, and responsibilities we adhere to when participating in this open source community. |
| Contributing | CONTRIBUTING.md | Information about contributing to this project. |
| Development | DEVELOPMENT.md | Information about development activities involved in making changes to this project. |
| Governance | GOVERNANCE.md | Information about how this project is governed. |
| Maintainers | MAINTAINERS.md | Information about individuals who maintain this project. |
| Security | SECURITY.md | Information about how to privately report security issues associated with this project. |
License
dbrownell_ToolsDirectory is licensed under the MIT license.
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 Distribution
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 dbrownell_toolsdirectory-0.12.0.tar.gz.
File metadata
- Download URL: dbrownell_toolsdirectory-0.12.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15834501f05bff7691d2f62c2e596c0d6a5f9182ddf9d0549b1da5b2bbc5561d
|
|
| MD5 |
338c4eec70cc5d8f562c0c8a337cc006
|
|
| BLAKE2b-256 |
7c96f7dfbf5622ef51af42090fca3300a839c18d193789829d342e07330d1ed6
|
File details
Details for the file dbrownell_toolsdirectory-0.12.0-py3-none-any.whl.
File metadata
- Download URL: dbrownell_toolsdirectory-0.12.0-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
792437894739ddc0a09b5d5b58c5b9250d21908237155950359d16d295e5a20b
|
|
| MD5 |
b571907f724d4245f668d341488580e4
|
|
| BLAKE2b-256 |
e4914868927930816bdced1e8cf927ea938f8e54abbf3e98c025c3f110a056f0
|