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 1,356 public repositories matching this topic...
A Python library for automating interaction with websites.
-
Updated
Jun 9, 2021 - Python
Create delightful python projects using Jupyter Notebooks
-
Updated
Aug 15, 2021 - Jupyter Notebook
The free and open-source Download Manager written in pure Python
-
Updated
Aug 15, 2021 - Python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
-
Updated
Jul 23, 2021 - Shell
The L010 rule on capitalisation of keywords always errors with Inconsistent capitalisation of keywords. which can be misleading if the configuration isn't = consistent
I think giving different error messages based on the configuration ["consistent", "upper", "lower", "capitalise"] would be a lot more helpful.
This is probably a simple change that just requires a description being passe
-
Updated
Jan 11, 2021 - Python
-
Updated
Aug 12, 2021 - Python
Python dictionaries with advanced dot notation access
-
Updated
Aug 15, 2021 - Python
The BGP swiss army knife of networking
-
Updated
May 27, 2021 - Python
Motivation
It is convenient to be able to iterate over all triples in a Graph instance without invoking graph.triples((None, None, None)). When working with a small instance of Dataset, there are occasions where one will want to observe all of the quads in a similar manner.
Notes
This is trivial to implement by simply having an introduced __iter__ method invoke `self.qua
Python library and CLI tool to interface with Google Translate's text-to-speech API
-
Updated
Jul 30, 2021 - Python
Achieving confident refactoring through experimentation with Python 2.7 & 3.3+
-
Updated
Sep 3, 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
Aug 10, 2021 - Python
-
Updated
Aug 13, 2021 - Python
Utilities for interacting with PyPI
-
Updated
Aug 9, 2021 - Python
-
Updated
Aug 11, 2021 - Python
Manipulate DNS records on various DNS providers in a standardized way.
-
Updated
Aug 13, 2021 - Python
Modern OpenGL binding for python
-
Updated
Aug 14, 2021 - C++
Describe the issue
Current apache helm-chart lists redis as installation enabled but is not actually required when using the kubernetes executor, we should update to false.
https://github.com/elyra-ai/elyra/blob/dcb63e72c12f7e143ca5262f2140a3387f8abd10/etc/kubernetes/airflow/helm/values.yaml#L1420-L1427
To Reproduce
Screenshots or log output
If applicable, add screenshots or l
-
Updated
Aug 13, 2021 - Python
Stack overflow command line client. Search and browse stack overflow without leaving the terminal
-
Updated
Jul 14, 2021 - Python
holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.
-
Updated
Aug 14, 2021 - 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/