Skip to content

Instantly share code, notes, and snippets.

@krmaxwell
Last active February 25, 2016 19:46
Show Gist options
  • Save krmaxwell/6d123715b6434104ed3c to your computer and use it in GitHub Desktop.
Save krmaxwell/6d123715b6434104ed3c to your computer and use it in GitHub Desktop.
Python wrapper API advice

General

Frameworks

  • Tapioca-Wrapper
    • readthedocs includes extensive information on internals and sample project to get started
    • MIT license
    • latest commit on Jan 14, 2 PRs and 1 convo in this month's pulse
  • Slumber
    • readthedocs fairly basic internals, little to no docs on creating new wrapper
    • BSD 2-clause
    • latest commit on June 18, 2015, 2 PRs in this month's pulse
  • Finch
    • latest commit on May 3, 2015, nothing in this month's pulse
    • Apache 2 license

Finch is under active development and there is not a complete documentation yet. By the moment you can read the examples in this repository and read the tests, that are the most up to date documentation. Also I'm working on create a complete API client using Finch and create a good documentation.

  • Tortilla
    • readthedocs very simple docs (one page)
    • MIT license
    • latest commit on May 30, 2015, nothing in this month's pulse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment