python-skynet
python-skynet copied to clipboard
Library for integrating Skynet with Python applications
Skynet Python SDK
:warning: This repo has been archived and moved under the new SkynetLabs repo here
An SDK for integrating Skynet into Python applications.
Instructions
We recommend running your Python application using pipenv.
You can use siaskynet by installing it with pip, adding it to your project's Pipfile, or by cloning this repository.
Documentation
For documentation complete with examples, please see the Skynet SDK docs.
Contributing
Requirements
In order to run lints and tests locally you will need to:
- Check out the repository locally.
- Make sure you have
makeinstalled (on Windows you can use Chocolatey and runchoco install make).
Instructions
To run lints and tests on python-skynet, first install dependencies:
make install
Now you can run
pipenv run lint
or
pipenv run test