DevDraft SDK for Python
Project description
Devdraft SDK
A Python library for Devdraft's Payment & Business Management API.
Project Description
Devdraft SDK provides a comprehensive solution for integrating cryptocurrency and traditional payment methods into your applications. It offers a robust set of tools for payment processing, business management, and seamless integration with the Devdraft platform.
Setup
You can install this package using pip:
pip install devdraft-sdk
Or using easy_install:
easy_install devdraft-sdk
Setting up a Devdraft Account
- Sign up for a Devdraft account at https://console.devdraft.ai/
- Once logged in, navigate to the Apps section
- Create a new app to get your API credentials
- You'll receive two important credentials:
- x-client-key
- x-client-secret
Usage
To use the SDK, you'll need to configure it with your API credentials:
import devdraft_ai_sdk
# Configure API client
configuration = devdraft_ai_sdk.Configuration()
configuration.api_key['x-client-key'] = 'YOUR_CLIENT_KEY'
configuration.api_key['x-client-secret'] = 'YOUR_CLIENT_SECRET'
# Create API client instance
api_client = devdraft_ai_sdk.ApiClient(configuration)
For detailed API documentation and examples, visit our API Reference.
Features
- Cryptocurrency payment processing
- Traditional payment method integration
- Business management tools
- Real-time transaction monitoring
- Comprehensive API coverage
Support
For support, please visit our documentation or contact our support team at support@devdraft.ai.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devdraft_sdk-1.0.5.tar.gz.
File metadata
- Download URL: devdraft_sdk-1.0.5.tar.gz
- Upload date:
- Size: 69.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6b99ddc99f3f0624a8e9bcefd8c86f68585132db1a3c39efa9b8416d6c7c03e
|
|
| MD5 |
d3a710dae35a899da2bb6fe8973986d6
|
|
| BLAKE2b-256 |
d0ed7997ef567dd9b1a898713e0fae049bf75a265ae385e8f0598a8182434978
|
File details
Details for the file devdraft_sdk-1.0.5-py3-none-any.whl.
File metadata
- Download URL: devdraft_sdk-1.0.5-py3-none-any.whl
- Upload date:
- Size: 181.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe120c48b7699e7d677ad7ecb158122347a9b3e7b1a89961c227d0f25607ff1b
|
|
| MD5 |
9b30a2f4ccd3065c378b8400f5aba564
|
|
| BLAKE2b-256 |
9503fc0dc4fb7d7775c49ee32a7acecd93e5052e3e4e42359cb9798e94059831
|