orm-database 0.3.11__tar.gz → 0.3.12__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {orm_database-0.3.11 → orm_database-0.3.12}/PKG-INFO +2 -2
- {orm_database-0.3.11 → orm_database-0.3.12}/README.md +1 -1
- {orm_database-0.3.11 → orm_database-0.3.12}/orm_database.egg-info/PKG-INFO +2 -2
- {orm_database-0.3.11 → orm_database-0.3.12}/setup.py +1 -1
- {orm_database-0.3.11 → orm_database-0.3.12}/LICENSE +0 -0
- {orm_database-0.3.11 → orm_database-0.3.12}/orm_database/__init__.py +0 -0
- {orm_database-0.3.11 → orm_database-0.3.12}/orm_database/orm_database.py +0 -0
- {orm_database-0.3.11 → orm_database-0.3.12}/orm_database/orm_query.py +0 -0
- {orm_database-0.3.11 → orm_database-0.3.12}/orm_database.egg-info/SOURCES.txt +0 -0
- {orm_database-0.3.11 → orm_database-0.3.12}/orm_database.egg-info/dependency_links.txt +0 -0
- {orm_database-0.3.11 → orm_database-0.3.12}/orm_database.egg-info/requires.txt +0 -0
- {orm_database-0.3.11 → orm_database-0.3.12}/orm_database.egg-info/top_level.txt +0 -0
- {orm_database-0.3.11 → orm_database-0.3.12}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: orm_database
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.12
|
4
4
|
Summary: This module is written to launch your programs with any database you want in the shortest time
|
5
5
|
Home-page: https://github.com/sisrsis/orm-database
|
6
6
|
Author: SISRSIS
|
@@ -206,7 +206,7 @@ asyncio.run(main())
|
|
206
206
|
|
207
207
|
```
|
208
208
|
# output
|
209
|
-
```
|
209
|
+
```
|
210
210
|
[
|
211
211
|
{'user_rt': 'test1', 'password_rt': '12341', 'email_rt': 'test1@mail.com'},
|
212
212
|
{'user_rt': 'test2', 'password_rt': '12342', 'email_rt': 'test2@mail.com'},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: orm_database
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.12
|
4
4
|
Summary: This module is written to launch your programs with any database you want in the shortest time
|
5
5
|
Home-page: https://github.com/sisrsis/orm-database
|
6
6
|
Author: SISRSIS
|
@@ -206,7 +206,7 @@ asyncio.run(main())
|
|
206
206
|
|
207
207
|
```
|
208
208
|
# output
|
209
|
-
```
|
209
|
+
```
|
210
210
|
[
|
211
211
|
{'user_rt': 'test1', 'password_rt': '12341', 'email_rt': 'test1@mail.com'},
|
212
212
|
{'user_rt': 'test2', 'password_rt': '12342', 'email_rt': 'test2@mail.com'},
|
@@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text()
|
|
6
6
|
|
7
7
|
setup(
|
8
8
|
name='orm_database',
|
9
|
-
version='0.3.
|
9
|
+
version='0.3.12',
|
10
10
|
description='This module is written to launch your programs with any database you want in the shortest time ',
|
11
11
|
license="MIT",
|
12
12
|
author='SISRSIS',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|