Skip to content

afernandes85/analyticsapi-engines-python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FactSet

Analytics API Engines Python SDK

build PyPi API version Apache-2 license

Use this library to integrate with FactSet's Analytics APIs. Below APIs are supported by this SDK.

Contents

Requirements

  • Python 3.4 or higher

Installation

  • Install the latest SDK using pip:

    pip install fds.analyticsapi.engines
  • Alternatively, download or clone this repository and install the SDK by running Setuptools in the SDK installation directory:

    git clone https://github.com/afernandes85/analyticsapi-engines-python-sdk.git
    cd auto-generated-sdk
    python setup.py install --user

Usage

Refer examples project for sample code snippets to quickly get started with the SDK

Tests

First, clone the repo locally and cd into the directory.

git clone https://github.com/afernandes85/analyticsapi-engines-python-sdk.git
cd tests

Next, install dependencies.

pip install -r requirements.txt

Before running the tests, set the below environment variables. Use the Developer Portal Manage API Keys page to get these values.

export ANALYTICS_API_USERNAME_SERIAL = "username-serial"
export ANALYTICS_API_PASSWORD = "apikey"

Run the tests with below command.

python -m test

Contributing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published