-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
35 lines (32 loc) · 1.01 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[metadata]
name = jsonasobj
url = https://github.com/hsolbrig/jsonasobj
author = Harold Solbrig
author-email = [email protected]
summary = JSON as python objects
license = CC0 1.0 Universal
python-requires = >=3.6
description = JSON as python objects
long-description = an extension to the core python json library that treats name/value pairs as first class attributes whenever possible
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Operating System :: OS Independent
Programming Language :: Python
Topic :: Software Development :: Libraries
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
keywords =
linkml
LOD
Modeling
Linked open data
model
[files]
packages =
jsonasobj