From 4b10406eb7242a559d4a2fcc56b6db9208d024dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gi=C3=B2=20Diani?= Date: Fri, 17 Jan 2025 12:53:44 +0100 Subject: [PATCH] =?UTF-8?q?Aufr=C3=A4umen=20etl=20modul;=20pixi=20install?= =?UTF-8?q?=20erneut=20ausf=C3=BChren,=20damit=20die=20Pfade=20angepasst?= =?UTF-8?q?=20werden!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etl/pixi.lock | 14 +++++++------- etl/pyproject.toml | 4 ++-- etl/src/{consultancy_2 => etl}/__init__.py | 0 3 files changed, 9 insertions(+), 9 deletions(-) rename etl/src/{consultancy_2 => etl}/__init__.py (100%) diff --git a/etl/pixi.lock b/etl/pixi.lock index 88af371..c46b768 100644 --- a/etl/pixi.lock +++ b/etl/pixi.lock @@ -2196,13 +2196,6 @@ packages: - pkg:pypi/colorama?source=hash-mapping size: 25170 timestamp: 1666700778190 -- kind: pypi - name: consultancy-2 - version: 0.1.0 - path: . - sha256: c09f63486f0dd4151008de68ef73d00f72663dc3cc47894ff750d517f898a23b - requires_python: '>=3.11' - editable: true - kind: conda name: dnspython version: 2.7.0 @@ -2280,6 +2273,13 @@ packages: purls: [] size: 6690 timestamp: 1718984720419 +- kind: pypi + name: etl + version: 0.1.0 + path: . + sha256: d682071d587e9be1fcf91237a1add69a92c34715bc491a4067b07d63ce79616d + requires_python: '>=3.11' + editable: true - kind: conda name: exceptiongroup version: 1.2.2 diff --git a/etl/pyproject.toml b/etl/pyproject.toml index 5ae9848..14fc9c6 100644 --- a/etl/pyproject.toml +++ b/etl/pyproject.toml @@ -1,7 +1,7 @@ [project] authors = [{name = "GiĆ² Diani", email = "mail@gionathandiani.name"}, {name = "Mauro Stoffel", email = "mauro.stoffel@stud.fhgr.ch"}, {name = "Colin Bolli", email = "colin.bolli@stud.fhgr.ch"}, {name = "Charles Winkler", email = "charles.winkler@stud.fhgr.ch"}] description = "Datenauferbeitung" -name = "consultancy_2" +name = "ETL" requires-python = ">= 3.11" version = "0.1.0" @@ -14,7 +14,7 @@ channels = ["conda-forge"] platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"] [tool.pixi.pypi-dependencies] -consultancy_2 = { path = ".", editable = true } +etl = { path = ".", editable = true } [tool.pixi.tasks] diff --git a/etl/src/consultancy_2/__init__.py b/etl/src/etl/__init__.py similarity index 100% rename from etl/src/consultancy_2/__init__.py rename to etl/src/etl/__init__.py