ipv4ac


Nameipv4ac JSON
Version 1.0.0b0 PyPI version JSON
download
home_page
SummaryA simple module provides a function to check if an IPv4 address has correct format.
upload_time2024-01-02 18:21:09
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords check ip ipv4 mit module network pattern python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# IPv4AC

Internet Protocol Version 4 Address Check is a simple module provides a function to check if an IPv4 address has correct format.


## Installing

Install the module by [pip][1] (check [how to use pip][2]):

```
$ python3 -m pip install ipv4ac
```


## A simple example

```python
# Import the function from the module
from ipv4ac import ipv4_address_check

# Set an IPv4 address
ip_address = '192.168.100.1'

# Use the function to check the address
check_result = ipv4_address_check(ip_address)
```

[1]: https://pypi.org/ 
[2]: https://pip.pypa.io/en/stable/getting-started/
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ipv4ac",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "check,ip,ipv4,mit,module,network,pattern,python",
    "author": "",
    "author_email": "Bart\u0142omiej Dr\u0105\u017ckiewicz <bartlomiej@drazkiewicz.me>",
    "download_url": "https://files.pythonhosted.org/packages/ac/20/d4fbceafafa7f54a3a0e079ae1b80560199bebcc0e3a770c21ea6a44375c/ipv4ac-1.0.0b0.tar.gz",
    "platform": null,
    "description": "\n# IPv4AC\n\nInternet Protocol Version 4 Address Check is a simple module provides a function to check if an IPv4 address has correct format.\n\n\n## Installing\n\nInstall the module by [pip][1] (check [how to use pip][2]):\n\n```\n$ python3 -m pip install ipv4ac\n```\n\n\n## A simple example\n\n```python\n# Import the function from the module\nfrom ipv4ac import ipv4_address_check\n\n# Set an IPv4 address\nip_address = '192.168.100.1'\n\n# Use the function to check the address\ncheck_result = ipv4_address_check(ip_address)\n```\n\n[1]: https://pypi.org/ \n[2]: https://pip.pypa.io/en/stable/getting-started/",
    "bugtrack_url": null,
    "license": "",
    "summary": "A simple module provides a function to check if an IPv4 address has correct format.",
    "version": "1.0.0b0",
    "project_urls": {
        "Repository": "https://github.com/drazkgi/ipv4ac"
    },
    "split_keywords": [
        "check",
        "ip",
        "ipv4",
        "mit",
        "module",
        "network",
        "pattern",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ce686cb0d4c46439ac0354ffce3c9a7d6036a344ec891fcd4d87de3739ddcda",
                "md5": "fd5c54a9d86a2fb94e50b4ca3a10b463",
                "sha256": "7a67dcdcbf128c06b24f3082367a2a535e9ca6053cf95f88bd833c497c4686a0"
            },
            "downloads": -1,
            "filename": "ipv4ac-1.0.0b0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd5c54a9d86a2fb94e50b4ca3a10b463",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3179,
            "upload_time": "2024-01-02T18:21:07",
            "upload_time_iso_8601": "2024-01-02T18:21:07.530998Z",
            "url": "https://files.pythonhosted.org/packages/5c/e6/86cb0d4c46439ac0354ffce3c9a7d6036a344ec891fcd4d87de3739ddcda/ipv4ac-1.0.0b0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac20d4fbceafafa7f54a3a0e079ae1b80560199bebcc0e3a770c21ea6a44375c",
                "md5": "c36a0c31675329900baac6e48913e004",
                "sha256": "f644fd64d1901cce61ac77842c111a20fdc54f5c7d580d96cf6c4bbbd6e3b6f8"
            },
            "downloads": -1,
            "filename": "ipv4ac-1.0.0b0.tar.gz",
            "has_sig": false,
            "md5_digest": "c36a0c31675329900baac6e48913e004",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2742,
            "upload_time": "2024-01-02T18:21:09",
            "upload_time_iso_8601": "2024-01-02T18:21:09.540787Z",
            "url": "https://files.pythonhosted.org/packages/ac/20/d4fbceafafa7f54a3a0e079ae1b80560199bebcc0e3a770c21ea6a44375c/ipv4ac-1.0.0b0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-02 18:21:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "drazkgi",
    "github_project": "ipv4ac",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ipv4ac"
}
        
Elapsed time: 0.16841s