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.2.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.2.0-py3-none-any.whl (29.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ddexusc-1.2.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.2.0.tar.gz
Algorithm Hash digest
SHA256 5c5b91623d65ce576a9a17a5f2623fcb3cf94d522519c7d6b31a7c19dd20aac0
MD5 f81d6c4fb8e70c8d48547e81c0d2e9fe
BLAKE2b-256 0d57c86854faaa99a4c66fade2197f6a30d6072f0507eec432a1ef63bab722a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ddexusc-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 29.7 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a60fe69e82422f5e98ebb6cd083c3ec6526333a18ad7c7393dc069f0ddf83ff9
MD5 7069ebf1e66791ae300f2d88c23aef18
BLAKE2b-256 87d52a4619ccacd1ea5103fd20cf6d1f4fe531dcee91daa14c02b8d92552acda

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