http-content-parser 0.0.14__tar.gz → 0.0.15__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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: http_content_parser
3
- Version: 0.0.14
3
+ Version: 0.0.15
4
4
  Summary: parse http's payload and response
5
5
  Author-email: max su <suleiabc@gmail.com>
6
6
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "http_content_parser"
7
- version = "0.0.14"
7
+ version = "0.0.15"
8
8
  authors = [
9
9
  { name="max su", email="suleiabc@gmail.com" },
10
10
  ]
@@ -44,7 +44,7 @@ class GenerateApiFile:
44
44
  for payload in payload_list:
45
45
  self.write_api_content_to_yaml(yaml_file, payload)
46
46
  # remove duplicate key
47
- self.remove_duplicate_key_for_yaml(yaml_file)
47
+ # self.remove_duplicate_key_for_yaml(yaml_file)
48
48
 
49
49
  def convert_curl_data_to_model(
50
50
  self, curl_file_path, curl_filter=None