irie 0.0.8__tar.gz → 0.0.9__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 irie might be problematic. Click here for more details.

Files changed (254) hide show
  1. {irie-0.0.8 → irie-0.0.9}/PKG-INFO +1 -1
  2. {irie-0.0.8 → irie-0.0.9}/pyproject.toml +1 -1
  3. irie-0.0.9/src/irie/apps/inventory/migrations/0002_alter_asset_bridge_sensors_and_more.py +24 -0
  4. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/models.py +2 -2
  5. {irie-0.0.8 → irie-0.0.9}/src/irie/core/settings.py +4 -2
  6. {irie-0.0.8 → irie-0.0.9}/src/irie.egg-info/PKG-INFO +1 -1
  7. {irie-0.0.8 → irie-0.0.9}/src/irie.egg-info/SOURCES.txt +1 -0
  8. {irie-0.0.8 → irie-0.0.9}/README.md +0 -0
  9. {irie-0.0.8 → irie-0.0.9}/setup.cfg +0 -0
  10. {irie-0.0.8 → irie-0.0.9}/src/irie/__init__.py +0 -0
  11. {irie-0.0.8 → irie-0.0.9}/src/irie/__main__.py +0 -0
  12. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/__init__.py +0 -0
  13. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/authentication/__init__.py +0 -0
  14. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/authentication/admin.py +0 -0
  15. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/authentication/config.py +0 -0
  16. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/authentication/forms.py +0 -0
  17. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/authentication/migrations/__init__.py +0 -0
  18. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/authentication/models.py +0 -0
  19. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/authentication/tests.py +0 -0
  20. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/authentication/urls.py +0 -0
  21. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/authentication/views.py +0 -0
  22. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/config.py +0 -0
  23. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/context_processors.py +0 -0
  24. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/documents/__init__.py +0 -0
  25. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/documents/apps.py +0 -0
  26. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/documents/documents.py +0 -0
  27. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/documents/migrations/__init__.py +0 -0
  28. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/documents/tests.py +0 -0
  29. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/documents/urls.py +0 -0
  30. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/documents/views.py +0 -0
  31. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/evaluation/__init__.py +0 -0
  32. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/evaluation/admin.py +0 -0
  33. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/evaluation/apps.py +0 -0
  34. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/evaluation/daemon.py +0 -0
  35. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/evaluation/identification.py +0 -0
  36. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/evaluation/migrations/0001_initial.py +0 -0
  37. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/evaluation/migrations/__init__.py +0 -0
  38. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/evaluation/models.py +0 -0
  39. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/evaluation/urls.py +0 -0
  40. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/evaluation/views.py +0 -0
  41. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/__init__.py +0 -0
  42. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/admin.py +0 -0
  43. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/apps.py +0 -0
  44. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/migrations/0001_initial.py +0 -0
  45. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/migrations/0002_rename_event_eventrecord.py +0 -0
  46. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/migrations/0003_hazardevent.py +0 -0
  47. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/migrations/__init__.py +0 -0
  48. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/models.py +0 -0
  49. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/tests.py +0 -0
  50. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/tests_events.py +0 -0
  51. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/urls.py +0 -0
  52. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/views.py +0 -0
  53. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/events/views_events.py +0 -0
  54. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/CESMD.py +0 -0
  55. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/__init__.py +0 -0
  56. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/admin.py +0 -0
  57. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/apps.py +0 -0
  58. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/archive/arcGIS.py +0 -0
  59. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/calid.py +0 -0
  60. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/fields.py +0 -0
  61. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/filters.py +0 -0
  62. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/forms.py +0 -0
  63. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/migrations/0001_initial.py +0 -0
  64. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/migrations/__init__.py +0 -0
  65. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/tables.py +0 -0
  66. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/traffic.py +0 -0
  67. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/urls.py +0 -0
  68. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/inventory/views.py +0 -0
  69. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/management/__init__.py +0 -0
  70. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/management/commands/__init__.py +0 -0
  71. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/networks/__init__.py +0 -0
  72. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/networks/apps.py +0 -0
  73. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/networks/forms.py +0 -0
  74. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/networks/migrations/__init__.py +0 -0
  75. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/networks/models.py +0 -0
  76. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/networks/networks.py +0 -0
  77. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/networks/tests.py +0 -0
  78. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/networks/urls.py +0 -0
  79. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/networks/views.py +0 -0
  80. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/__init__.py +0 -0
  81. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/admin.py +0 -0
  82. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/apps.py +0 -0
  83. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/forms.py +0 -0
  84. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/metrics.py +0 -0
  85. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/migrations/0001_initial.py +0 -0
  86. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/migrations/0002_alter_predictormodel_protocol.py +0 -0
  87. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/migrations/__init__.py +0 -0
  88. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/models.py +0 -0
  89. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/predictor.py +0 -0
  90. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/runners/__init__.py +0 -0
  91. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/runners/hazus.py +0 -0
  92. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/runners/opensees/__init__.py +0 -0
  93. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/runners/opensees/metrics.py +0 -0
  94. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/runners/opensees/schemas/__init__.py +0 -0
  95. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/runners/opensees/utilities.py +0 -0
  96. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/runners/opensees/xmlutils.py +0 -0
  97. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/runners/opensees/zipped.py +0 -0
  98. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/runners/ssid.py +0 -0
  99. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/templatetags/__init__.py +0 -0
  100. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/templatetags/predictor.py +0 -0
  101. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/urls.py +0 -0
  102. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/views.py +0 -0
  103. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/prediction/views_api.py +0 -0
  104. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/__init__.py +0 -0
  105. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/admin.py +0 -0
  106. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/config.py +0 -0
  107. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/migrations/__init__.py +0 -0
  108. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/models.py +0 -0
  109. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/templatetags/__init__.py +0 -0
  110. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/templatetags/indexing.py +0 -0
  111. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/tests.py +0 -0
  112. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/urls.py +0 -0
  113. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/view_sdof.py +0 -0
  114. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/view_utils.py +0 -0
  115. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/site/views.py +0 -0
  116. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/css/brace.css +0 -0
  117. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/css/brace.css.map +0 -0
  118. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/css/brace.min.css +0 -0
  119. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/css/uPlot.min.css +0 -0
  120. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/brace2-no_text.png +0 -0
  121. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/brand/dark.svg +0 -0
  122. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/brand/light.svg +0 -0
  123. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/colStrains.svg +0 -0
  124. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/colStrains_big.png +0 -0
  125. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/colStrains_small.png +0 -0
  126. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/colStrains_svg_optimizer.svg +0 -0
  127. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/colStrains_svg_optimizer.xml +0 -0
  128. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/drift.svg +0 -0
  129. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/earthquake-hazard.png +0 -0
  130. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/android-chrome-192x192.png +0 -0
  131. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/android-chrome-512x512.png +0 -0
  132. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/apple-touch-icon.png +0 -0
  133. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/browserconfig.xml +0 -0
  134. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/favicon-16x16.png +0 -0
  135. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/favicon-32x32.png +0 -0
  136. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/favicon.ico +0 -0
  137. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/manifest.json +0 -0
  138. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/mstile-150x150.png +0 -0
  139. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/safari-pinned-tab.svg +0 -0
  140. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/favicon/site.webmanifest +0 -0
  141. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/icons/github.svg +0 -0
  142. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/icons/google-tag-manager.svg +0 -0
  143. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/icons/google_analytics.svg +0 -0
  144. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/illustrations/404.svg +0 -0
  145. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/illustrations/500.svg +0 -0
  146. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/illustrations/bs5-illustrations.svg +0 -0
  147. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/illustrations/signin.svg +0 -0
  148. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/marker.svg +0 -0
  149. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/metric.png +0 -0
  150. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/paypal-logo.svg +0 -0
  151. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/peer-black.svg +0 -0
  152. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/peer-light.svg +0 -0
  153. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/predictors.png +0 -0
  154. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/profile-cover.jpg +0 -0
  155. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/img/soga-logo.jpeg +0 -0
  156. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/js/787.545aecf5.chunk.js +0 -0
  157. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/js/brace.js +0 -0
  158. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/js/d3.v4.min.js +0 -0
  159. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/js/events_api.js +0 -0
  160. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/js/events_page.js +0 -0
  161. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/js/fmkFunctions.js +0 -0
  162. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/js/jsonview.bundle.js +0 -0
  163. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/js/login_page.js +0 -0
  164. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/js/main.1c459f17.js +0 -0
  165. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/assets/js/uPlot.iife.min.js +0 -0
  166. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/favicon.ico +0 -0
  167. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/static/sitemap.xml +0 -0
  168. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/accounts/login.html +0 -0
  169. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/accounts/register.html +0 -0
  170. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/admin/base_site.html +0 -0
  171. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/admin/color_theme_toggle.html +0 -0
  172. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/bridges/InteractiveTwin-CE58658.html +0 -0
  173. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/css/admin-extra.css +0 -0
  174. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/documents/documents.html +0 -0
  175. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/events/EarthquakeResponse.html +0 -0
  176. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/events/event-table.html +0 -0
  177. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/events/events.html +0 -0
  178. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/events/login.html +0 -0
  179. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/events/react_and_bootstrap.html +0 -0
  180. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/home/asset.html +0 -0
  181. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/includes/asset-event-table.html +0 -0
  182. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/includes/footer.html +0 -0
  183. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/includes/modal-report.html +0 -0
  184. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/includes/navigation.html +0 -0
  185. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/includes/paginate.js +0 -0
  186. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/includes/scripts.html +0 -0
  187. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/includes/settings-box.html +0 -0
  188. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/includes/sidebar.html +0 -0
  189. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/inventory/asset-event-summary.html +0 -0
  190. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/inventory/asset-profile.html +0 -0
  191. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/inventory/asset-table.html +0 -0
  192. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/inventory/bridge-dashboard.html +0 -0
  193. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/inventory/bridge.html +0 -0
  194. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/inventory/dashboard.html +0 -0
  195. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/inventory/preamble.tex +0 -0
  196. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/inventory/report.tex +0 -0
  197. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/layouts/base-fullscreen.html +0 -0
  198. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/layouts/base.html +0 -0
  199. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/layouts/json-form.html +0 -0
  200. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/networks/corridor_table.html +0 -0
  201. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/networks/networks.html +0 -0
  202. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/networks/networks.js +0 -0
  203. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/networks/styled_inputs.html +0 -0
  204. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/prediction/asset-predictors.html +0 -0
  205. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/prediction/form-submission.html +0 -0
  206. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/prediction/hazus/event.html +0 -0
  207. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/prediction/hazus/history.html +0 -0
  208. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/prediction/hazus/history.js +0 -0
  209. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/prediction/new-runner.html +0 -0
  210. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/prediction/predictor-profile.html +0 -0
  211. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/prediction/predictor-upload.html +0 -0
  212. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/about.html +0 -0
  213. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/asset_map.html +0 -0
  214. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/components-forms.html +0 -0
  215. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/index.html +0 -0
  216. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/json-form.html +0 -0
  217. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/page-403.html +0 -0
  218. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/page-404-sidebar.html +0 -0
  219. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/page-404.html +0 -0
  220. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/page-500.html +0 -0
  221. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/page-forgot-password.html +0 -0
  222. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/page-lock.html +0 -0
  223. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/page-reset-password.html +0 -0
  224. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/page-sign-in.html +0 -0
  225. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/page-sign-up.html +0 -0
  226. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/settings.html +0 -0
  227. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/tables-bootstrap-tables.html +0 -0
  228. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/transactions.html +0 -0
  229. {irie-0.0.8 → irie-0.0.9}/src/irie/apps/templates/site/unused-dashboard-cards.html +0 -0
  230. {irie-0.0.8 → irie-0.0.9}/src/irie/core/__init__.py +0 -0
  231. {irie-0.0.8 → irie-0.0.9}/src/irie/core/asgi.py +0 -0
  232. {irie-0.0.8 → irie-0.0.9}/src/irie/core/urls.py +0 -0
  233. {irie-0.0.8 → irie-0.0.9}/src/irie/core/wsgi.py +0 -0
  234. {irie-0.0.8 → irie-0.0.9}/src/irie/init/__init__.py +0 -0
  235. {irie-0.0.8 → irie-0.0.9}/src/irie/init/__main__.py +0 -0
  236. {irie-0.0.8 → irie-0.0.9}/src/irie/init/bridges.py +0 -0
  237. {irie-0.0.8 → irie-0.0.9}/src/irie/init/calid.py +0 -0
  238. {irie-0.0.8 → irie-0.0.9}/src/irie/init/data/cgs_data.json +0 -0
  239. {irie-0.0.8 → irie-0.0.9}/src/irie/init/data/nbi/04.tar +0 -0
  240. {irie-0.0.8 → irie-0.0.9}/src/irie/init/data/nbi_codes-california.json +0 -0
  241. {irie-0.0.8 → irie-0.0.9}/src/irie/init/data/nbi_data-california.json +0 -0
  242. {irie-0.0.8 → irie-0.0.9}/src/irie/init/data/networks/soga_corridors.json +0 -0
  243. {irie-0.0.8 → irie-0.0.9}/src/irie/init/getCGSData.py +0 -0
  244. {irie-0.0.8 → irie-0.0.9}/src/irie/init/getCGSevents.py +0 -0
  245. {irie-0.0.8 → irie-0.0.9}/src/irie/init/getNBIData.py +0 -0
  246. {irie-0.0.8 → irie-0.0.9}/src/irie/init/management/commands/init_assets.py +0 -0
  247. {irie-0.0.8 → irie-0.0.9}/src/irie/init/management/commands/init_corridors.py +0 -0
  248. {irie-0.0.8 → irie-0.0.9}/src/irie/init/management/commands/init_predictors.py +0 -0
  249. {irie-0.0.8 → irie-0.0.9}/src/irie/post/__main__.py +0 -0
  250. {irie-0.0.8 → irie-0.0.9}/src/irie/usgs/__main__.py +0 -0
  251. {irie-0.0.8 → irie-0.0.9}/src/irie.egg-info/dependency_links.txt +0 -0
  252. {irie-0.0.8 → irie-0.0.9}/src/irie.egg-info/entry_points.txt +0 -0
  253. {irie-0.0.8 → irie-0.0.9}/src/irie.egg-info/requires.txt +0 -0
  254. {irie-0.0.8 → irie-0.0.9}/src/irie.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: irie
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: Infrastructure Resilience Engine
5
5
  Author-email: wd <5018-006+wd@users.noreply.github.com>
6
6
  Project-URL: Repository, https://github.com/STAIRLab/irie
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "irie"
3
- version = "0.0.8"
3
+ version = "0.0.9"
4
4
  authors = [
5
5
  {name="wd", email="5018-006+wd@users.noreply.github.com"},
6
6
  ]
@@ -0,0 +1,24 @@
1
+ # Generated by Django 5.1.2 on 2024-12-10 20:54
2
+
3
+ import django.core.validators
4
+ from django.db import migrations, models
5
+
6
+
7
+ class Migration(migrations.Migration):
8
+
9
+ dependencies = [
10
+ ('irie_apps_inventory', '0001_initial'),
11
+ ]
12
+
13
+ operations = [
14
+ migrations.AlterField(
15
+ model_name='asset',
16
+ name='bridge_sensors',
17
+ field=models.CharField(blank=True, help_text='Comma-separated list of bridge channel numbers', max_length=400, validators=[django.core.validators.int_list_validator]),
18
+ ),
19
+ migrations.AlterField(
20
+ model_name='asset',
21
+ name='ground_sensors',
22
+ field=models.CharField(blank=True, help_text='Comma-separated list of ground channel numbers', max_length=400, validators=[django.core.validators.int_list_validator]),
23
+ ),
24
+ ]
@@ -33,10 +33,10 @@ class Asset(models.Model):
33
33
 
34
34
  # Ground motion sensors
35
35
  ground_sensors = models.CharField(validators=[int_list_validator],
36
- max_length=200, blank=True,
36
+ max_length=400, blank=True,
37
37
  help_text="Comma-separated list of ground channel numbers")
38
38
  bridge_sensors = models.CharField(validators=[int_list_validator],
39
- max_length=200, blank=True,
39
+ max_length=400, blank=True,
40
40
  help_text="Comma-separated list of bridge channel numbers")
41
41
 
42
42
  def __str__(self):
@@ -22,7 +22,8 @@ ASSETS_ROOT = os.getenv("ASSETS_ROOT", "/static/assets")
22
22
  # load production server from .env file
23
23
  ALLOWED_HOSTS = [
24
24
  "brace2.herokuapp.com",
25
- "structures.live"
25
+ "structures.live",
26
+ "ca.structures.live"
26
27
  ] + ([
27
28
  "localhost",
28
29
  "localhost:85",
@@ -37,7 +38,8 @@ CSRF_TRUSTED_ORIGINS = [
37
38
  ] + [
38
39
  "https://" + host for host in [
39
40
  "brace2.herokuapp.com",
40
- "structures.live"
41
+ "structures.live",
42
+ "ca.structures.live"
41
43
  ]
42
44
  ]
43
45
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: irie
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: Infrastructure Resilience Engine
5
5
  Author-email: wd <5018-006+wd@users.noreply.github.com>
6
6
  Project-URL: Repository, https://github.com/STAIRLab/irie
@@ -65,6 +65,7 @@ src/irie/apps/inventory/urls.py
65
65
  src/irie/apps/inventory/views.py
66
66
  src/irie/apps/inventory/archive/arcGIS.py
67
67
  src/irie/apps/inventory/migrations/0001_initial.py
68
+ src/irie/apps/inventory/migrations/0002_alter_asset_bridge_sensors_and_more.py
68
69
  src/irie/apps/inventory/migrations/__init__.py
69
70
  src/irie/apps/management/__init__.py
70
71
  src/irie/apps/management/commands/__init__.py
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes