Skip to main content

Slingshot SDK

Project description

Capital One Slingshot SDK Python Library

Capital One Slingshot Logo

The official Python SDK for Capital One's Slingshot platform. This library provides a convenient way to interact with the Slingshot API from your Python applications.

📚 Documentation

Complete Documentation & API Reference

For comprehensive guides, examples, and API documentation, visit our GitHub Pages documentation site.

Table of Contents

Installation

Install the SDK using pip:

pip install c1s-slingshot-sdk-py

Quick Start

from slingshot import SlingshotClient

# Initialize the client (uses SLINGSHOT_API_KEY environment variable)
client = SlingshotClient()
# If you want to pass your API key to the client without using the environment variable:
# client = SlingshotClient(api_key="your API key")

# List projects
all_projects = []
for project in client.projects.iterate_projects():
    all_projects.append(project)

print(f"Found {len(all_projects)} projects.")

# Get a specific project
project = client.projects.get_project(all_projects[0]["id"])
print(project)

Contributing

[!IMPORTANT] At this time, we are only accepting pull requests from Capital One employees. External pull requests will be closed.

🔧 Contributing Guide - Development setup, testing, and release process

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

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

c1s_slingshot_sdk_py-1.1.0.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

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

c1s_slingshot_sdk_py-1.1.0-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file c1s_slingshot_sdk_py-1.1.0.tar.gz.

File metadata

  • Download URL: c1s_slingshot_sdk_py-1.1.0.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for c1s_slingshot_sdk_py-1.1.0.tar.gz
Algorithm Hash digest
SHA256 7644397c8e9e3d129db1170d22ccf9c686520c8e684287ab03680459504d3354
MD5 f0f67637744ec84941e5e3ee2e554f5a
BLAKE2b-256 0b9578c0fc5964d1349b20d28f11c8c117351735cbe229fe4fc36c299b9d4ae0

See more details on using hashes here.

File details

Details for the file c1s_slingshot_sdk_py-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: c1s_slingshot_sdk_py-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for c1s_slingshot_sdk_py-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e868925f24e483a40183c0a32f1a44bfba4c2752afbdbbfa0896f3679c1ea8df
MD5 0d4bf736fa45a73710ec999688e4f304
BLAKE2b-256 8dda98473f95e5b0bb0b080651a8655c55be987a46ff8cbddbc63791e33c100d

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