win-inet-pton


Namewin-inet-pton JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/hickeroar/win_inet_pton
SummaryNative inet_pton and inet_ntop implementation for Python on Windows (with ctypes).
upload_time2019-02-19 17:46:23
maintainerSeth Michael Larson
docs_urlNone
authorRyan Vennell
requires_python
licenseThis software released into the public domain. Anyone is free to copy,
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

Description: win_inet_pton
        =============
        
        Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes).
        
        Credit Where Credit Is Due
        --------------------------
        
        This package is based on code that was originally written by https://github.com/nnemkin here: https://gist.github.com/nnemkin/4966028
        
        Why?
        ----
        
        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.
        
        Usage
        -----
        
         .. code-block:: bash
        
            python -m pip install win_inet_pton
        
        Just import it, and it will auto-add the methods to the socket library:
        
         .. code-block:: python
        
            import win_inet_pton
            import socket
        
            socket.inet_pton(...)
            socket.inet_ntop(...)
        
        License
        -------
        
        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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hickeroar/win_inet_pton",
    "name": "win-inet-pton",
    "maintainer": "Seth Michael Larson",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "sethmichaellarson@gmail.com",
    "keywords": "",
    "author": "Ryan Vennell",
    "author_email": "ryan.vennell@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d9/da/0b1487b5835497dea00b00d87c2aca168bb9ca2e2096981690239e23760a/win_inet_pton-1.1.0.tar.gz",
    "platform": "",
    "description": "modify, publish, use, compile, sell, or distribute this software,\r\neither in source code form or as a compiled binary, for any purpose,\r\ncommercial or non-commercial, and by any means.\r\n\r\nDescription: win_inet_pton\r\n        =============\r\n        \r\n        Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes).\r\n        \r\n        Credit Where Credit Is Due\r\n        --------------------------\r\n        \r\n        This package is based on code that was originally written by https://github.com/nnemkin here: https://gist.github.com/nnemkin/4966028\r\n        \r\n        Why?\r\n        ----\r\n        \r\n        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.\r\n        \r\n        Usage\r\n        -----\r\n        \r\n         .. code-block:: bash\r\n        \r\n            python -m pip install win_inet_pton\r\n        \r\n        Just import it, and it will auto-add the methods to the socket library:\r\n        \r\n         .. code-block:: python\r\n        \r\n            import win_inet_pton\r\n            import socket\r\n        \r\n            socket.inet_pton(...)\r\n            socket.inet_ntop(...)\r\n        \r\n        License\r\n        -------\r\n        \r\n        This software released into the public domain. Anyone is free to copy,\r\n        modify, publish, use, compile, sell, or distribute this software,\r\n        either in source code form or as a compiled binary, for any purpose,\r\n        commercial or non-commercial, and by any means.\r\n        \r\nPlatform: UNKNOWN\r\nClassifier: Development Status :: 5 - Production/Stable\r\nClassifier: Intended Audience :: Developers\r\nClassifier: Operating System :: OS Independent\r\nClassifier: Operating System :: Microsoft :: Windows\r\nClassifier: License :: Public Domain\r\nClassifier: Programming Language :: Python\r\nClassifier: Programming Language :: Python :: 2\r\nClassifier: Programming Language :: Python :: 2.7\r\nClassifier: Programming Language :: Python :: 3\r\nClassifier: Programming Language :: Python :: 3.3\r\nClassifier: Topic :: Utilities\r\n",
    "bugtrack_url": null,
    "license": "This software released into the public domain. Anyone is free to copy,",
    "summary": "Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes).",
    "version": "1.1.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "aa16c3f7610c730c5b507ba6a23042cf",
                "sha256": "eaf0193cbe7152ac313598a0da7313fb479f769343c0c16c5308f64887dc885b"
            },
            "downloads": -1,
            "filename": "win_inet_pton-1.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aa16c3f7610c730c5b507ba6a23042cf",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 4848,
            "upload_time": "2019-02-19T17:46:22",
            "upload_time_iso_8601": "2019-02-19T17:46:22.182794Z",
            "url": "https://files.pythonhosted.org/packages/be/31/ff772a44aa56319df8afbb0b34f1a856f66f05b9d5f1fed917849e47fdae/win_inet_pton-1.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d8d7a7d90829ea93a0ddf03a552e767a",
                "sha256": "dd03d942c0d3e2b1cf8bab511844546dfa5f74cb61b241699fa379ad707dea4f"
            },
            "downloads": -1,
            "filename": "win_inet_pton-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d8d7a7d90829ea93a0ddf03a552e767a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2949,
            "upload_time": "2019-02-19T17:46:23",
            "upload_time_iso_8601": "2019-02-19T17:46:23.925484Z",
            "url": "https://files.pythonhosted.org/packages/d9/da/0b1487b5835497dea00b00d87c2aca168bb9ca2e2096981690239e23760a/win_inet_pton-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-02-19 17:46:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hickeroar",
    "github_project": "win_inet_pton",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "win-inet-pton"
}
        
Elapsed time: 0.02010s