File tree 3 files changed +33
-0
lines changed
3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ docs /_build
1
2
build /*
2
3
** /.mypy_cache /**
3
4
dist /**
Original file line number Diff line number Diff line change @@ -3,9 +3,22 @@ Better JSON Tools
3
3
4
4
Python module that adds tools to make working with JSON data easier.
5
5
6
+ Documentation
7
+ -------------
8
+
6
9
If you're looking for documentation please visit:
10
+
7
11
https://better-json-tools.readthedocs.io/en/latest/
8
12
13
+
14
+ Installation
15
+ ------------
16
+
17
+ .. code-block :: bash
18
+
19
+ pip install better-json-tools
20
+
21
+
9
22
Features
10
23
========
11
24
Original file line number Diff line number Diff line change @@ -11,6 +11,25 @@ Features
11
11
- Loading JSONC files
12
12
- Saving JSON files with nicer formatting than standard json module
13
13
14
+ Installation
15
+ ------------
16
+
17
+ Better JSON tools package is hosted on PyPI and can be installed using pip:
18
+
19
+ .. code-block :: bash
20
+
21
+ pip install better-json-tools
22
+
23
+ PyPi page: https://pypi.org/project/better-json-tools/
24
+
25
+ Source code
26
+ -----------
27
+
28
+ Source code is available on GitHub:
29
+
30
+ https://github.com/Nusiq/better_json_tools
31
+
32
+
14
33
Table of contents
15
34
-----------------
16
35
You can’t perform that action at this time.
0 commit comments