pycarlo 0.10.146__tar.gz → 0.10.147__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.146 → pycarlo-0.10.147}/PKG-INFO +1 -1
  2. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/lib/schema.json +186 -174
  3. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/lib/schema.py +4 -0
  4. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.146 → pycarlo-0.10.147}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.146 → pycarlo-0.10.147}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.146 → pycarlo-0.10.147}/.coveragerc +0 -0
  8. {pycarlo-0.10.146 → pycarlo-0.10.147}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.146 → pycarlo-0.10.147}/.gitignore +0 -0
  10. {pycarlo-0.10.146 → pycarlo-0.10.147}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.146 → pycarlo-0.10.147}/LICENSE +0 -0
  12. {pycarlo-0.10.146 → pycarlo-0.10.147}/Makefile +0 -0
  13. {pycarlo-0.10.146 → pycarlo-0.10.147}/README.md +0 -0
  14. {pycarlo-0.10.146 → pycarlo-0.10.147}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.146 → pycarlo-0.10.147}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.146 → pycarlo-0.10.147}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.146 → pycarlo-0.10.147}/pyproject.toml +0 -0
  58. {pycarlo-0.10.146 → pycarlo-0.10.147}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.146 → pycarlo-0.10.147}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.146 → pycarlo-0.10.147}/requirements.txt +0 -0
  61. {pycarlo-0.10.146 → pycarlo-0.10.147}/setup.cfg +0 -0
  62. {pycarlo-0.10.146 → pycarlo-0.10.147}/setup.py +0 -0
  63. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.146 → pycarlo-0.10.147}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.146 → pycarlo-0.10.147}/utils/env.sh +0 -0
  90. {pycarlo-0.10.146 → pycarlo-0.10.147}/utils/generate.py +0 -0
  91. {pycarlo-0.10.146 → pycarlo-0.10.147}/utils/sample.env +0 -0
  92. {pycarlo-0.10.146 → pycarlo-0.10.147}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.146 → pycarlo-0.10.147}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.146
3
+ Version: 0.10.147
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -50386,6 +50386,18 @@
50386
50386
  "ofType": null
50387
50387
  }
50388
50388
  },
50389
+ {
50390
+ "args": [],
50391
+ "deprecationReason": null,
50392
+ "description": "The schedule used for default metadata collection",
50393
+ "isDeprecated": false,
50394
+ "name": "metadataSchedule",
50395
+ "type": {
50396
+ "kind": "OBJECT",
50397
+ "name": "ScheduleConfigOutput",
50398
+ "ofType": null
50399
+ }
50400
+ },
50389
50401
  {
50390
50402
  "args": [],
50391
50403
  "deprecationReason": null,
@@ -82627,6 +82639,180 @@
82627
82639
  "name": "EventMutingRuleModelRuleType",
82628
82640
  "possibleTypes": null
82629
82641
  },
82642
+ {
82643
+ "description": null,
82644
+ "enumValues": null,
82645
+ "fields": [
82646
+ {
82647
+ "args": [],
82648
+ "deprecationReason": null,
82649
+ "description": "Type of schedule",
82650
+ "isDeprecated": false,
82651
+ "name": "scheduleType",
82652
+ "type": {
82653
+ "kind": "NON_NULL",
82654
+ "name": null,
82655
+ "ofType": {
82656
+ "kind": "ENUM",
82657
+ "name": "ScheduleType",
82658
+ "ofType": null
82659
+ }
82660
+ }
82661
+ },
82662
+ {
82663
+ "args": [],
82664
+ "deprecationReason": null,
82665
+ "description": "Time interval between job executions, in minutes",
82666
+ "isDeprecated": false,
82667
+ "name": "intervalMinutes",
82668
+ "type": {
82669
+ "kind": "SCALAR",
82670
+ "name": "Int",
82671
+ "ofType": null
82672
+ }
82673
+ },
82674
+ {
82675
+ "args": [],
82676
+ "deprecationReason": null,
82677
+ "description": "For schedule_type=fixed, one or more cron schedules to determine the next execution, each time uses the closest value of all schedules",
82678
+ "isDeprecated": false,
82679
+ "name": "intervalCrontab",
82680
+ "type": {
82681
+ "kind": "LIST",
82682
+ "name": null,
82683
+ "ofType": {
82684
+ "kind": "SCALAR",
82685
+ "name": "String",
82686
+ "ofType": null
82687
+ }
82688
+ }
82689
+ },
82690
+ {
82691
+ "args": [],
82692
+ "deprecationReason": null,
82693
+ "description": "If true, use default cron behavior and run when day-of-month OR day-of-week match. If false, use alternate behavior and run when day-of-month AND day-of-week match.",
82694
+ "isDeprecated": false,
82695
+ "name": "intervalCrontabDayOr",
82696
+ "type": {
82697
+ "kind": "SCALAR",
82698
+ "name": "Boolean",
82699
+ "ofType": null
82700
+ }
82701
+ },
82702
+ {
82703
+ "args": [],
82704
+ "deprecationReason": null,
82705
+ "description": "For schedule_type=fixed, the date the schedule should start",
82706
+ "isDeprecated": false,
82707
+ "name": "startTime",
82708
+ "type": {
82709
+ "kind": "SCALAR",
82710
+ "name": "DateTime",
82711
+ "ofType": null
82712
+ }
82713
+ },
82714
+ {
82715
+ "args": [],
82716
+ "deprecationReason": null,
82717
+ "description": "For schedule_type=dynamic, the minimum time interval between job executions",
82718
+ "isDeprecated": false,
82719
+ "name": "minIntervalMinutes",
82720
+ "type": {
82721
+ "kind": "SCALAR",
82722
+ "name": "Int",
82723
+ "ofType": null
82724
+ }
82725
+ },
82726
+ {
82727
+ "args": [],
82728
+ "deprecationReason": null,
82729
+ "description": "Timezone for daylight savings and interpreting cron expressions.",
82730
+ "isDeprecated": false,
82731
+ "name": "timezone",
82732
+ "type": {
82733
+ "kind": "NON_NULL",
82734
+ "name": null,
82735
+ "ofType": {
82736
+ "kind": "SCALAR",
82737
+ "name": "String",
82738
+ "ofType": null
82739
+ }
82740
+ }
82741
+ },
82742
+ {
82743
+ "args": [],
82744
+ "deprecationReason": null,
82745
+ "description": "If true, the schedule was automatically generated by Monte Carlo. If false, the schedule was configured by the user.",
82746
+ "isDeprecated": false,
82747
+ "name": "isAutomatic",
82748
+ "type": {
82749
+ "kind": "NON_NULL",
82750
+ "name": null,
82751
+ "ofType": {
82752
+ "kind": "SCALAR",
82753
+ "name": "Boolean",
82754
+ "ofType": null
82755
+ }
82756
+ }
82757
+ },
82758
+ {
82759
+ "args": [],
82760
+ "deprecationReason": null,
82761
+ "description": "Mcons of tables to trigger schedule on update",
82762
+ "isDeprecated": false,
82763
+ "name": "dynamicScheduleMcons",
82764
+ "type": {
82765
+ "kind": "LIST",
82766
+ "name": null,
82767
+ "ofType": {
82768
+ "kind": "SCALAR",
82769
+ "name": "String",
82770
+ "ofType": null
82771
+ }
82772
+ }
82773
+ }
82774
+ ],
82775
+ "inputFields": null,
82776
+ "interfaces": [],
82777
+ "kind": "OBJECT",
82778
+ "name": "ScheduleConfigOutput",
82779
+ "possibleTypes": null
82780
+ },
82781
+ {
82782
+ "description": null,
82783
+ "enumValues": [
82784
+ {
82785
+ "deprecationReason": null,
82786
+ "description": null,
82787
+ "isDeprecated": false,
82788
+ "name": "LOOSE"
82789
+ },
82790
+ {
82791
+ "deprecationReason": null,
82792
+ "description": null,
82793
+ "isDeprecated": false,
82794
+ "name": "FIXED"
82795
+ },
82796
+ {
82797
+ "deprecationReason": null,
82798
+ "description": null,
82799
+ "isDeprecated": false,
82800
+ "name": "DYNAMIC"
82801
+ },
82802
+ {
82803
+ "deprecationReason": null,
82804
+ "description": null,
82805
+ "isDeprecated": false,
82806
+ "name": "MANUAL"
82807
+ }
82808
+ ],
82809
+ "fields": null,
82810
+ "inputFields": null,
82811
+ "interfaces": null,
82812
+ "kind": "ENUM",
82813
+ "name": "ScheduleType",
82814
+ "possibleTypes": null
82815
+ },
82630
82816
  {
82631
82817
  "description": null,
82632
82818
  "enumValues": null,
@@ -84515,180 +84701,6 @@
84515
84701
  }
84516
84702
  ]
84517
84703
  },
84518
- {
84519
- "description": null,
84520
- "enumValues": null,
84521
- "fields": [
84522
- {
84523
- "args": [],
84524
- "deprecationReason": null,
84525
- "description": "Type of schedule",
84526
- "isDeprecated": false,
84527
- "name": "scheduleType",
84528
- "type": {
84529
- "kind": "NON_NULL",
84530
- "name": null,
84531
- "ofType": {
84532
- "kind": "ENUM",
84533
- "name": "ScheduleType",
84534
- "ofType": null
84535
- }
84536
- }
84537
- },
84538
- {
84539
- "args": [],
84540
- "deprecationReason": null,
84541
- "description": "Time interval between job executions, in minutes",
84542
- "isDeprecated": false,
84543
- "name": "intervalMinutes",
84544
- "type": {
84545
- "kind": "SCALAR",
84546
- "name": "Int",
84547
- "ofType": null
84548
- }
84549
- },
84550
- {
84551
- "args": [],
84552
- "deprecationReason": null,
84553
- "description": "For schedule_type=fixed, one or more cron schedules to determine the next execution, each time uses the closest value of all schedules",
84554
- "isDeprecated": false,
84555
- "name": "intervalCrontab",
84556
- "type": {
84557
- "kind": "LIST",
84558
- "name": null,
84559
- "ofType": {
84560
- "kind": "SCALAR",
84561
- "name": "String",
84562
- "ofType": null
84563
- }
84564
- }
84565
- },
84566
- {
84567
- "args": [],
84568
- "deprecationReason": null,
84569
- "description": "If true, use default cron behavior and run when day-of-month OR day-of-week match. If false, use alternate behavior and run when day-of-month AND day-of-week match.",
84570
- "isDeprecated": false,
84571
- "name": "intervalCrontabDayOr",
84572
- "type": {
84573
- "kind": "SCALAR",
84574
- "name": "Boolean",
84575
- "ofType": null
84576
- }
84577
- },
84578
- {
84579
- "args": [],
84580
- "deprecationReason": null,
84581
- "description": "For schedule_type=fixed, the date the schedule should start",
84582
- "isDeprecated": false,
84583
- "name": "startTime",
84584
- "type": {
84585
- "kind": "SCALAR",
84586
- "name": "DateTime",
84587
- "ofType": null
84588
- }
84589
- },
84590
- {
84591
- "args": [],
84592
- "deprecationReason": null,
84593
- "description": "For schedule_type=dynamic, the minimum time interval between job executions",
84594
- "isDeprecated": false,
84595
- "name": "minIntervalMinutes",
84596
- "type": {
84597
- "kind": "SCALAR",
84598
- "name": "Int",
84599
- "ofType": null
84600
- }
84601
- },
84602
- {
84603
- "args": [],
84604
- "deprecationReason": null,
84605
- "description": "Timezone for daylight savings and interpreting cron expressions.",
84606
- "isDeprecated": false,
84607
- "name": "timezone",
84608
- "type": {
84609
- "kind": "NON_NULL",
84610
- "name": null,
84611
- "ofType": {
84612
- "kind": "SCALAR",
84613
- "name": "String",
84614
- "ofType": null
84615
- }
84616
- }
84617
- },
84618
- {
84619
- "args": [],
84620
- "deprecationReason": null,
84621
- "description": "If true, the schedule was automatically generated by Monte Carlo. If false, the schedule was configured by the user.",
84622
- "isDeprecated": false,
84623
- "name": "isAutomatic",
84624
- "type": {
84625
- "kind": "NON_NULL",
84626
- "name": null,
84627
- "ofType": {
84628
- "kind": "SCALAR",
84629
- "name": "Boolean",
84630
- "ofType": null
84631
- }
84632
- }
84633
- },
84634
- {
84635
- "args": [],
84636
- "deprecationReason": null,
84637
- "description": "Mcons of tables to trigger schedule on update",
84638
- "isDeprecated": false,
84639
- "name": "dynamicScheduleMcons",
84640
- "type": {
84641
- "kind": "LIST",
84642
- "name": null,
84643
- "ofType": {
84644
- "kind": "SCALAR",
84645
- "name": "String",
84646
- "ofType": null
84647
- }
84648
- }
84649
- }
84650
- ],
84651
- "inputFields": null,
84652
- "interfaces": [],
84653
- "kind": "OBJECT",
84654
- "name": "ScheduleConfigOutput",
84655
- "possibleTypes": null
84656
- },
84657
- {
84658
- "description": null,
84659
- "enumValues": [
84660
- {
84661
- "deprecationReason": null,
84662
- "description": null,
84663
- "isDeprecated": false,
84664
- "name": "LOOSE"
84665
- },
84666
- {
84667
- "deprecationReason": null,
84668
- "description": null,
84669
- "isDeprecated": false,
84670
- "name": "FIXED"
84671
- },
84672
- {
84673
- "deprecationReason": null,
84674
- "description": null,
84675
- "isDeprecated": false,
84676
- "name": "DYNAMIC"
84677
- },
84678
- {
84679
- "deprecationReason": null,
84680
- "description": null,
84681
- "isDeprecated": false,
84682
- "name": "MANUAL"
84683
- }
84684
- ],
84685
- "fields": null,
84686
- "inputFields": null,
84687
- "interfaces": null,
84688
- "kind": "ENUM",
84689
- "name": "ScheduleType",
84690
- "possibleTypes": null
84691
- },
84692
84704
  {
84693
84705
  "description": null,
84694
84706
  "enumValues": null,
@@ -67341,6 +67341,7 @@ class Warehouse(sgqlc.types.Type):
67341
67341
  "supports_activity_filters",
67342
67342
  "mcon",
67343
67343
  "metadata_connection",
67344
+ "metadata_schedule",
67344
67345
  "create_alerts_in_datasource",
67345
67346
  "custom_monitor_count",
67346
67347
  "total_monitor_count",
@@ -67650,6 +67651,9 @@ class Warehouse(sgqlc.types.Type):
67650
67651
  metadata_connection = sgqlc.types.Field(Connection, graphql_name="metadataConnection")
67651
67652
  """The connection used for metadata collection of the warehouse"""
67652
67653
 
67654
+ metadata_schedule = sgqlc.types.Field(ScheduleConfigOutput, graphql_name="metadataSchedule")
67655
+ """The schedule used for default metadata collection"""
67656
+
67653
67657
  create_alerts_in_datasource = sgqlc.types.Field(
67654
67658
  Boolean, graphql_name="createAlertsInDatasource"
67655
67659
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.146
3
+ Version: 0.10.147
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