Skip to content

Commit b89775d

Browse files
committed
released first version of leaf
1 parent 14363ad commit b89775d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LEAF 🌱
1+
# 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/)
22

33
A simulator for **L**arge **E**nergy-**A**ware **F**og computing environments.
44
LEAF enables energy consumption modeling of distributed, heterogeneous, and resource-constrained infrastructure that executes complex application graphs.

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[tool.poetry]
2-
name = "leaf"
3-
version = "0.1.0"
2+
name = "leafsim"
3+
version = "0.1.1"
44
description = "A simulator for Large Energy-Aware Fog computing environments."
55
authors = ["Philipp Wiesner <[email protected]>"]
66
license = "MIT"
77
repository = "https://github.com/dos-group/leaf"
88
readme = "README.md"
99
keywords = ["simulation", "modeling", "fog computing", "energy consumption", "edge computing"]
10+
packages = [{ include = "leaf" }]
11+
exclude = ["leaf/examples"]
1012
classifiers = [
1113
"Development Status :: 3 - Alpha",
1214
"Intended Audience :: Education",
@@ -31,9 +33,9 @@ classifiers = [
3133
python = "^3.7.9"
3234
simpy = "^4.0.0"
3335
networkx = "^2.5"
34-
tqdm = "^4.0.0"
3536
numpy = "^1.20.0"
3637
pandas = "^1.2.1"
38+
tqdm = "^4.0.0"
3739

3840
[tool.poetry.dev-dependencies]
3941

0 commit comments

Comments
 (0)