eclypse

An Edge-CLoud pYthon Platform for Simulated runtime Environments

https://github.com/eclypse-org/eclypse

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary

Keywords

cloud-computing edge-computing emulator machine-learning python ray simulator
Last synced: 4 months ago · JSON representation ·

Repository

An Edge-CLoud pYthon Platform for Simulated runtime Environments

Basic Info
Statistics
  • Stars: 30
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Topics
cloud-computing edge-computing emulator machine-learning python ray simulator
Created about 1 year ago · Last pushed 4 months ago
Metadata Files
Readme Changelog Contributing License Citation Codeowners

README.md

eclypse-logo

PyPI - Python Version pre-commit Checked with mypy Checked wit pylint Import sorted with isort IMport cleaned with pycln Code style: black Doc style: docformatter

ECLYPSE (Edge-CLoud pYthon Platform for Simulated runtime Environments) is the first simulation library entirely written in Python, for experimenting with deployment strategies in varying infrastructure conditions. It provides an interface to simulate deployments of service-based applications onto life-like infrastructures, without and with an actual application implementation to be deployed.

Installation

To install ECLYPSE and all its dependencies, you can run the following commands: ```bash

pip install eclypse

```

N.B. We strongly suggest the installation of ECLYPSE in a virtual environment.

Documentation

The documentation for ECLYPSE can be found here.

Publication

ECLYPSE is described and assessed in:

Jacopo Massa, Valerio De Caro, Stefano Forti, Patrizio Dazzi, Davide Bacciu, Antonio Brogi
ECLYPSE: a Python Framework for Simulation and Emulation of the Cloud-Edge Continuum,
arXiv preprint arXiv:2501.17126, 2025.

If you want to cite ECLYPSE in your work, you can use the following BibTeX entry: bibtex @misc{massa2025eclypse, title = {{ECLYPSE: a Python Framework for Simulation and Emulation of the Cloud-Edge Continuum}}, author = {Jacopo Massa and Valerio De Caro and Stefano Forti and Patrizio Dazzi and Davide Bacciu and Antonio Brogi}, year = {2025}, eprint = {2501.17126}, archivePrefix = {arXiv}, primaryClass = {cs.NI}, url = {https://arxiv.org/abs/2501.17126}, }

Authors

Contact Us

If you want to get in touch with us, drop us an e-mail!

Owner

  • Name: eclypse-org
  • Login: eclypse-org
  • Kind: organization
  • Location: Italy

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use ECLYPSE in your work or research project, please cite it as below."
title: "ECLYPSE: an Edge-Cloud Python Platform for Simulated runtime Environments"
version: 0.6.17
date-released: 2024-11-15
url: "https://eclypse.readthedocs.io/en/latest/"
repository-code: "https://github.com/eclypse-org/eclypse"
license: "MIT"
authors:
  - family-names: "Massa"
    given-names: "Jacopo"
    orcid: "https://orcid.org/0000-0002-5255-537X"
  - family-names: "De Caro"
    given-names: "Valerio"
    orcid: "https://orcid.org/0000-0002-5267-6614"

GitHub Events

Total
  • Watch event: 30
  • Delete event: 5
  • Public event: 1
  • Push event: 107
  • Pull request event: 7
  • Fork event: 2
  • Create event: 6
Last Year
  • Watch event: 30
  • Delete event: 5
  • Public event: 1
  • Push event: 107
  • Pull request event: 7
  • Fork event: 2
  • Create event: 6

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 9
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 9
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • jacopo-massa (9)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 195 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 15
  • Total maintainers: 1
pypi.org: eclypse

an Edge-CLoud pYthon Platform for Simulated runtime Environments

  • Versions: 15
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 195 Last month
Rankings
Dependent packages count: 10.1%
Average: 33.3%
Dependent repos count: 56.6%
Maintainers (1)
Last synced: 4 months ago

Dependencies

pyproject.toml pypi
  • mypy ^1.13.0 deploy
  • setuptools ^75.5.0 deploy
  • twine ^5.1.1 deploy
  • wheel ^0.45.0 deploy
  • black ^24.10.0 develop
  • commitizen ^3.30.1 develop
  • docformatter ^1.7.5 develop
  • isort ^5.13.2 develop
  • pre-commit ^4.0.1 develop
  • pycln ^2.4.0 develop
  • pylint ^3.3.1 develop
  • eclypse-core ^0.6.11
  • python ^3.11
.github/workflows/build_and_deploy.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
examples/grid-analysis/requirements.txt pypi
  • ray *
  • scipy *
examples/image-prediction/requirements.txt pypi
  • torch *
  • torchvision *
examples/user-distribution/requirements.txt pypi
  • numpy *
poetry.lock pypi
  • 160 dependencies
docs/requirements.txt pypi
  • enum-tools ==0.11.0
  • jinja2 ==3.1.3
  • pydata-sphinx-theme ==0.16.0
  • sphinx ==7.2.6
  • sphinx-copybutton ==0.5.2
  • sphinx-icon ==0.2.2