Skip to content

Commit

Permalink
released first version of leaf
Browse files Browse the repository at this point in the history
  • Loading branch information
birnbaum committed Feb 3, 2021
1 parent 14363ad commit b89775d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LEAF 🌱
# LEAF [![PyPI version fury.io](https://badge.fury.io/py/leafsim.svg)](https://pypi.org/project/leafsim/) [![Supported versions](https://img.shields.io/pypi/pyversions/leafsim.svg)](https://pypi.org/project/leafsim/) [![License](https://img.shields.io/pypi/l/leafsim.svg)](https://pypi.org/project/leafsim/)

A simulator for **L**arge **E**nergy-**A**ware **F**og computing environments.
LEAF enables energy consumption modeling of distributed, heterogeneous, and resource-constrained infrastructure that executes complex application graphs.
Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[tool.poetry]
name = "leaf"
version = "0.1.0"
name = "leafsim"
version = "0.1.1"
description = "A simulator for Large Energy-Aware Fog computing environments."
authors = ["Philipp Wiesner <[email protected]>"]
license = "MIT"
repository = "https://github.com/dos-group/leaf"
readme = "README.md"
keywords = ["simulation", "modeling", "fog computing", "energy consumption", "edge computing"]
packages = [{ include = "leaf" }]
exclude = ["leaf/examples"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Education",
Expand All @@ -31,9 +33,9 @@ classifiers = [
python = "^3.7.9"
simpy = "^4.0.0"
networkx = "^2.5"
tqdm = "^4.0.0"
numpy = "^1.20.0"
pandas = "^1.2.1"
tqdm = "^4.0.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit b89775d

Please sign in to comment.