Skip to main content

A Python client and SDK for the Tastytrade API

Project description

Tastytrade API

The Tastytrade API, which my Python module relies on, is currently in beta and not yet publicly accessible. As a result, you may not be able to test the functionality of this module until the API becomes available for public use.

A Python client for the Tastytrade API, providing convenient access to Tastytrade's REST API for trading, account management, and more.

Installation

Install the package using pip:

pip install tastytrade-api

USAGE

Here's an example of how to use the Tastytrade API client:

from tastytrade_api.authentication import TastytradeAuth

username = "your_username"
password = "your_password"

# Initialize the authentication object
auth = TastytradeAuth(username, password)

# Log in to the API
auth_data = auth.login()

if auth_data:
    print("Successfully logged in!")
else:
    print("Failed to log in.")

# Validate the session
is_valid = auth.validate_session()

if is_valid:
    print("Session is valid.")
else:
    print("Session is invalid or expired.")

# Destroy the session (log out)
if auth.destroy_session():
    print("Successfully logged out.")
else:
    print("Failed to log out.")

Development

To run tests, first install the required development packages:

pip install -r requirements-dev.txt

Then, execute the tests using unittest:

python -m unittest discover

License

This project is licensed under the MIT 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

tastytrade-api-0.8.4.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

tastytrade_api-0.8.4-py3-none-any.whl (18.0 kB view details)

Uploaded Python 3

File details

Details for the file tastytrade-api-0.8.4.tar.gz.

File metadata

  • Download URL: tastytrade-api-0.8.4.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for tastytrade-api-0.8.4.tar.gz
Algorithm Hash digest
SHA256 14ffe1816676856f5da7a38ab194b9a0707a6401e694d63a72a7768b9996d9d2
MD5 9a20edec1acd6396fad04023dc1157a1
BLAKE2b-256 f7e6da8b27c2c907ab1898a7d9746274652d0612af216dc0747b7c92f940cfa1

See more details on using hashes here.

File details

Details for the file tastytrade_api-0.8.4-py3-none-any.whl.

File metadata

File hashes

Hashes for tastytrade_api-0.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9c8dc3212834063e3d6c2d0fd5e90f1a679b766a2308a52b0b9ba7da822858bb
MD5 5824bf29284e19456407fcb4800de3d5
BLAKE2b-256 2aa36d2d6c44d8edf464219613910f8ac1706ef414ed61f9f897b8d227442ec1

See more details on using hashes here.

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