-
Notifications
You must be signed in to change notification settings - Fork 45
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
Python Code example for file encode and decode #8
Comments
filefec.encode_to_files(inf, fsize, dirname, prefix, k, m, suffix=".fec", overwrite=False, verbose=False) filefec.decode_from_files(outf, infiles, verbose=False) |
Do the tests help? Like this one, for example: Lines 114 to 128 in 612368e
|
Hi team, I Saw your documentation for tahoe-fafs. The CLi seems to be well documented, however, regarding Python API it is a little bit short. Could you add an example of a small script of file encoding and decoding ?
Thanks.
The text was updated successfully, but these errors were encountered: