Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

NebulousLabs/python-skynet

Repository files navigation

Skynet Python SDK

⚠️ This repo has been archived and moved under the new SkynetLabs repo here

Version Python Build Status Contributors License

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:

  1. Check out the repository locally.
  2. Make sure you have make installed (on Windows you can use Chocolatey and run choco 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

About

Library for integrating Skynet with Python applications

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published