Total Complexity | 0 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | __title__ = 'jsons' |
||
2 | __version__ = '1.6.3' |
||
3 | __author__ = 'Ramon Hagenaars' |
||
4 | __author_email__ = '[email protected]' |
||
5 | __description__ = 'For serializing Python objects to JSON (dicts) and back' |
||
6 | __url__ = 'https://github.com/ramonhagenaars/jsons' |
||
7 | __license__ = 'MIT' |
||
8 | __python_versions__ = [ |
||
9 | '3.5', |
||
10 | '3.6', |
||
11 | '3.7', |
||
12 | '3.8', |
||
13 | '3.9', |
||
14 | '3.10', |
||
15 | ] |
||
16 |