#
pipfile
Here are 37 public repositories matching this topic...
python
testing
docker
security
pypi
poetry
dependency-graph
conda
versioning
project-management
pip
release
pipfile
dependencies
venv
wheels
license-management
dependency-resolution
pipenv
flit
-
Updated
Jan 11, 2021 - Python
shentonfreude
commented
Aug 17, 2018
i've got a bunch of Pipenv shell buffers and don't know which is which. It would be handy to name them when you create them, like I can do with ^U M-x shell. (I tend to name my shell buffers for the dir I'm in working in to help me remember).
Thanks for pipenv.el.
A tool for converting between pip-style and pipfile requirements - maintained by the pipenv team
-
Updated
Jul 16, 2021 - Python
Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.
-
Updated
Jun 1, 2021 - Python
A CLI tool to covert Pipfile/Pipfile.lock to requirments.txt
-
Updated
Mar 13, 2021 - Python
Simple manga downloader written in python
-
Updated
Jul 26, 2021 - Python
Open
LDAP
not7cd
commented
Mar 26, 2018
Albo oauth, nie chcę trzymać tutaj haseł
Ochrona Security command line tool for detecting vulnerabilities in Python dependencies and doing safe package installs
python
security
dependency-analysis
supply-chain
pip
developer-tools
pipfile
vulnerabilities
requirements
vulnerability-scanners
security-tools
devsecops
-
Updated
Jul 30, 2021 - Python
Neovim plugin to show currently installed version and available upgrades of packages
-
Updated
May 13, 2019 - Rust
-
Updated
Jul 4, 2021 - Python
A python script to download trending wallpapers from any subreddit
-
Updated
Dec 30, 2017 - Python
Mark Berger's Dotfiles
macos
dotfiles
iterm2
arch
hammerspoon
i3
brewfile
fish-shell
sublime-text-3
pipfile
git-configuration
-
Updated
May 20, 2021 - Shell
A boilerplate for Flask RESTful web service using flask-restplus
-
Updated
Sep 17, 2019 - Python
Este es un Bot de Twitch Open Source basado en la utilidad TwitchIO de Python, esta hecha para el canal de twitch de @FreddyFalso.
-
Updated
Nov 9, 2020 - Python
Training pipeline using TFRecord files
-
Updated
Apr 20, 2021 - Python
Ochrona VS Code Extension
python
security
dependency-analysis
vscode
supply-chain
developer-tools
vscode-extension
pipfile
requirements
vulnerability-scanners
security-tools
ochrona
-
Updated
Jun 6, 2021 - TypeScript
Python Development Workflow for Humans. (ja: http://pipenv-ja.readthedocs.io/ja/translate-ja/)
-
Updated
May 14, 2020 - Python
Create Realtime Django Application and React Js using Django channels and Redis
-
Updated
Jan 3, 2021 - JavaScript
Improve this page
Add a description, image, and links to the pipfile topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pipfile topic, visit your repo's landing page and select "manage topics."
Issue description
When the environment variable
PIPENV_SITE_PACKAGESis set, pipenv always recreate new virtualenv on each invoke of pipenv even if it is not apipenv installcommand.Expected result
pipenv runorpipenv shellshould use existing virtualenv instead of creating a new one.PIPENV_SITE_PACKAGESshould only affectpipenv installcommand.Actual