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.3.0.tar.gz (28.3 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.3.0-py3-none-any.whl (35.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ddexusc-1.3.0.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for ddexusc-1.3.0.tar.gz
Algorithm Hash digest
SHA256 67f686f0c52bfb7b8a76c63d2910994205677a491990cb10e2fc5c6bcefdb244
MD5 e4f99858c5fc5f852a7bed4ae0697738
BLAKE2b-256 520682caf3912ca4efbe68d156cb170203f5570cb18c28befe454c97031becc7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ddexusc-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 35.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for ddexusc-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d26ac7f2a626cb518fb600f8eccd0abf8d3f9006aa7d1efd424a48632db29efe
MD5 c2e1a472f732a09c3388b30e8cee8042
BLAKE2b-256 110030ee4f9f736ff58b877ea0c4e5442abfb3b5c1d9a732ae5d67903a607ee5

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