midas-civil 0.2.6__tar.gz → 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of midas-civil might be problematic. Click here for more details.

Files changed (32) hide show
  1. {midas_civil-0.2.6 → midas_civil-1.0.0}/PKG-INFO +2 -1
  2. {midas_civil-0.2.6 → midas_civil-1.0.0}/README.md +1 -0
  3. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil.egg-info/PKG-INFO +2 -1
  4. {midas_civil-0.2.6 → midas_civil-1.0.0}/setup.py +1 -1
  5. {midas_civil-0.2.6 → midas_civil-1.0.0}/LICENSE +0 -0
  6. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/__init__.py +0 -0
  7. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_boundary.py +0 -0
  8. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_construction.py +0 -0
  9. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_construction_backup.py +0 -0
  10. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_element.py +0 -0
  11. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_group.py +0 -0
  12. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_load.py +0 -0
  13. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_mapi.py +0 -0
  14. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_material.py +0 -0
  15. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_model.py +0 -0
  16. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_movingload.py +0 -0
  17. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_node.py +0 -0
  18. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_result copy.py +0 -0
  19. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_result.py +0 -0
  20. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_result_extract.py +0 -0
  21. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_section.py +0 -0
  22. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_settlement.py +0 -0
  23. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_temperature.py +0 -0
  24. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_tendon.py +0 -0
  25. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_thickness.py +0 -0
  26. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_utils.py +0 -0
  27. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil/_view.py +0 -0
  28. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil.egg-info/SOURCES.txt +0 -0
  29. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil.egg-info/dependency_links.txt +0 -0
  30. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil.egg-info/requires.txt +0 -0
  31. {midas_civil-0.2.6 → midas_civil-1.0.0}/midas_civil.egg-info/top_level.txt +0 -0
  32. {midas_civil-0.2.6 → midas_civil-1.0.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: midas_civil
3
- Version: 0.2.6
3
+ Version: 1.0.0
4
4
  Summary: Python library for MIDAS Civil NX
5
5
  Home-page: https://github.com/MIDASIT-Co-Ltd/midas-civil-python
6
6
  Author: Sumit Shekhar
@@ -26,6 +26,7 @@ Dynamic: summary
26
26
 
27
27
  # MIDAS CIVIL NX Python
28
28
 
29
+ ![MIDAS PYTHON](https://midas-rnd.github.io/midasapi-python/assets/banner.png)
29
30
 
30
31
  **`midas-civil`** is a Python library that provides an interface to interact with MIDAS Civil NX using Python scripts.
31
32
  This library allows engineers and developers to automate tasks, extract structural analysis results, manipulate model data, and integrate MIDAS Civil NX with other tools or pipelines using Python.
@@ -1,5 +1,6 @@
1
1
  # MIDAS CIVIL NX Python
2
2
 
3
+ ![MIDAS PYTHON](https://midas-rnd.github.io/midasapi-python/assets/banner.png)
3
4
 
4
5
  **`midas-civil`** is a Python library that provides an interface to interact with MIDAS Civil NX using Python scripts.
5
6
  This library allows engineers and developers to automate tasks, extract structural analysis results, manipulate model data, and integrate MIDAS Civil NX with other tools or pipelines using Python.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: midas_civil
3
- Version: 0.2.6
3
+ Version: 1.0.0
4
4
  Summary: Python library for MIDAS Civil NX
5
5
  Home-page: https://github.com/MIDASIT-Co-Ltd/midas-civil-python
6
6
  Author: Sumit Shekhar
@@ -26,6 +26,7 @@ Dynamic: summary
26
26
 
27
27
  # MIDAS CIVIL NX Python
28
28
 
29
+ ![MIDAS PYTHON](https://midas-rnd.github.io/midasapi-python/assets/banner.png)
29
30
 
30
31
  **`midas-civil`** is a Python library that provides an interface to interact with MIDAS Civil NX using Python scripts.
31
32
  This library allows engineers and developers to automate tasks, extract structural analysis results, manipulate model data, and integrate MIDAS Civil NX with other tools or pipelines using Python.
@@ -5,7 +5,7 @@ with open('README.md','r') as f:
5
5
 
6
6
 
7
7
  setup(name='midas_civil',
8
- version='0.2.6',
8
+ version='1.0.0',
9
9
  description='Python library for MIDAS Civil NX',
10
10
  author='Sumit Shekhar',
11
11
  author_email='sumit.midasit@gmail.com',
File without changes
File without changes