https://github.com/abinashmeher999/distributed-algorithms
Abstractions of components of a distributed system to simulate implementations of distributed algorithms.
https://github.com/abinashmeher999/distributed-algorithms
async-python distributed distributed-algorithms python-3-5
Last synced: 3 months ago
JSON representation
Abstractions of components of a distributed system to simulate implementations of distributed algorithms.
- Host: GitHub
- URL: https://github.com/abinashmeher999/distributed-algorithms
- Owner: abinashmeher999
- License: mit
- Created: 2017-07-09T08:05:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T06:56:39.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T17:55:07.260Z (6 months ago)
- Topics: async-python, distributed, distributed-algorithms, python-3-5
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
======================
Distributed-Algorithms
======================Abstractions of components of a distributed system to simulate implementations of distributed algorithms.
Description
===========The project aims to give a framework with proper abstractions of components in distributed systems like process, channel, messages, etc. to make it convenient to experiment with distributed algorithms.
Note
====This project has been set up using PyScaffold 2.5.7. For details and usage
information on PyScaffold see http://pyscaffold.readthedocs.org/.