#
pipfile
Here are 36 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
Feb 10, 2021 - Python
Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.
-
Updated
Feb 2, 2021 - Python
A CLI tool to covert Pipfile/Pipfile.lock to requirments.txt
-
Updated
Apr 10, 2020 - Python
Simple manga downloader written in python
-
Updated
Jan 20, 2021 - Python
Open
LDAP
not7cd
commented
Mar 26, 2018
Albo oauth, nie chcę trzymać tutaj haseł
Neovim plugin to show currently installed version and available upgrades of packages
-
Updated
May 13, 2019 - Rust
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
Jan 24, 2021 - Python
-
Updated
Mar 1, 2019 - Python
A python script to download trending wallpapers from any subreddit
-
Updated
Dec 30, 2017 - Python
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
Sep 26, 2020 - Python
Mark Berger's Dotfiles
macos
dotfiles
iterm2
arch
hammerspoon
i3
brewfile
fish-shell
sublime-text-3
pipfile
git-configuration
-
Updated
Jan 28, 2021 - Shell
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
Simple Selenium based test for JupyterHub on OpenShift component of https://opendatahub.io
-
Updated
Nov 5, 2019 - Python
Ochrona VS Code Extension
python
security
dependency-analysis
vscode
supply-chain
developer-tools
vscode-extension
pipfile
requirements
vulnerability-scanners
security-tools
ochrona
-
Updated
Jan 31, 2021 - TypeScript
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