rds-proxy-password-rotation 0.6.0__tar.gz → 0.6.2__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.
Files changed (19) hide show
  1. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/PKG-INFO +1 -1
  2. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/setup.cfg +1 -1
  3. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation.egg-info/PKG-INFO +1 -1
  4. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/README.md +0 -0
  5. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/pyproject.toml +0 -0
  6. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation/__init__.py +0 -0
  7. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation/adapter/__init__.py +0 -0
  8. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation/adapter/aws_lambda_function.py +0 -0
  9. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation/adapter/aws_lambda_function_model.py +0 -0
  10. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation/adapter/aws_secrets_manager.py +0 -0
  11. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation/adapter/container.py +0 -0
  12. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation/adapter/postgresql_database_service.py +0 -0
  13. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation/model.py +0 -0
  14. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation/password_rotation_application.py +0 -0
  15. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation/services.py +0 -0
  16. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation.egg-info/SOURCES.txt +0 -0
  17. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation.egg-info/dependency_links.txt +0 -0
  18. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation.egg-info/requires.txt +0 -0
  19. {rds_proxy_password_rotation-0.6.0 → rds_proxy_password_rotation-0.6.2}/src/rds_proxy_password_rotation.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rds-proxy-password-rotation
3
- Version: 0.6.0
3
+ Version: 0.6.2
4
4
  Summary: A program to rotate the password of an RDS database accessed via a RDS proxy
5
5
  Home-page: https://github.com/Hapag-Lloyd/rds-proxy-password-rotation
6
6
  Author: Hapag-Lloyd AG
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = rds-proxy-password-rotation
3
- version = 0.6.0
3
+ version = 0.6.2
4
4
  license_files = ["LICENSE"]
5
5
  author = Hapag-Lloyd AG
6
6
  author_email = info@hlag.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rds-proxy-password-rotation
3
- Version: 0.6.0
3
+ Version: 0.6.2
4
4
  Summary: A program to rotate the password of an RDS database accessed via a RDS proxy
5
5
  Home-page: https://github.com/Hapag-Lloyd/rds-proxy-password-rotation
6
6
  Author: Hapag-Lloyd AG