Packages for python:win-inet-pton
5 package(s) known
python-win_inet_pton
- Summary:
Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). - License:
- custom:unknown
- Package-related links:
- Git repository
- PKGBUILD
- Homepage:
- https://pypi.org/project/win_inet_pton/#files4 6
python2-win_inet_pton
- Summary:
Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). - License:
- custom:unknown
- Package-related links:
- Git repository
- PKGBUILD
- Homepage:
- https://pypi.org/project/win_inet_pton/#files4 6
mingw-w64-i686-python-win_inet_pton
- Summary:
Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes) (mingw-w64) - Maintainer:
- License:
- custom:public domain
- Package-related links:
- Package source
- PKGBUILD
- Homepage:
- https://github.com/hickeroar/win_inet_pton4 6
mingw-w64-x86_64-python-win_inet_pton
- Summary:
Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes) (mingw-w64) - Maintainer:
- License:
- custom:public domain
- Package-related links:
- Package source
- PKGBUILD
- Homepage:
- https://github.com/hickeroar/win_inet_pton4 6
win-inet-pton
- Summary:
Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes). - Maintainer:
- Package-related links:
- PyPI page
- Homepage:
- https://github.com/hickeroar/win_inet_pton4 6
- Download(s):
- https://files.pythonhosted.org/packages/be/31/ff772a44aa56319df8afbb0b34f1a856f66f05b9d5f1fed917849e47fdae/win_inet_pton-1.1.0-py2.py3-none-any.whl4 6
- https://files.pythonhosted.org/packages/d9/da/0b1487b5835497dea00b00d87c2aca168bb9ca2e2096981690239e23760a/win_inet_pton-1.1.0.tar.gz4 6
Copyright (C) 2016-2020 Dmitry Marakasov .
Code licensed under GPLv3+.
win-inet-pton 1.1.0
pip install win-inet-pton Copy PIP instructions
Released: Feb 19, 2019
Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes).
Navigation
Project links
Statistics
View statistics for this project via Libraries.io, or by using our public dataset on Google BigQuery
License: This software released into the public domain. Anyone is free to copy,
Maintainers
Project description
modify, publish, use, compile, sell, or distribute this software,
either in source code form or as a compiled binary, for any purpose,
commercial or non-commercial, and by any means.
Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes).
This package is based on code that was originally written by https://github.com/nnemkin here: https://gist.github.com/nnemkin/4966028
I needed this functionality in https://github.com/SerenitySoftwareLLC/cahoots to get full windows support. I figured, since there were other people looking for a solution to this on the net, I should publish it.
python -m pip install win_inet_pton
Just import it, and it will auto-add the methods to the socket library:
import win_inet_pton
import socket
This software released into the public domain. Anyone is free to copy,
modify, publish, use, compile, sell, or distribute this software,
either in source code form or as a compiled binary, for any purpose,
commercial or non-commercial, and by any means.
Platform: UNKNOWN
Classifier: Development Status :: 5 – Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: Public Domain
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Utilities