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

import linux_distribution from distro

Open adrian-soto opened this issue 5 years ago • 2 comments

As it turns out, python3.8+ no longer ships with the linux_distribution function in the platform module (see https://bugs.python.org/issue28167). The docs recommend instead to use the homonym function from the distro package. This pull request

  1. installs the distro package
  2. imports linux_distribution from distro
  3. upgrades the package version to 1.0.1

adrian-soto avatar Oct 21 '19 20:10 adrian-soto

I submitted #8 as an alternative solution to the same problem.

yearski avatar Dec 31 '19 23:12 yearski

i am creating new module with syncronous asyncronous and cli named PyIpify

SigireddyBalasai avatar May 26 '23 11:05 SigireddyBalasai