Skip to main content

A custom-build version of the Fugle library `fugle-trade-python` with customized features.

Project description

phewgle

image

A custom-build version of the Fugle library fugle-trade-python with customized features.

Prerequisite

  1. Modify the User field in the .ini config file by adding Password and CertPassword sub-items.

    ...
    [User]
    Account = <account_id>
    Password = <account_password>
    CertPassword = <certificate_password>
    
  2. Upload the cert.p12 certificate file to your Google Cloud Storage bucket.

Usage

Initializing and authenticating the connector

from configparser import ConfigParser
from phewgle.fugle import FugleTrader

config: ConfigParser = ConfigParser()
sdk = FugleTrader(config)
sdk.login()

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

phewgle-0.1.4.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

phewgle-0.1.4-py3-none-any.whl (4.9 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