Skip to main content

an unofficial async wrapper for the Snusbase API

Project description

snusbase.py - Unofficial Asynchronous Snusbase API Wrapper

PyPI - Downloads PyPI - Python PyPI - License PyPI - Version PyPI - Status

snusbase.py is an unofficial asynchronous Python wrapper for the Snusbase 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:

pip install snusbase.py

Usage

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 file for more details.

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snusbase.py-1.0.7.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

snusbase.py-1.0.7-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page