Skip to main content

Official Python client for ddexus platform

Project description

ddexusc

Official Python Client for ddexus Platform

ddexusc is the official Python client library for ddexus, a modern data aggregation platform that serves as a curated directory of the best websites, tools, and resources across the web.

Installation

pip install ddexusc

With optional async support:

pip install ddexusc[async]

Quick Start

from ddexusc import DdexusClient

# Initialize the client
client = DdexusClient(api_key="your-api-key-here")

# Submit a website
result = client.submit(
    title="My Awesome Tool",
    description="A powerful tool for developers",
    url="https://myawesometool.com",
    category="Development Tools",
    tags=["python", "cli", "developer-tools"],
    author="John Doe"
)

print(f"Website submitted! ID: {result['id']}")

CLI Usage

# Submit a website (interactive prompts)
ddexus submit

# Search websites
ddexus search "machine learning"

# List websites
ddexus list --category "Development Tools" --limit 10

Features

  • Submit websites to ddexus programmatically
  • Search and browse the directory
  • Async support for high-throughput operations
  • CLI tool for terminal usage
  • Type hints for IDE autocomplete
  • Comprehensive error handling

Configuration

# Environment variables
export DDEXUS_API_KEY="your-api-key"
export DDEXUS_BASE_URL="https://your-ddexus-instance.com"

License

MIT License - see LICENSE file.

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

ddexusc-1.0.0.tar.gz (23.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ddexusc-1.0.0-py3-none-any.whl (29.6 kB view details)

Uploaded Python 3

File details

Details for the file ddexusc-1.0.0.tar.gz.

File metadata

  • Download URL: ddexusc-1.0.0.tar.gz
  • Upload date:
  • Size: 23.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.12.1.2 readme-renderer/33.0 requests/2.33.1 requests-toolbelt/1.0.0 urllib3/2.6.3 tqdm/4.67.3 importlib-metadata/9.0.0 keyring/25.7.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.13.13

File hashes

Hashes for ddexusc-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1168dab848d828f18424c6f15e513af545b6d1ce26bf2076c3012090c87953fd
MD5 9a9b2c69111d718271e2a95db2a32ef3
BLAKE2b-256 f63eaa494d74af0ee7243558c8b9d98a3d4c43fce5213440209dd2b20f7cf7bd

See more details on using hashes here.

File details

Details for the file ddexusc-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: ddexusc-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 29.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.12.1.2 readme-renderer/33.0 requests/2.33.1 requests-toolbelt/1.0.0 urllib3/2.6.3 tqdm/4.67.3 importlib-metadata/9.0.0 keyring/25.7.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.13.13

File hashes

Hashes for ddexusc-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 284e44179d1d1efeaf702fac8f8143c7c6c9e648bfa4a99a9600452ab8bb0777
MD5 8cd63e89707234933fc039f6bec8d15d
BLAKE2b-256 6ad758010f3d964cd71ee79eb0549ce3eb5c43248529689199e67cf0f8929ecc

See more details on using hashes here.

Supported by

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