Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPFS Python API #1

Open
BrendanBenshoof opened this issue Sep 2, 2015 · 1 comment
Open

IPFS Python API #1

BrendanBenshoof opened this issue Sep 2, 2015 · 1 comment
Assignees

Comments

@BrendanBenshoof
Copy link
Owner

Initial work done months ago: http://gateway.ipfs.io/ipfs/QmTkukZw6MBSfGZ2nTubdCsMeoKyNbrNidyGiJMUEh2dCx/

Task: write an interface with the ipfs daemon (gateway and/or 5001) on par with the current js implementation.

Goals:

  • Handle errors in a useful and graceful way
  • Handle multi-file upload and directory traversal/download
  • Be compatible with (and uploaded to) pip package manager
  • have extensive tests <- how should I emulate the IPFS daemon?
  • have example use cases + clean documentation

Tentative due date: September 12th

important notes:
https://github.com/ipfs/go-ipfs/blob/master/docs/implement-api-bindings.md
ipfs/ipfs#83
https://github.com/ipfs/node-ipfs-api

@BrendanBenshoof BrendanBenshoof self-assigned this Sep 3, 2015
@BrendanBenshoof
Copy link
Owner Author

I'm sitting down to work on this for the next 3 hours. As there is an already existing codebase, my efforts will be focused on getting it up to the status defined above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant