pypi
pip is a de facto standard package-management system used to install and manage software packages written in Python. Many packages can be found in the default source for packages and their dependencies — Python Package Index (PyPI).
Here are 963 public repositories matching this topic...
A Python library for automating interaction with websites.
-
Updated
Oct 20, 2020 - Python
The free and open-source Download Manager written in pure Python
-
Updated
Oct 21, 2020 - Python
Create delightful python projects using Jupyter Notebooks
-
Updated
Oct 20, 2020 - Jupyter Notebook
While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in data_dir()).
Wouldn't it make sense to add an if for Windows based on %APPDATA% or %LOCALAPPDATA%, before resorting to globally installing appdirs?
Python dictionaries with advanced dot notation access
-
Updated
Oct 21, 2020 - Python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
-
Updated
Oct 11, 2020 - Shell
The BGP swiss army knife of networking
-
Updated
Oct 13, 2020 - Python
Currently we save every URI ever qname'd forever in here: https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L289
If you serialize a big graph in a store that is off disk, we may run out of memory.
Either:
- Add a lru_cache (from py3 functools + this 2.7 implementation
- Depend on
Achieving confident refactoring through experimentation with Python 2.7 & 3.3+
-
Updated
Sep 3, 2020 - Python
Manipulate DNS records on various DNS providers in a standardized way.
-
Updated
Oct 22, 2020 - Python
-
Updated
Oct 16, 2020 - Python
Stack overflow command line client. Search and browse stack overflow without leaving the terminal
-
Updated
Oct 12, 2020 - Python
Modern OpenGL binding for python
-
Updated
Sep 12, 2020 - C++
Currently if you try to clone a repository from github and you don't have any ssh keys configured at github, you will fail to clone and get such message:
Fatal error: fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Even Permission denied (publickey). message is not shown.
@guyzmo offered to "suggest a
Terminal User Interface for docker engine
-
Updated
Jan 23, 2020 - Python
A full fledged GUI integration for the most award winning open-source android screen mirroring system -- scrcpy located on https://github.com/genymobile/scrcpy/ by @rom1v
-
Updated
Oct 4, 2020 - Python
IKEA Trådfri/Tradfri API. Control and observe your lights from Python. Examples available. On pypi. Sans-io.
-
Updated
Sep 6, 2020 - Python
-
Updated
Jul 25, 2020 - Python
input/output for many mesh formats
-
Updated
Oct 15, 2020 - Python
-
Updated
Jan 4, 2018 - Python
Created by Ian Bicking, Jannis Leidel
Released April 4, 2011
- Repository
- pypa/pip
- Website
- pip.pypa.io
- Wikipedia
- Wikipedia


~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).
Please also consider using
appdirsinstead of hardcoding ~/.config/