wgrep


Namewgrep JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryParse whois data into program-readable formats (like JSON, XML, TOML, etc.)
upload_time2023-01-17 01:32:07
maintainer
docs_urlNone
authorcallope
requires_python
license
keywords python whois lookup api integration information
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Whois Grep

Gather whois information of a website into a file format that
can be parsed into pretty much any programming language.

## Installation

Simply install this package using `pip`:

```
$ pip install wgrep
```

## Usage

This package is pretty easy to use, simply `import wgrep` and call the converter function
(it has the format `as_{choosen format}`) passing the link of the website to get the whois
information as an argument. Like this:

```python
import wgrep

data_json = wgrep.as_json('www.somewebsite.com')
data_xml = wgrep.as_xml('www.somewebsite.com')
data_toml = wgrep.as_toml('www.somewebsite.com')
```

## Currently supported output formats

- json
- csv
- toml




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wgrep",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,whois,lookup,api integration,information",
    "author": "callope",
    "author_email": "callope@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/f6/f6/e15679191fc937ca137c91e4df157d33a0b80147c09428ce3c17bc6005c3/wgrep-1.0.0.tar.gz",
    "platform": null,
    "description": "\n# Whois Grep\n\nGather whois information of a website into a file format that\ncan be parsed into pretty much any programming language.\n\n## Installation\n\nSimply install this package using `pip`:\n\n```\n$ pip install wgrep\n```\n\n## Usage\n\nThis package is pretty easy to use, simply `import wgrep` and call the converter function\n(it has the format `as_{choosen format}`) passing the link of the website to get the whois\ninformation as an argument. Like this:\n\n```python\nimport wgrep\n\ndata_json = wgrep.as_json('www.somewebsite.com')\ndata_xml = wgrep.as_xml('www.somewebsite.com')\ndata_toml = wgrep.as_toml('www.somewebsite.com')\n```\n\n## Currently supported output formats\n\n- json\n- csv\n- toml\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Parse whois data into program-readable formats (like JSON, XML, TOML, etc.)",
    "version": "1.0.0",
    "split_keywords": [
        "python",
        "whois",
        "lookup",
        "api integration",
        "information"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffb2e46c20fc773f798b4dfb6170a425137d30161c4993f03d13b2d2b717c900",
                "md5": "9a16d1c9cd202dc8f9b6e86d98006cad",
                "sha256": "2c3646a0785576b980fc83282665fd716e3dae5ed88c749d7c602a0120ce5695"
            },
            "downloads": -1,
            "filename": "wgrep-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a16d1c9cd202dc8f9b6e86d98006cad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5265,
            "upload_time": "2023-01-17T01:32:05",
            "upload_time_iso_8601": "2023-01-17T01:32:05.620780Z",
            "url": "https://files.pythonhosted.org/packages/ff/b2/e46c20fc773f798b4dfb6170a425137d30161c4993f03d13b2d2b717c900/wgrep-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6f6e15679191fc937ca137c91e4df157d33a0b80147c09428ce3c17bc6005c3",
                "md5": "60281eff98a95cbaea83ea72a858a222",
                "sha256": "bb4d112a563a5eba14c7a026a07a69c537cbda5e75ded5a0849427f0969caea2"
            },
            "downloads": -1,
            "filename": "wgrep-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "60281eff98a95cbaea83ea72a858a222",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3144,
            "upload_time": "2023-01-17T01:32:07",
            "upload_time_iso_8601": "2023-01-17T01:32:07.379189Z",
            "url": "https://files.pythonhosted.org/packages/f6/f6/e15679191fc937ca137c91e4df157d33a0b80147c09428ce3c17bc6005c3/wgrep-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-17 01:32:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "wgrep"
}
        
Elapsed time: 0.02914s