An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# P6's POSIX.2: p6df-python

## Table of Contents

## Badges

[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
[![Mergify](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges//p6df-python/&style=flat)](https://mergify.io)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)]()

## 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
└── share

3 directories, 5 files
```

## Author

Philip M . Gollucci