db-sync-tool-kmi 2.11.8__tar.gz → 2.11.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of db-sync-tool-kmi might be problematic. Click here for more details.

Files changed (39) hide show
  1. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/PKG-INFO +15 -2
  2. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/README.md +2 -0
  3. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/info.py +1 -1
  4. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/recipes/typo3.py +9 -7
  5. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool_kmi.egg-info/PKG-INFO +16 -3
  6. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/LICENSE +0 -0
  7. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/__init__.py +0 -0
  8. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/__main__.py +0 -0
  9. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/database/__init__.py +0 -0
  10. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/database/process.py +0 -0
  11. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/database/utility.py +0 -0
  12. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/recipes/__init__.py +0 -0
  13. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/recipes/drupal.py +0 -0
  14. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/recipes/laravel.py +0 -0
  15. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/recipes/symfony.py +0 -0
  16. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/recipes/wordpress.py +0 -0
  17. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/remote/__init__.py +0 -0
  18. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/remote/client.py +0 -0
  19. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/remote/rsync.py +0 -0
  20. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/remote/system.py +0 -0
  21. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/remote/transfer.py +0 -0
  22. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/remote/utility.py +0 -0
  23. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/sync.py +0 -0
  24. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/utility/__init__.py +0 -0
  25. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/utility/helper.py +0 -0
  26. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/utility/info.py +0 -0
  27. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/utility/log.py +0 -0
  28. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/utility/mode.py +0 -0
  29. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/utility/output.py +0 -0
  30. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/utility/parser.py +0 -0
  31. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/utility/system.py +0 -0
  32. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool/utility/validation.py +0 -0
  33. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool_kmi.egg-info/SOURCES.txt +0 -0
  34. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool_kmi.egg-info/dependency_links.txt +0 -0
  35. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool_kmi.egg-info/entry_points.txt +0 -0
  36. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool_kmi.egg-info/requires.txt +0 -0
  37. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/db_sync_tool_kmi.egg-info/top_level.txt +0 -0
  38. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/setup.cfg +0 -0
  39. {db_sync_tool-kmi-2.11.8 → db_sync_tool_kmi-2.11.9}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: db_sync_tool-kmi
3
- Version: 2.11.8
3
+ Version: 2.11.9
4
4
  Summary: Synchronize a database from and to host systems.
5
5
  Home-page: https://github.com/jackd248/db-sync-tool
6
6
  Author: Konrad Michalik
@@ -28,11 +28,24 @@ Requires-Dist: jsonschema>=4.2.1
28
28
  Requires-Dist: requests>=2.26.0
29
29
  Requires-Dist: semantic_version>=2.8.5
30
30
  Requires-Dist: yaspin>=2.1
31
+ Dynamic: author
32
+ Dynamic: author-email
33
+ Dynamic: classifier
34
+ Dynamic: description
35
+ Dynamic: description-content-type
36
+ Dynamic: home-page
37
+ Dynamic: license
38
+ Dynamic: license-file
39
+ Dynamic: requires-dist
40
+ Dynamic: requires-python
41
+ Dynamic: summary
31
42
 
32
43
  # db sync tool
33
44
 
34
45
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/db_sync_tool-kmi)
35
46
  ![PyPI](https://img.shields.io/pypi/v/db_sync_tool-kmi)
47
+ ![Pepy Total Downloads](https://img.shields.io/pepy/dt/db-sync-tool-kmi)
48
+ ![PyPI - Downloads](https://img.shields.io/pypi/dm/db-sync-tool-kmi)
36
49
  [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/?branch=master)
37
50
  [![Build Status](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/badges/build.png?b=master)](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/build-status/master)
38
51
 
@@ -2,6 +2,8 @@
2
2
 
3
3
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/db_sync_tool-kmi)
4
4
  ![PyPI](https://img.shields.io/pypi/v/db_sync_tool-kmi)
5
+ ![Pepy Total Downloads](https://img.shields.io/pepy/dt/db-sync-tool-kmi)
6
+ ![PyPI - Downloads](https://img.shields.io/pypi/dm/db-sync-tool-kmi)
5
7
  [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/?branch=master)
6
8
  [![Build Status](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/badges/build.png?b=master)](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/build-status/master)
7
9
 
@@ -1,6 +1,6 @@
1
1
  """
2
2
  Info script
3
3
  """
4
- __version__ = "2.11.8"
4
+ __version__ = "2.11.9"
5
5
  __pypi_package_url__ = "https://pypi.org/pypi/db-sync-tool-kmi"
6
6
  __homepage__ = "https://github.com/jackd248/db-sync-tool"
@@ -30,14 +30,16 @@ def check_configuration(client):
30
30
  _db_config = parse_database_credentials(json.loads(stdout)['DB'])
31
31
  elif '.env' in _path:
32
32
  # Try to parse settings from .env file
33
+ if 'db' not in system.config[client]:
34
+ system.config[client]['db'] = {}
35
+
33
36
  _db_config = {
34
- 'name': get_database_setting_from_env(client, 'TYPO3_CONF_VARS__DB__Connections__Default__dbname', system.config[client]['path']),
35
- 'host': get_database_setting_from_env(client, 'TYPO3_CONF_VARS__DB__Connections__Default__host', system.config[client]['path']),
36
- 'password': get_database_setting_from_env(client, 'TYPO3_CONF_VARS__DB__Connections__Default__password', system.config[client]['path']),
37
- 'port': get_database_setting_from_env(client, 'TYPO3_CONF_VARS__DB__Connections__Default__port', system.config[client]['path'])
38
- if get_database_setting_from_env(client, 'TYPO3_CONF_VARS__DB__Connections__Default__port',
39
- system.config[client]['path']) != '' else 3306,
40
- 'user': get_database_setting_from_env(client, 'TYPO3_CONF_VARS__DB__Connections__Default__user', system.config[client]['path']),
37
+ 'name': get_database_setting_from_env(client, system.config[client]['db'].get('name', 'TYPO3_CONF_VARS__DB__Connections__Default__dbname'), system.config[client]['path']),
38
+ 'host': get_database_setting_from_env(client, system.config[client]['db'].get('host', 'TYPO3_CONF_VARS__DB__Connections__Default__host'), system.config[client]['path']),
39
+ 'password': get_database_setting_from_env(client, system.config[client]['db'].get('password', 'TYPO3_CONF_VARS__DB__Connections__Default__password'), system.config[client]['path']),
40
+ 'port': get_database_setting_from_env(client, system.config[client]['db'].get('port', 'TYPO3_CONF_VARS__DB__Connections__Default__port'), system.config[client]['path'])
41
+ if get_database_setting_from_env(client, system.config[client]['db'].get('port', 'TYPO3_CONF_VARS__DB__Connections__Default__port'), system.config[client]['path']) != '' else 3306,
42
+ 'user': get_database_setting_from_env(client, system.config[client]['db'].get('user', 'TYPO3_CONF_VARS__DB__Connections__Default__user'), system.config[client]['path']),
41
43
  }
42
44
  elif 'AdditionalConfiguration.php' in _path:
43
45
  # Try to parse settings from AdditionalConfiguration.php file
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
2
- Name: db-sync-tool-kmi
3
- Version: 2.11.8
1
+ Metadata-Version: 2.4
2
+ Name: db_sync_tool-kmi
3
+ Version: 2.11.9
4
4
  Summary: Synchronize a database from and to host systems.
5
5
  Home-page: https://github.com/jackd248/db-sync-tool
6
6
  Author: Konrad Michalik
@@ -28,11 +28,24 @@ Requires-Dist: jsonschema>=4.2.1
28
28
  Requires-Dist: requests>=2.26.0
29
29
  Requires-Dist: semantic_version>=2.8.5
30
30
  Requires-Dist: yaspin>=2.1
31
+ Dynamic: author
32
+ Dynamic: author-email
33
+ Dynamic: classifier
34
+ Dynamic: description
35
+ Dynamic: description-content-type
36
+ Dynamic: home-page
37
+ Dynamic: license
38
+ Dynamic: license-file
39
+ Dynamic: requires-dist
40
+ Dynamic: requires-python
41
+ Dynamic: summary
31
42
 
32
43
  # db sync tool
33
44
 
34
45
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/db_sync_tool-kmi)
35
46
  ![PyPI](https://img.shields.io/pypi/v/db_sync_tool-kmi)
47
+ ![Pepy Total Downloads](https://img.shields.io/pepy/dt/db-sync-tool-kmi)
48
+ ![PyPI - Downloads](https://img.shields.io/pypi/dm/db-sync-tool-kmi)
36
49
  [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/?branch=master)
37
50
  [![Build Status](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/badges/build.png?b=master)](https://scrutinizer-ci.com/g/jackd248/db-sync-tool/build-status/master)
38
51