datamodel-code-generator 0.28.2__py3-none-any.whl → 0.28.3__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 datamodel-code-generator might be problematic. Click here for more details.

@@ -168,7 +168,7 @@ model_options.add_argument(
168
168
  "--treat-dot-as-module",
169
169
  help="treat dotted module names as modules",
170
170
  action="store_true",
171
- default=False,
171
+ default=None,
172
172
  )
173
173
  model_options.add_argument(
174
174
  "--use-schema-description",
@@ -186,14 +186,14 @@ model_options.add_argument(
186
186
  "--use-pendulum",
187
187
  help="use pendulum instead of datetime",
188
188
  action="store_true",
189
- default=False,
189
+ default=None,
190
190
  )
191
191
  model_options.add_argument(
192
192
  "--use-exact-imports",
193
193
  help='import exact types instead of modules, for example: "from .foo import Bar" instead of '
194
194
  '"from . import foo" with "foo.Bar"',
195
195
  action="store_true",
196
- default=False,
196
+ default=None,
197
197
  )
198
198
  model_options.add_argument(
199
199
  "--output-datetime-class",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datamodel-code-generator
3
- Version: 0.28.2
3
+ Version: 0.28.3
4
4
  Summary: Datamodel Code Generator
5
5
  Project-URL: Homepage, https://github.com/koxudaxi/datamodel-code-generator
6
6
  Project-URL: Source, https://github.com/koxudaxi/datamodel-code-generator
@@ -1,6 +1,6 @@
1
1
  datamodel_code_generator/__init__.py,sha256=Ta_7GGxfh5nqIEweL-M4WkOF6DNtX7x_v61AKzV13hI,20189
2
2
  datamodel_code_generator/__main__.py,sha256=itZbM4fpgEOJ-srnZx5rOJcQlFXpWT171p4kyHUjadQ,22004
3
- datamodel_code_generator/arguments.py,sha256=TRy7ubmEC5-FnZq0viCRnhw3SjdG8OzhZ2IieEUg2tY,16274
3
+ datamodel_code_generator/arguments.py,sha256=SAPrwQYDiHMSi_v8qG9TomkoX2RxPA9WXtro0sd-mK4,16271
4
4
  datamodel_code_generator/format.py,sha256=FYAx8yTS9GHPWw_gxkxxSF2mrO4DT2_4Gic45tc4z4o,7667
5
5
  datamodel_code_generator/http.py,sha256=LE94GC7I9D8lWIg_YAGWedfy0XNxOXTmiYKuNMTwouo,887
6
6
  datamodel_code_generator/imports.py,sha256=Nq83WbEGCegntg3WX4VbKfzAIs84alZ7IrYyNPrlUbc,5517
@@ -52,8 +52,8 @@ datamodel_code_generator/parser/base.py,sha256=cGguXxF7DNRPz4Nq-AmpLKZL5SKBFr-qO
52
52
  datamodel_code_generator/parser/graphql.py,sha256=n3WwlzdDndNKIRZXXVUPImdfJfqreC9AUEb7fB6UwpA,22406
53
53
  datamodel_code_generator/parser/jsonschema.py,sha256=5qz5zfX-eWrq9XZCQheTV6-ZzCGG87rvTrbYn6qLars,69148
54
54
  datamodel_code_generator/parser/openapi.py,sha256=TPefYZoQ8NosYLuj7htXpTwhBQHIGzvXpmtvt0RZyBk,26993
55
- datamodel_code_generator-0.28.2.dist-info/METADATA,sha256=Rn5ls_a2VIEh_5Ip3UJzfM2QAdMeG6NOHiugmoHCYn8,24912
56
- datamodel_code_generator-0.28.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
57
- datamodel_code_generator-0.28.2.dist-info/entry_points.txt,sha256=cJVcHiEViQMANaoM5C1xR5hzmyCqH6hHHMpV8W00in8,77
58
- datamodel_code_generator-0.28.2.dist-info/licenses/LICENSE,sha256=K54Lwc6_jduycsy8oFFjQEeSSuEiqvVIjCGIXOMnuTQ,1068
59
- datamodel_code_generator-0.28.2.dist-info/RECORD,,
55
+ datamodel_code_generator-0.28.3.dist-info/METADATA,sha256=qO7n9PYCs-eveoqzt7HTqHake5VxiM39zqCdZY96yYc,24912
56
+ datamodel_code_generator-0.28.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
57
+ datamodel_code_generator-0.28.3.dist-info/entry_points.txt,sha256=cJVcHiEViQMANaoM5C1xR5hzmyCqH6hHHMpV8W00in8,77
58
+ datamodel_code_generator-0.28.3.dist-info/licenses/LICENSE,sha256=K54Lwc6_jduycsy8oFFjQEeSSuEiqvVIjCGIXOMnuTQ,1068
59
+ datamodel_code_generator-0.28.3.dist-info/RECORD,,