ValentinBELYN / icmplib

Easily forge ICMP packets and make your own ping and traceroute.
GNU Lesser General Public License v3.0
267 stars 45 forks source link

Added support for python 3.5 #19

Closed rodrigodalri closed 3 years ago

rodrigodalri commented 3 years ago

Changed the f-string formatting to .format () in order to be able to execute the code in python 3.5

ValentinBELYN commented 3 years ago

Hello, thank you for contributing. Unfortunately, I have no plans to add support for Python 3.5. Today, its use is quite low and is constantly decreasing.

Based on the statistics provided by PyPI, we see that version 3.5 represents only 5% of downloads (all libraries combined):

python-versions

https://pypistats.org/packages/__all__

For libraries of this kind (icmp / ping), the percentage of use is almost zero. You can still use your fork if you need an older version of Python.