pycarlo 0.10.106__tar.gz → 0.10.108__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 pycarlo might be problematic. Click here for more details.

Files changed (93) hide show
  1. {pycarlo-0.10.106 → pycarlo-0.10.108}/PKG-INFO +1 -1
  2. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/lib/schema.json +68 -58
  3. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/lib/schema.py +9 -7
  4. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.106 → pycarlo-0.10.108}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.106 → pycarlo-0.10.108}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.106 → pycarlo-0.10.108}/.coveragerc +0 -0
  8. {pycarlo-0.10.106 → pycarlo-0.10.108}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.106 → pycarlo-0.10.108}/.gitignore +0 -0
  10. {pycarlo-0.10.106 → pycarlo-0.10.108}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.106 → pycarlo-0.10.108}/LICENSE +0 -0
  12. {pycarlo-0.10.106 → pycarlo-0.10.108}/Makefile +0 -0
  13. {pycarlo-0.10.106 → pycarlo-0.10.108}/README.md +0 -0
  14. {pycarlo-0.10.106 → pycarlo-0.10.108}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.106 → pycarlo-0.10.108}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.106 → pycarlo-0.10.108}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.106 → pycarlo-0.10.108}/pyproject.toml +0 -0
  58. {pycarlo-0.10.106 → pycarlo-0.10.108}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.106 → pycarlo-0.10.108}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.106 → pycarlo-0.10.108}/requirements.txt +0 -0
  61. {pycarlo-0.10.106 → pycarlo-0.10.108}/setup.cfg +0 -0
  62. {pycarlo-0.10.106 → pycarlo-0.10.108}/setup.py +0 -0
  63. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.106 → pycarlo-0.10.108}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.106 → pycarlo-0.10.108}/utils/env.sh +0 -0
  90. {pycarlo-0.10.106 → pycarlo-0.10.108}/utils/generate.py +0 -0
  91. {pycarlo-0.10.106 → pycarlo-0.10.108}/utils/sample.env +0 -0
  92. {pycarlo-0.10.106 → pycarlo-0.10.108}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.106 → pycarlo-0.10.108}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.106
3
+ Version: 0.10.108
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -10258,6 +10258,16 @@
10258
10258
  "name": "DateTime",
10259
10259
  "ofType": null
10260
10260
  }
10261
+ },
10262
+ {
10263
+ "defaultValue": null,
10264
+ "description": "Type of maintenance metric",
10265
+ "name": "metricType",
10266
+ "type": {
10267
+ "kind": "ENUM",
10268
+ "name": "DataMaintenanceMetric",
10269
+ "ofType": null
10270
+ }
10261
10271
  }
10262
10272
  ],
10263
10273
  "deprecationReason": null,
@@ -13554,9 +13564,9 @@
13554
13564
  }
13555
13565
  }
13556
13566
  ],
13557
- "deprecationReason": null,
13558
- "description": "Build field quality rule query from parameters",
13559
- "isDeprecated": false,
13567
+ "deprecationReason": "DEPRECATED: Use Custom SQL monitors instead.",
13568
+ "description": "DEPRECATED: Build field quality rule query from parameters",
13569
+ "isDeprecated": true,
13560
13570
  "name": "getFieldMetricQuery",
13561
13571
  "type": {
13562
13572
  "kind": "OBJECT",
@@ -13581,9 +13591,9 @@
13581
13591
  }
13582
13592
  }
13583
13593
  ],
13584
- "deprecationReason": null,
13594
+ "deprecationReason": "DEPRECATED: Use Custom SQL monitors instead.",
13585
13595
  "description": "Build field quality rule SQL query from parameters",
13586
- "isDeprecated": false,
13596
+ "isDeprecated": true,
13587
13597
  "name": "getFieldQuery",
13588
13598
  "type": {
13589
13599
  "kind": "OBJECT",
@@ -36241,12 +36251,6 @@
36241
36251
  {
36242
36252
  "description": null,
36243
36253
  "enumValues": [
36244
- {
36245
- "deprecationReason": null,
36246
- "description": "Dimension - legacy",
36247
- "isDeprecated": false,
36248
- "name": "CATEGORIES"
36249
- },
36250
36254
  {
36251
36255
  "deprecationReason": null,
36252
36256
  "description": "Metric",
@@ -36265,24 +36269,12 @@
36265
36269
  "isDeprecated": false,
36266
36270
  "name": "CUSTOM_SQL"
36267
36271
  },
36268
- {
36269
- "deprecationReason": null,
36270
- "description": "Metric - legacy",
36271
- "isDeprecated": false,
36272
- "name": "FIELD_QUALITY"
36273
- },
36274
36272
  {
36275
36273
  "deprecationReason": null,
36276
36274
  "description": "Freshness",
36277
36275
  "isDeprecated": false,
36278
36276
  "name": "FRESHNESS"
36279
36277
  },
36280
- {
36281
- "deprecationReason": null,
36282
- "description": "Volume - legacy",
36283
- "isDeprecated": false,
36284
- "name": "TABLE_METRIC"
36285
- },
36286
36278
  {
36287
36279
  "deprecationReason": null,
36288
36280
  "description": "Volume",
@@ -36324,6 +36316,24 @@
36324
36316
  "description": "Table",
36325
36317
  "isDeprecated": false,
36326
36318
  "name": "TABLE"
36319
+ },
36320
+ {
36321
+ "deprecationReason": null,
36322
+ "description": "Dimension - legacy",
36323
+ "isDeprecated": false,
36324
+ "name": "CATEGORIES"
36325
+ },
36326
+ {
36327
+ "deprecationReason": null,
36328
+ "description": "Metric - legacy",
36329
+ "isDeprecated": false,
36330
+ "name": "FIELD_QUALITY"
36331
+ },
36332
+ {
36333
+ "deprecationReason": null,
36334
+ "description": "Volume - legacy",
36335
+ "isDeprecated": false,
36336
+ "name": "TABLE_METRIC"
36327
36337
  }
36328
36338
  ],
36329
36339
  "fields": null,
@@ -62568,12 +62578,6 @@
62568
62578
  "isDeprecated": false,
62569
62579
  "name": "VALIDATION_BREACH"
62570
62580
  },
62571
- {
62572
- "deprecationReason": null,
62573
- "description": null,
62574
- "isDeprecated": false,
62575
- "name": "FIELD_QUALITY_RULE_BREACH"
62576
- },
62577
62581
  {
62578
62582
  "deprecationReason": null,
62579
62583
  "description": null,
@@ -62628,6 +62632,12 @@
62628
62632
  "isDeprecated": false,
62629
62633
  "name": "PERFORMANCE_ANOMALY"
62630
62634
  },
62635
+ {
62636
+ "deprecationReason": null,
62637
+ "description": null,
62638
+ "isDeprecated": false,
62639
+ "name": "FIELD_QUALITY_RULE_BREACH"
62640
+ },
62631
62641
  {
62632
62642
  "deprecationReason": null,
62633
62643
  "description": null,
@@ -70654,12 +70664,6 @@
70654
70664
  "isDeprecated": false,
70655
70665
  "name": "validation_breach"
70656
70666
  },
70657
- {
70658
- "deprecationReason": null,
70659
- "description": null,
70660
- "isDeprecated": false,
70661
- "name": "field_quality_rule_breach"
70662
- },
70663
70667
  {
70664
70668
  "deprecationReason": null,
70665
70669
  "description": null,
@@ -70713,6 +70717,12 @@
70713
70717
  "description": null,
70714
70718
  "isDeprecated": false,
70715
70719
  "name": "performance_anomaly"
70720
+ },
70721
+ {
70722
+ "deprecationReason": null,
70723
+ "description": null,
70724
+ "isDeprecated": false,
70725
+ "name": "field_quality_rule_breach"
70716
70726
  }
70717
70727
  ],
70718
70728
  "fields": null,
@@ -74189,55 +74199,55 @@
74189
74199
  "deprecationReason": null,
74190
74200
  "description": null,
74191
74201
  "isDeprecated": false,
74192
- "name": "field_quality_rule"
74202
+ "name": "sql_rule"
74193
74203
  },
74194
74204
  {
74195
74205
  "deprecationReason": null,
74196
74206
  "description": null,
74197
74207
  "isDeprecated": false,
74198
- "name": "sql_rule"
74208
+ "name": "freshness"
74199
74209
  },
74200
74210
  {
74201
74211
  "deprecationReason": null,
74202
74212
  "description": null,
74203
74213
  "isDeprecated": false,
74204
- "name": "freshness"
74214
+ "name": "volume"
74205
74215
  },
74206
74216
  {
74207
74217
  "deprecationReason": null,
74208
74218
  "description": null,
74209
74219
  "isDeprecated": false,
74210
- "name": "volume"
74220
+ "name": "field_health"
74211
74221
  },
74212
74222
  {
74213
74223
  "deprecationReason": null,
74214
74224
  "description": null,
74215
74225
  "isDeprecated": false,
74216
- "name": "field_health"
74226
+ "name": "schema"
74217
74227
  },
74218
74228
  {
74219
74229
  "deprecationReason": null,
74220
74230
  "description": null,
74221
74231
  "isDeprecated": false,
74222
- "name": "dimension"
74232
+ "name": "dbt_errors"
74223
74233
  },
74224
74234
  {
74225
74235
  "deprecationReason": null,
74226
74236
  "description": null,
74227
74237
  "isDeprecated": false,
74228
- "name": "schema"
74238
+ "name": "validation"
74229
74239
  },
74230
74240
  {
74231
74241
  "deprecationReason": null,
74232
74242
  "description": null,
74233
74243
  "isDeprecated": false,
74234
- "name": "dbt_errors"
74244
+ "name": "field_quality_rule"
74235
74245
  },
74236
74246
  {
74237
74247
  "deprecationReason": null,
74238
74248
  "description": null,
74239
74249
  "isDeprecated": false,
74240
- "name": "validation"
74250
+ "name": "dimension"
74241
74251
  }
74242
74252
  ],
74243
74253
  "fields": null,
@@ -74565,7 +74575,7 @@
74565
74575
  {
74566
74576
  "args": [],
74567
74577
  "deprecationReason": null,
74568
- "description": "indicates whether the table could possibly be used for defining field quality rules",
74578
+ "description": "DEPRECATED: always returns false",
74569
74579
  "isDeprecated": false,
74570
74580
  "name": "supportsFieldQualityRule",
74571
74581
  "type": {
@@ -74913,7 +74923,7 @@
74913
74923
  {
74914
74924
  "args": [],
74915
74925
  "deprecationReason": null,
74916
- "description": "indicates whether the table could possibly be used for defining field quality rules, and why",
74926
+ "description": "DEPRECATED",
74917
74927
  "isDeprecated": false,
74918
74928
  "name": "supportsFieldQualityRuleWithReason",
74919
74929
  "type": {
@@ -111876,12 +111886,6 @@
111876
111886
  {
111877
111887
  "description": null,
111878
111888
  "enumValues": [
111879
- {
111880
- "deprecationReason": null,
111881
- "description": "Metric - legacy",
111882
- "isDeprecated": false,
111883
- "name": "FIELD_QUALITY"
111884
- },
111885
111889
  {
111886
111890
  "deprecationReason": null,
111887
111891
  "description": "Custom SQL",
@@ -111924,6 +111928,12 @@
111924
111928
  "isDeprecated": false,
111925
111929
  "name": "TABLE_METRIC"
111926
111930
  },
111931
+ {
111932
+ "deprecationReason": null,
111933
+ "description": "Metric - legacy",
111934
+ "isDeprecated": false,
111935
+ "name": "FIELD_QUALITY"
111936
+ },
111927
111937
  {
111928
111938
  "deprecationReason": null,
111929
111939
  "description": "Metric",
@@ -115140,12 +115150,6 @@
115140
115150
  {
115141
115151
  "description": null,
115142
115152
  "enumValues": [
115143
- {
115144
- "deprecationReason": null,
115145
- "description": "Metric - legacy",
115146
- "isDeprecated": false,
115147
- "name": "FIELD_QUALITY"
115148
- },
115149
115153
  {
115150
115154
  "deprecationReason": null,
115151
115155
  "description": "Custom SQL",
@@ -115187,6 +115191,12 @@
115187
115191
  "description": "Table metric rule",
115188
115192
  "isDeprecated": false,
115189
115193
  "name": "TABLE_METRIC"
115194
+ },
115195
+ {
115196
+ "deprecationReason": null,
115197
+ "description": "Metric - legacy",
115198
+ "isDeprecated": false,
115199
+ "name": "FIELD_QUALITY"
115190
115200
  }
115191
115201
  ],
115192
115202
  "fields": null,
@@ -49045,6 +49045,10 @@ class Query(sgqlc.types.Type):
49045
49045
  ),
49046
49046
  ("start_time", sgqlc.types.Arg(DateTime, graphql_name="startTime", default=None)),
49047
49047
  ("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
49048
+ (
49049
+ "metric_type",
49050
+ sgqlc.types.Arg(DataMaintenanceMetric, graphql_name="metricType", default=None),
49051
+ ),
49048
49052
  )
49049
49053
  ),
49050
49054
  )
@@ -49055,6 +49059,8 @@ class Query(sgqlc.types.Type):
49055
49059
  * `mcon` (`String!`): MCON
49056
49060
  * `start_time` (`DateTime`): Start time of maintenance period
49057
49061
  * `end_time` (`DateTime`): End time of maintenance period
49062
+ * `metric_type` (`DataMaintenanceMetric`): Type of maintenance
49063
+ metric
49058
49064
  """
49059
49065
 
49060
49066
  get_data_maintenance_holiday_codes = sgqlc.types.Field(
@@ -50940,7 +50946,7 @@ class Query(sgqlc.types.Type):
50940
50946
  )
50941
50947
  ),
50942
50948
  )
50943
- """Build field quality rule query from parameters
50949
+ """DEPRECATED: Build field quality rule query from parameters
50944
50950
 
50945
50951
  Arguments:
50946
50952
 
@@ -61547,9 +61553,7 @@ class TableCapabilitiesResponse(sgqlc.types.Type):
61547
61553
  supports_field_quality_rule = sgqlc.types.Field(
61548
61554
  Boolean, graphql_name="supportsFieldQualityRule"
61549
61555
  )
61550
- """indicates whether the table could possibly be used for defining
61551
- field quality rules
61552
- """
61556
+ """DEPRECATED: always returns false"""
61553
61557
 
61554
61558
  supports_volume = sgqlc.types.Field(Boolean, graphql_name="supportsVolume")
61555
61559
  """Indicates whether the table could possibly have any volume metrics"""
@@ -61736,9 +61740,7 @@ class TableCapabilitiesResponse(sgqlc.types.Type):
61736
61740
  supports_field_quality_rule_with_reason = sgqlc.types.Field(
61737
61741
  TableCapabilitesWithReasonField, graphql_name="supportsFieldQualityRuleWithReason"
61738
61742
  )
61739
- """indicates whether the table could possibly be used for defining
61740
- field quality rules, and why
61741
- """
61743
+ """DEPRECATED"""
61742
61744
 
61743
61745
  supports_volume_with_reason = sgqlc.types.Field(
61744
61746
  TableCapabilitesWithReasonField, graphql_name="supportsVolumeWithReason"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.106
3
+ Version: 0.10.108
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
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