File tree Expand file tree Collapse file tree 5 files changed +13
-17
lines changed
Expand file tree Collapse file tree 5 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 1- # json-db
1+ # JSON-as-DB
22
3- ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/json-db?style=flat-square ) ![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/json-db?style=flat-square ) [ ![ Hits] ( https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjoonas-yoon%2Fjson-db )] ( https://hits.seeyoufarm.com&style=flat-square )
4-
5- ![ PyPI - Python Version] (Python Version Badge)
6- ![ PyPI - Wheel] (Wheel Badge)
7- [ ![ Hits] (Hits Badge)] ( Hits )
3+ ![ Python Version Badge] ![ Wheel Badge] [ ![ Hits Badge]] ( Hits )
84
95Using JSON as very lightweight database
106
117## Installation
128
139Installing via pip:
1410
15- ```
16- pip install json-db
11+ ``` bash
12+ pip install json-as- db
1713```
1814
1915Installing via GitHub repository,
2016
21- ```
22- git clone https://github.com/joonas-yoon/json-db.git
23- pip install -e json-db
17+ ``` bash
18+ git clone https://github.com/joonas-yoon/json-as- db.git
19+ pip install -e json-as- db
2420```
2521
2622## Contributing
@@ -34,9 +30,9 @@ Welcome all contributions to the community and feel free to contribute.
3430Under the MIT license. See the [ LICENSE] file for more info.
3531
3632
37- [ Python Version Badge ] : https://img.shields.io/pypi/pyversions/json-db?style=flat-square
38- [ Wheel Badge ] : https://img.shields.io/pypi/wheel/json-db?style=flat-square
39- [ Hits Badge ] : https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjoonas-yoon%2Fjson-db
33+ [ Python Version Badge ] : https://img.shields.io/pypi/pyversions/json-as- db?style=flat-square
34+ [ Wheel Badge ] : https://img.shields.io/pypi/wheel/json-as- db?style=flat-square
35+ [ Hits Badge ] : https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjoonas-yoon%2Fjson-as- db
4036[ Hits ] : https://hits.seeyoufarm.com&style=flat-square
4137[ CONTRIBUTING ] : CONTRIBUTING.md
4238[ LICENSE ] : LICENSE
Original file line number Diff line number Diff line change 11[tool .poetry ]
2- name = " json_db "
3- version = " 0.0.1 "
2+ name = " json_as_db "
3+ version = " 0.0.1b "
44description = " Using JSON as very lightweight database"
55readme = " README.md"
66license = " MIT"
@@ -20,7 +20,7 @@ classifiers = [
2020 " Topic :: System :: Filesystems"
2121]
2222packages = [
23- { include = " json_db " , from = " src" },
23+ { include = " json_as_db " , from = " src" },
2424]
2525exclude = [
2626 " examples*" ,
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments