snusbase.py


Namesnusbase.py JSON
Version 1.0.7 PyPI version JSON
download
home_page
Summaryan unofficial async wrapper for the Snusbase API
upload_time2024-02-22 07:23:05
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2024 Jordan Ignacio Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords snusbase osint
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # snusbase.py - Unofficial Asynchronous Snusbase API Wrapper

[![PyPI - Downloads](https://img.shields.io/pypi/dm/snusbase.py?style=flat-square&label=PyPI%20downloads)](https://pypi.python.org/pypi/snusbase.py)
[![PyPI - Python](https://img.shields.io/pypi/pyversions/snusbase.py?style=flat-square&label=Python%20version)](https://python.org)
[![PyPI - License](https://img.shields.io/pypi/l/snusbase.py?style=flat-square&label=License)](LICENSE)
[![PyPI - Version](https://img.shields.io/pypi/v/snusbase.py?style=flat-square&label=PyPI%20package%20version)](https://semver.org)
[![PyPI - Status](https://img.shields.io/pypi/status/snusbase.py?style=flat-square&&label=PyPI%20Status)](https://pypi.python.org/pypi/snusbase.py)

> `snusbase.py` is an unofficial asynchronous Python wrapper for the [Snusbase](https://snusbase.com/) API.

## Features

-   **Fast and Efficient:** Utilizes asynchronous programming for optimized performance.
-   **Fully Asynchronous:** Leverages asyncio to support concurrent operations.
-   **Easy to Use:** Provides a clean and intuitive interface for Snusbase API operations.
-   **Type Hinted:** Comes with type hints for improved code readability and IDE support.

## Installation

You can easily install `snusbase.py` using pip:

```bash
pip install snusbase.py
```

## Usage

```py
import asyncio
from snusbase import SnusbaseClient

snusbase = SnusbaseClient("YOUR_API_KEY")

async def main():
    results = await snusbase.ip_lookup("1.1.1.1")
    print(results)

asyncio.run(main())
```

## TODO:

-   [ ] Make documentation.

## License

This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details.

## Credits

-   [Snusbase](https://snusbase.com/) for their amazing service.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "snusbase.py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "snusbase,osint",
    "author": "",
    "author_email": "igna <igna@incel.email>",
    "download_url": "https://files.pythonhosted.org/packages/a5/1d/99b417b57903ba21231c1410d0bde5e42947e3c2b27b7ac21c26359cd7a4/snusbase.py-1.0.7.tar.gz",
    "platform": null,
    "description": "# snusbase.py - Unofficial Asynchronous Snusbase API Wrapper\n\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/snusbase.py?style=flat-square&label=PyPI%20downloads)](https://pypi.python.org/pypi/snusbase.py)\n[![PyPI - Python](https://img.shields.io/pypi/pyversions/snusbase.py?style=flat-square&label=Python%20version)](https://python.org)\n[![PyPI - License](https://img.shields.io/pypi/l/snusbase.py?style=flat-square&label=License)](LICENSE)\n[![PyPI - Version](https://img.shields.io/pypi/v/snusbase.py?style=flat-square&label=PyPI%20package%20version)](https://semver.org)\n[![PyPI - Status](https://img.shields.io/pypi/status/snusbase.py?style=flat-square&&label=PyPI%20Status)](https://pypi.python.org/pypi/snusbase.py)\n\n> `snusbase.py` is an unofficial asynchronous Python wrapper for the [Snusbase](https://snusbase.com/) API.\n\n## Features\n\n-   **Fast and Efficient:** Utilizes asynchronous programming for optimized performance.\n-   **Fully Asynchronous:** Leverages asyncio to support concurrent operations.\n-   **Easy to Use:** Provides a clean and intuitive interface for Snusbase API operations.\n-   **Type Hinted:** Comes with type hints for improved code readability and IDE support.\n\n## Installation\n\nYou can easily install `snusbase.py` using pip:\n\n```bash\npip install snusbase.py\n```\n\n## Usage\n\n```py\nimport asyncio\nfrom snusbase import SnusbaseClient\n\nsnusbase = SnusbaseClient(\"YOUR_API_KEY\")\n\nasync def main():\n    results = await snusbase.ip_lookup(\"1.1.1.1\")\n    print(results)\n\nasyncio.run(main())\n```\n\n## TODO:\n\n-   [ ] Make documentation.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details.\n\n## Credits\n\n-   [Snusbase](https://snusbase.com/) for their amazing service.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Jordan Ignacio  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "an unofficial async wrapper for the Snusbase API",
    "version": "1.0.7",
    "project_urls": {
        "Bug Reports": "https://github.com/8841fb/snusbase.py/issues",
        "Homepage": "https://snusbase.com",
        "Source": "https://github.com/8841fb/snusbase.py"
    },
    "split_keywords": [
        "snusbase",
        "osint"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7672b2bb66ffc9139b01a87325d257d716d6feea6a9cd927f0966f7c1964738c",
                "md5": "2aa3159807bdd4994bb1568cc2b257db",
                "sha256": "f5588f9b42e9d3431f8bf0137836d29e0fdc319b8425cfbebdb70606a46e6c29"
            },
            "downloads": -1,
            "filename": "snusbase.py-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2aa3159807bdd4994bb1568cc2b257db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5075,
            "upload_time": "2024-02-22T07:23:04",
            "upload_time_iso_8601": "2024-02-22T07:23:04.097932Z",
            "url": "https://files.pythonhosted.org/packages/76/72/b2bb66ffc9139b01a87325d257d716d6feea6a9cd927f0966f7c1964738c/snusbase.py-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a51d99b417b57903ba21231c1410d0bde5e42947e3c2b27b7ac21c26359cd7a4",
                "md5": "f352d8ded08af4e8a9d46946c9a5d0cb",
                "sha256": "f35403a77d8c13c0697fce6ca2180a6cce3127bf810ae14b041861f7c2ca69b4"
            },
            "downloads": -1,
            "filename": "snusbase.py-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "f352d8ded08af4e8a9d46946c9a5d0cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4425,
            "upload_time": "2024-02-22T07:23:05",
            "upload_time_iso_8601": "2024-02-22T07:23:05.513343Z",
            "url": "https://files.pythonhosted.org/packages/a5/1d/99b417b57903ba21231c1410d0bde5e42947e3c2b27b7ac21c26359cd7a4/snusbase.py-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 07:23:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "8841fb",
    "github_project": "snusbase.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "snusbase.py"
}
        
Elapsed time: 0.20190s