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.1.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.1-py3-none-any.whl (35.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ddexusc-1.3.1.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.1.tar.gz
Algorithm Hash digest
SHA256 6074bfac35fd8c50e0d0c94f264ade74c7047a83f63853b7cd6523705875fa48
MD5 0607f91376cca8cae353b0f16c954a51
BLAKE2b-256 5a1e74717c2525c1796b943524c50dcf7507f2e62446d1d36805006c152f9677

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ddexusc-1.3.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 321aca0a75fa27a1126fe14e3988a92078c337d201539a969cd489f25e5b0f92
MD5 d2bbc7b923c209baa58825c27e4c0435
BLAKE2b-256 48a9d762454d9d3c936d343139d479f0be4b879e5c04a70fcfe13cadee115080

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