python-etcd icon indicating copy to clipboard operation
python-etcd copied to clipboard

A python client for etcd

Results 55 python-etcd issues
Sort by recently updated
recently updated
newest added

What's new in Python 3.13 states: "logging: Remove undocumented and untested Logger.warn() and LoggerAdapter.warn() methods and logging.warn() function. Deprecated since Python 3.3, they were aliases to the logging.Logger.warning() method, logging.LoggerAdapter.warning()...

Hi! I saw that in the [README](https://github.com/jplana/python-etcd?tab=readme-ov-file#from-pypi) it mentioned we could use `pip install` to install the package. However, when I check the pypi, it says the latest version if...

The code is copied from latest `requests` https://github.com/psf/requests/blob/a3ce6f007597f14029e6b6f54676c34196aa050e/src/requests/__init__.py#L124 1. Follow upstream https://github.com/psf/requests/pull/5443 and https://github.com/psf/requests/issues/5267 2. New PyOpenSSL bundles the OpenSSL 3, which may cause performance degradation https://github.com/python/cpython/issues/95031, especially in old...

Tests are useful in sdists, but bdist/wheel users likely do not benefit from having the test suite included as `etcd.tests`.

Particularly, replace `assertEquals()` with `assertEqual()`. These were deprecated for many years, and were removed in Python 3.12. See: https://docs.python.org/3.12/whatsnew/3.12.html#id3