marax27 / Codeine

Computing over Decentralized Network, with P2P

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeine

Travis (.org) Coveralls github branch License

GitHub issues GitHub closed issues GitHub pull requests

Computing over Decentralized Network, with P2P

Getting Started

  1. Install necessary software such as Python3 or Make.
  2. Clone the repository.
  3. make install.
  4. (optional) Setup Visual Studio Code to work with Python
    1. Install official Python extension.
    2. Enable linting (Ctrl+Shift+PEnable Linting)
    3. Select pycodestyle as a linter (Ctrl+Shift+PSelect Linter) You'll want 2 linters to be enabled: pylint (error detection) and pycodestyle (code style hints). To achieve that, make sure these 2 options are set in .vscode/settings.json: "python.linting.pylintEnabled = true", "python.linting.pycodestyleEnabled = true".

Run an application

Use make run.

Test an application

Use make test to run unit tests. make report additionally generates a code coverage report.

About

Computing over Decentralized Network, with P2P

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.4%Language:Makefile 0.6%