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-2.0.0.tar.gz (30.4 kB view details)

Uploaded Source

Built Distribution

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

ddexusc-2.0.0-py3-none-any.whl (32.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ddexusc-2.0.0.tar.gz
Algorithm Hash digest
SHA256 7503dcb32af5d4a49db882a30e247a396f64365c9f67e7ca295aff9ebac846a6
MD5 2e973c6396194e7cd06eb8f5998acfbf
BLAKE2b-256 5e80b5e7ec8ed19324174b1ebc98d518fba20c1e9bf4e15ad183ddc4b7f34446

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ddexusc-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9ba38f66dc92038d8a87b26498cfb40ddb037d84c342f9e9be3435474cfc62cc
MD5 26f0f5703344d03d90aec96fe8309c9c
BLAKE2b-256 1299e1ee5006ad086c879e99e1075cc31603a192512ddddf7d2851c6d3da44ef

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