https://github.com/p6m7g8-dotfiles/p6df-python
P6 Dotfiles: PYTHON
https://github.com/p6m7g8-dotfiles/p6df-python
cli dotfiles p6 p6df p6m7g8 plugin productivity sh shell terminal theme zsh
Last synced: 2 months ago
JSON representation
P6 Dotfiles: PYTHON
- Host: GitHub
- URL: https://github.com/p6m7g8-dotfiles/p6df-python
- Owner: p6m7g8-dotfiles
- Created: 2022-03-18T20:31:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T19:21:28.000Z (7 months ago)
- Last Synced: 2025-02-07T05:16:01.165Z (4 months ago)
- Topics: cli, dotfiles, p6, p6df, p6m7g8, plugin, productivity, sh, shell, terminal, theme, zsh
- Language: Shell
- Homepage: https://continuouslearning.io
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P6's POSIX.2: p6df-python
## Table of Contents
## Badges
[](https://opensource.org/licenses/Apache-2.0)
[](https://mergify.io)
[]()## Summary
## Contributing
- [How to Contribute]()
## Code of Conduct
- [Code of Conduct]()
## Usage
### Aliases
### Functions
## p6df-python
### p6df-python/init.zsh
- p6df::modules::python::deps()
- p6df::modules::python::external::brew()
- p6df::modules::python::external::yum()
- p6df::modules::python::home::symlink()
- p6df::modules::python::init(_module, dir)
- p6df::modules::python::langs()
- p6df::modules::python::vscodes()
- str str = p6df::modules::pipenv::prompt::info()
- str str = p6df::modules::py::env::prompt::info()## p6df-python/lib
### p6df-python/lib/langs.sh
- p6df::modules::python::langs::install()
- p6df::modules::python::langs::nuke()
- p6df::modules::python::langs::pip()
- p6df::modules::python::langs::pip::upgrade()
- p6df::modules::python::langs::pipenv()
- p6df::modules::python::langs::poetry()
- p6df::modules::python::langs::pull()
- p6df::modules::python::langs::whls()### p6df-python/lib/pyenv.sh
- p6df::modules::python::langs::pip()
- p6df::modules::python::langs::pip::upgrade()
- p6df::modules::python::pyenv::latest()
- p6df::modules::python::pyenv::latest::installed()## Hierarchy
```text
.
├── README.md
├── init.zsh
├── lib
│ ├── _pipenv.sh
│ ├── langs.sh
│ └── pyenv.sh
└── share3 directories, 5 files
```## Author
Philip M . Gollucci