Loading .idea/pythermogis.iml +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/tests/tests" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/pythermogis" isTestSource="false" /> <excludeFolder url="file://$MODULE_DIR$/.venv" /> </content> <orderEntry type="jdk" jdkName="Python 3.13 (2)" jdkType="Python SDK" /> Loading @@ -14,7 +14,7 @@ <option name="namespacePackageFolders"> <list> <option value="$MODULE_DIR$/resources" /> <option value="$MODULE_DIR$/src" /> <option value="$MODULE_DIR$/pythermogis" /> </list> </option> </component> Loading pixi.lock +2 −2 Original line number Diff line number Diff line Loading @@ -2293,8 +2293,8 @@ packages: timestamp: 1740946648058 - pypi: . name: pythermogis version: 0.1.18 sha256: 991c6bf3932428f808ed2f520ace0ca0ead9593f4e408125795f4a4b998a3fb4 version: 0.1.19 sha256: 26d04c71b399c74690ce01c979e36c70cec0b96b2a0448c5cb6339a5160ae40f requires_dist: - jpype1>=1.5.2,<2 - xarray==2024.9.0.* Loading pyproject.toml +4 −4 Original line number Diff line number Diff line Loading @@ -31,10 +31,10 @@ markers = [ ] [tool.setuptools] package-dir = {"" = "src"} package-dir = {"" = "pythermogis"} [tool.setuptools.packages.find] where = ["src"] where = ["pythermogis"] [project.scripts] pytg = "main:app" Loading @@ -47,8 +47,8 @@ platforms = ["win-64", "linux-64"] pythermogis = { path = ".", editable = true } [tool.pixi.tasks] test = "PYTHONPATH=src pytest -s tests/" test_java_installation = "PYTHONPATH=src pytest -s tests/test_java_installation.py" test = "PYTHONPATH=pythermogis pytest -s tests/" test_java_installation = "PYTHONPATH=pythermogis pytest -s tests/test_java_installation.py" [tool.pixi.dependencies] Loading src/__init__.py→pythermogis/__init__.py +0 −0 File moved. View file src/main.py→pythermogis/main.py +0 −0 File moved. View file Loading
.idea/pythermogis.iml +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/tests/tests" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/pythermogis" isTestSource="false" /> <excludeFolder url="file://$MODULE_DIR$/.venv" /> </content> <orderEntry type="jdk" jdkName="Python 3.13 (2)" jdkType="Python SDK" /> Loading @@ -14,7 +14,7 @@ <option name="namespacePackageFolders"> <list> <option value="$MODULE_DIR$/resources" /> <option value="$MODULE_DIR$/src" /> <option value="$MODULE_DIR$/pythermogis" /> </list> </option> </component> Loading
pixi.lock +2 −2 Original line number Diff line number Diff line Loading @@ -2293,8 +2293,8 @@ packages: timestamp: 1740946648058 - pypi: . name: pythermogis version: 0.1.18 sha256: 991c6bf3932428f808ed2f520ace0ca0ead9593f4e408125795f4a4b998a3fb4 version: 0.1.19 sha256: 26d04c71b399c74690ce01c979e36c70cec0b96b2a0448c5cb6339a5160ae40f requires_dist: - jpype1>=1.5.2,<2 - xarray==2024.9.0.* Loading
pyproject.toml +4 −4 Original line number Diff line number Diff line Loading @@ -31,10 +31,10 @@ markers = [ ] [tool.setuptools] package-dir = {"" = "src"} package-dir = {"" = "pythermogis"} [tool.setuptools.packages.find] where = ["src"] where = ["pythermogis"] [project.scripts] pytg = "main:app" Loading @@ -47,8 +47,8 @@ platforms = ["win-64", "linux-64"] pythermogis = { path = ".", editable = true } [tool.pixi.tasks] test = "PYTHONPATH=src pytest -s tests/" test_java_installation = "PYTHONPATH=src pytest -s tests/test_java_installation.py" test = "PYTHONPATH=pythermogis pytest -s tests/" test_java_installation = "PYTHONPATH=pythermogis pytest -s tests/test_java_installation.py" [tool.pixi.dependencies] Loading