Skip to main content

Wrapper for dcapi

Project description

A Python wrapper for the commands available in the dcapi REST API.

Usage

import dcapi

character_by_name = dcapi.character('Ai Haibara')
character_by_id = dcapi.character(1)

If you are using a self-hosted version of the api, you can specify your own endpoint and port.

import dcapi

api = dcapi.set_url('127.0.0.1:8000')

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

dcapi-0.0.4.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

dcapi-0.0.4-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page