SkynetLabs / python-skynet

Library for integrating Skynet with Python applications
MIT License
15 stars 8 forks source link

Implement "Skynet on server" features #6

Open dghelm opened 3 years ago

dghelm commented 3 years ago

Similar to skynet-substrate and skynet-nodejs, exposing the core Skynet elements, but nothing related to MySky, SkyDB and browser access.

For Registry Entries: We'd take Powerloom's registry logic from https://github.com/PowerLoom/py-skydb

We'd need to write the logic for cookies, resolver skylinks, and pinning.

For large files, we could hopefully leverage https://github.com/tus/tus-py-client