This repository was archived by the owner on Aug 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022 Truoc Phan
3+ Copyright (c) 2022 TP Cyber Security
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Flatten/ Unflatten and Load(s)/ Dump(s) JSON File/ Object with Duplicate Keys
99 <a href="https://github.com/truocphan/json_duplicate_keys/issues?q=is%3Aopen+is%3Aissue"><img src="https://img.shields.io/github/issues/truocphan/json_duplicate_keys" height=30></a>
1010 <a href="https://github.com/truocphan/json_duplicate_keys/issues?q=is%3Aissue+is%3Aclosed"><img src="https://img.shields.io/github/issues-closed/truocphan/json_duplicate_keys" height=30></a>
1111 <a href="https://pypi.org/project/json-duplicate-keys/" target="_blank"><img src="https://img.shields.io/badge/pypi-3775A9?style=for-the-badge&logo=pypi&logoColor=white" height=30></a>
12- <a href="https://www.facebook.com/292706121240740 " target="_blank"><img src="https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white" height=30></a>
13- <a href="https://twitter.com/truocphan " target="_blank"><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" height=30></a>
12+ <a href="https://www.facebook.com/61550595106970 " target="_blank"><img src="https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white" height=30></a>
13+ <a href="https://twitter.com/TPCyberSec " target="_blank"><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" height=30></a>
1414 <a href="https://github.com/truocphan" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" height=30></a>
15- <a href="mailto:truocphan112017 @gmail.com" target="_blank"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" height=30></a>
15+ <a href="mailto:tpcybersec2023 @gmail.com" target="_blank"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" height=30></a>
1616 <a href="https://www.buymeacoffee.com/truocphan" target="_blank"><img src="https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" height=30></a>
1717</p >
1818
Original file line number Diff line number Diff line change 99
1010## Reporting a Vulnerability
1111
12- Please report security issues related to the
` json-duplicate-keys ` project to the following email address:
[email protected] or [email protected] 12+ Please report security issues related to the
` json-duplicate-keys ` project to the following email address:
[email protected]
Original file line number Diff line number Diff line change 11import setuptools
2- import datetime
32
43setuptools .setup (
54 name = "json-duplicate-keys" ,
6- version = datetime . datetime . now (). strftime ( "%Y.%m.%d" ) ,
7- author = "Truoc Phan " ,
5+ version = "2024.2.3" ,
6+ author = "TP Cyber Security " ,
87 license = "MIT" ,
9- author_email = "truocphan112017 @gmail.com" ,
8+ author_email = "tpcybersec2023 @gmail.com" ,
109 description = "Flatten/ Unflatten and Load(s)/ Dump(s) JSON File/ Object with Duplicate Keys" ,
1110 long_description = open ("README.md" ).read (),
1211 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments