Skip to content
#

pypi

pip logo

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...

dmateusp
dmateusp commented Jun 3, 2021

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

kvjrhall
kvjrhall commented Jul 4, 2021

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

akchinSTC
akchinSTC commented Jul 28, 2021

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

Created by Ian Bicking, Jannis Leidel

Released April 4, 2011

Repository
pypa/pip
Website
pip.pypa.io
Wikipedia
Wikipedia

Related Topics

package-manager python