Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yodlee

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yodlee

Envestnet Yodlee API Client

  • 0.1.8
  • PyPI
  • Socket score

Maintainers
3

yodlee Build Status Coverage Status PyPI version License Wheel Python Versions

Envestnet Yodlee API Client

Installation

pip install yodlee

Development

brew install pyenv
brew install pyenv-virtualenv
pip install tox

# add lines below to .bashrc
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
export PYTHONPATH=".:$PYTHONPATH"
export PYENV_ROOT=$HOME/.pyenv
export PATH=$PYENV_ROOT/bin:${PATH}

# setup pyenv
pyenv install 2.7.13
pyenv install 3.3.6
pyenv install 3.4.6
pyenv install 3.5.3
pyenv install 3.6.1
pyenv global 2.7.13 3.6.1 3.5.3 3.4.6 3.3.6

# run tests
tox

# develop
pyenv virtualenv yodlee
pip install -r requirements.txt

# test after developing
pyenv deactivate
tox

# develop again
pyenv activate yodlee

Contributing

We are happy to receive your contribution if you first please complete our Contributor License Agreement.

License

This package is available as open source under the terms of the Apache 2.0 License.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc