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 824 public repositories matching this topic...

legrostdg
legrostdg commented Jan 9, 2018

~/.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 appdirs instead of hardcoding ~/.config/

Kamik423
Kamik423 commented Apr 22, 2020

When using browser.get(url, stream=True) it does not in fact stream, but wait for the entire content to download and add it to the soup. One has to do browser.session.get(...).

This should be documented somewhere or there should be a get_without_adding_to_soup. I spent 3 hours debugging this yesterday, maybe this can save someone some time in the future.

https://github.com/MechanicalSo

itsayellow
itsayellow commented Jan 11, 2020

How would this feature be useful?

It would be cool if new documentation could automatically run whenever we make a release.

Implementing this action might help us gain experience and confidence to implement and Action to automatically publish to PyPI in the future.

Describe the solution you'd like

dephell
mwatts15
mwatts15 commented Mar 27, 2020

The doc-comment for Store.open indicates the following (my emphasis):

If create is True a store will be created if it does not already exist. If create is False and a store does not already exist an exception is raised

However, an exception is not raised by the sleepycat store, the only store in the standard library for which the create flag is meaningful. For sleepycat, in the case th

einarf
einarf commented Dec 21, 2019

People who don't want to use moderngl-window can benefit from context creation examples using the most common window libraries. We could probably include both window and headless.

I suggest at least including the libraries that should work across most platforms:

  • pyglet
  • pygame
  • pyqt5
  • pyside2
  • tkinter
  • sdl2
  • glfw
balloob
balloob commented Jul 16, 2019

Version of pytradfri

6.0.1

In #189 we started catching OSError because it could be raised from aiocoap. Aiocoap is starting to catch these errors themselves and wrapping them in aiocoap.error.NetworkError. So we need to update our implementation to catch NetworkError besides OSError (not instead off just yet, as not all places have been wrapped yet in aiocoap).

More info https://githu

ewels
ewels commented Nov 29, 2019

By far the worst part of the docs is for Custom Content. This could do with a rewrite, with much more explicit instructions of what is possible and where to find more information about configuration and organisation.

Embedding lots of examples from the TestData repo will help people a lot I think.

tylerwmarrs
tylerwmarrs commented Jan 18, 2019

There seems to be a lot of inconsistency in coding style. For example, the time series variable is as tsA instead of snake cased as ts_a. Python conventions are not being met within the code. This is fairly low priority, but something to consider; especially if many people contribute. I am not saying that this code base should follow Python standards - just a standard.

Created by Ian Bicking, Jannis Leidel

Released April 4, 2011

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

Related Topics

package-manager python
You can’t perform that action at this time.