irie 0.0.12__py3-none-any.whl → 0.0.13__py3-none-any.whl

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.

irie/core/urls.py CHANGED
@@ -40,5 +40,5 @@ urlpatterns = [
40
40
 
41
41
 
42
42
  # Ensure we can serve files stored with models (eg, bridge renderings)
43
- ] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
43
+ ] # + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
44
44
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: irie
3
- Version: 0.0.12
3
+ Version: 0.0.13
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
@@ -345,7 +345,7 @@ irie/apps/templates/site/unused-dashboard-cards.html,sha256=DDNWrnIf4o0wj06WYH8Y
345
345
  irie/core/__init__.py,sha256=wkkNngGxgYcCM745-rlvP6ynrI0b0QN3aWmLWDsR8zU,230
346
346
  irie/core/asgi.py,sha256=3lVQKFRA4bznM2mWu5Cv24a5H9pfb6YU07q-I_TN0DM,395
347
347
  irie/core/settings.py,sha256=9jqn02olEya6O2p3pABLFhmHRwl_U05sOAtluo6y1Rg,6342
348
- irie/core/urls.py,sha256=24aomuoyDKxqYnw8axnYO1pXF_J2_5KNKliypxwWp3I,1277
348
+ irie/core/urls.py,sha256=H_oIilxAeV6C5W3TY_-oYwkbHiOnHdrRGweBDnOe04k,1279
349
349
  irie/core/wsgi.py,sha256=8dxK789vOoRWm0IatEhNqMgZhov9TlspjM6hOUbjg24,395
350
350
  irie/init/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
351
351
  irie/init/__main__.py,sha256=ngBeyh1rRXYZYIeW5VKvHl8QggIV90A49QXbZbvePLI,556
@@ -365,8 +365,8 @@ irie/init/management/commands/init_corridors.py,sha256=EzLk0HUiFxlco-2u0rypewOc9
365
365
  irie/init/management/commands/init_predictors.py,sha256=jdD7rd8l2qxuUuR5GOYuHXp-ZQkAK477TefksBMdlOw,2362
366
366
  irie/post/__main__.py,sha256=ACDm47LwhNoqMhuGnbYXDV-_lflnD8f1qOCdv2VTulU,2284
367
367
  irie/usgs/__main__.py,sha256=HiSvPn5IW5IqRiCk1qRRq5dCy3-7iISw7v1P_w2rLrk,5049
368
- irie-0.0.12.dist-info/METADATA,sha256=v7_pNrPU2UdG2nB22hi3uMMAqBqPRISGGuDzi-clxww,2507
369
- irie-0.0.12.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
370
- irie-0.0.12.dist-info/entry_points.txt,sha256=A_3h9wPBGfxGQ78_MGa-nO6Z0foxOYeAnIE47jxEztg,44
371
- irie-0.0.12.dist-info/top_level.txt,sha256=zVCxi5E2nkISZPzKq8VEhWe_dGuPcefLYV1tYqQdwlY,5
372
- irie-0.0.12.dist-info/RECORD,,
368
+ irie-0.0.13.dist-info/METADATA,sha256=Ac6ywaLIP0i-U78PokSo2ajt7jEi_4HxulaKrTFh6t8,2507
369
+ irie-0.0.13.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
370
+ irie-0.0.13.dist-info/entry_points.txt,sha256=A_3h9wPBGfxGQ78_MGa-nO6Z0foxOYeAnIE47jxEztg,44
371
+ irie-0.0.13.dist-info/top_level.txt,sha256=zVCxi5E2nkISZPzKq8VEhWe_dGuPcefLYV1tYqQdwlY,5
372
+ irie-0.0.13.dist-info/RECORD,,
File without changes