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

KacperTonia-UniversityRepos/Codeine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published