TNO Intern

Commit ba56d7be authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Merge branch '2-implement-the-tg-python-api-using-jpypes-2' into 'main'

Resolve "implement the TG python api using jPypes"

Closes #2

See merge request AGS/pythermogis!5
parents 39d51ea7 0a0d3e53
Loading
Loading
Loading
Loading

.gitattributes

0 → 100644
+2 −0
Original line number Diff line number Diff line
# SCM syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true

.gitignore

0 → 100644
+4 −0
Original line number Diff line number Diff line

# pixi environments
.pixi
*.egg-info
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@
  <component name="Black">
    <option name="sdkName" value="Python 3.13 (delphi_read_lingewaard_data)" />
  </component>
  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (pythermogis)" project-jdk-type="Python SDK" />
  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (pythermogis) (2)" project-jdk-type="Python SDK" />
</project>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
      <sourceFolder url="file://$MODULE_DIR$/tests/tests" isTestSource="true" />
      <excludeFolder url="file://$MODULE_DIR$/.venv" />
    </content>
    <orderEntry type="jdk" jdkName="Python 3.13 (pythermogis)" jdkType="Python SDK" />
    <orderEntry type="jdk" jdkName="Python 3.13 (pythermogis) (2)" jdkType="Python SDK" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
</module>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
      <entry url="file://$PROJECT_DIR$">
        <entryData>
          <resourceRoots>
            <path value="file://$PROJECT_DIR$/resources" />
            <path value="file://$PROJECT_DIR$/src/resources" />
          </resourceRoots>
        </entryData>
      </entry>
Loading