The Wayback Machine - https://web.archive.org/web/20220320181724/https://github.com/topics/alpaca
Skip to content
#

alpaca

Here are 98 public repositories matching this topic...

haxdds
haxdds commented Nov 30, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

Having docstrings for all methods and classes will help new contributors understand the codebase and also provide a method of autogenerated API docs. Right now only some methods and classes have docstrings.

Describe the solution you'd

KendelChopp
KendelChopp commented Sep 12, 2020

Allow users to pass in data instead of requesting it through passed in Alpaca. This would benefit us in 2 ways:

  1. Most importantly, users would not have to pass in their authenticated Alpaca object into the package. Instead, they can fetch the data themselves then pass it in, and we never touch Alpaca.

  2. Allow users to retrieve data from sources outside of Alpaca to use for testing.

For

Improve this page

Add a description, image, and links to the alpaca topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the alpaca topic, visit your repo's landing page and select "manage topics."

Learn more