Skip to main content

Mail.tm Stack Development Kit, designed to enhance your experience with the renowned temporary email service, mail.tm

Project description

SDK Banner

Mail.tm

Stack Development Kit (Python)
Ruff Passing Package Static Badge

Installation

pip install mailtm-sdk

[!TIP] Without the documentation it is almost worthless to even start to operate with the library, kindly refer to the documentation.

Introduction

Welcome to the Mail.tm Stack Development Kit, designed to enhance your experience with the renowned temporary email service, Mail.tm. Here's why you'll find it indispensable:

  1. Enhanced Integration: This kit streamlines interactions with Mail.tm's API, empowering you to seamlessly integrate its features into your applications. Whether you're automating email workflows or incorporating temporary email capabilities, this SDK has you covered.

  2. Comprehensive Documentation: Methods are constructed using the documentation, available here.

  3. Adherence to Terms: Rest assured, this SDK complies fully with Mail.tm's terms of usage, ensuring a seamless and secure experience for both developers and users. By respecting Mail.tm's conditions, we prioritize the integrity and reliability of the service by this kit.

  4. Assurance of safety This repository prioritizes your safety. With frequent updates to dependencies, we ensure that no vulnerable dependencies compromise your security. Count on us for a secure and reliable experience.

Experience the power and convenience of Mail.tm with our Stack Development Kit – your gateway to efficient and reliable temporary email solutions.

Key Features:

  1. Versatility at its Core: Recognizing the diverse needs of users, we've packed this library to cater to various requirements. Whether you're seeking basic data fetching capabilities or integration with sophisticated bots, we've got you covered with two distinct clients and client-less data fetchers.

    • xclient.AsyncMail: Utilize this client for asynchronous interactions with the API, leveraging a session for seamless communication. Ideal for asynchronous workflows requiring speed and efficiency.

    • client.SyncMail: Opt for this client for synchronous requests to the API, ensuring simplicity and reliability with each interaction. Perfect for synchronous operations demanding consistency.

    • get or xget: Explore these client-less data fetchers and helpers for streamlined operations without the need for session management.

      • xget: Facilitates asynchronous operations, enhancing performance and responsiveness.

      • get: Supports synchronous operations, prioritizing simplicity and ease of use.

  2. Type-Safety:

    We prioritize strict type-checking throughout the entire codebase of the SDK. You can trust that no type-related errors will interrupt your workflow, ensuring a smooth and error-free experience.

  3. Enhanced Speed:

    Unlike traditional data validation libraries or Python's built-in json module, we leverage msgspec for accelerated data delivery within the codebase. Experience faster performance and streamlined data handling.

Stellar Feature:

[!NOTE] This script sets up a pooling-based server that checks the API every second for new events. When a difference is detected, the corresponding event is dispatched, allowing you to respond dynamically to incoming messages.

In addition to the core SDK functionalities, this package offers an additional layer of scripts designed to handle clients in an event-driven manner, reminiscent of frameworks like discord.py or hikari. With this SDK, you gain access to a client that dispatches events seamlessly.

Here's a sample usage scenario:

from mailtm.server.events import NewMessage
from mailtm.core.methods import ServerAuth
from mailtm.server.srv import MailServer

# Initialize MailServer with authentication details
server = MailServer(
    server_auth=ServerAuth(
        account_id="...",  # Your account ID.
        account_token="...",  # Your account token.
    )
)

# Define an event handler for new messages
@server.on_new_message 
async def event(event: NewMessage):
    print(event.new_message.text)

# Start the event loop
server.run()

This would initiate the event-runner which would start to pool, and a server is then initiated.

End

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

mailtm_sdk-0.1.3.tar.gz (37.0 kB view details)

Uploaded Source

Built Distribution

mailtm_sdk-0.1.3-py3-none-any.whl (43.3 kB view details)

Uploaded Python 3

File details

Details for the file mailtm_sdk-0.1.3.tar.gz.

File metadata

  • Download URL: mailtm_sdk-0.1.3.tar.gz
  • Upload date:
  • Size: 37.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for mailtm_sdk-0.1.3.tar.gz
Algorithm Hash digest
SHA256 9146a1b5b427f0b6c76e4ae16ed2f73932ee737c46812fa7fd0d1124de1889ae
MD5 d6c96681fb0feaa063eb08bf42ed1c19
BLAKE2b-256 2ea9cab07e3c3ee95d49f888777dee2cadf3bc61d3b1aa8b79992d43caac71fe

See more details on using hashes here.

File details

Details for the file mailtm_sdk-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: mailtm_sdk-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 43.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for mailtm_sdk-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 01bacdcf2209cc69b3772ece0f57f345af1033a3fc47bbd5f56cbe531603e252
MD5 3ed5f07e2fd2747d2f9d3e2fcf9c3c1e
BLAKE2b-256 7741f52b85cdd13e39ccd3b6d9d58d61c69f97e1a3674a7958acbfe6fb99cd2d

See more details on using hashes here.

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