my-aws-helpers 3.0.0.dev7__tar.gz → 3.0.0.dev8__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 my-aws-helpers might be problematic. Click here for more details.

Files changed (27) hide show
  1. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/PKG-INFO +1 -1
  2. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/prompts/transactions_headers_prompt_v2.txt +5 -1
  3. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers.egg-info/PKG-INFO +1 -1
  4. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/setup.py +1 -1
  5. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/MANIFEST.in +0 -0
  6. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/README.md +0 -0
  7. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/api.py +0 -0
  8. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/auth.py +0 -0
  9. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/bedrock.py +0 -0
  10. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/cognito.py +0 -0
  11. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/dynamo.py +0 -0
  12. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/errors.py +0 -0
  13. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/event.py +0 -0
  14. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/logging.py +0 -0
  15. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/prompts/__init__.py +0 -0
  16. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/prompts/markdown_system_prompt.txt +0 -0
  17. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/prompts/transactions_headers_prompt.txt +0 -0
  18. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/prompts/transactions_prompt.txt +0 -0
  19. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/s3.py +0 -0
  20. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers/sfn.py +0 -0
  21. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers.egg-info/SOURCES.txt +0 -0
  22. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers.egg-info/dependency_links.txt +0 -0
  23. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers.egg-info/requires.txt +0 -0
  24. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers.egg-info/top_level.txt +0 -0
  25. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/my_aws_helpers.egg-info/zip-safe +0 -0
  26. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/setup.cfg +0 -0
  27. {my_aws_helpers-3.0.0.dev7 → my_aws_helpers-3.0.0.dev8}/tests/test_event.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: my_aws_helpers
3
- Version: 3.0.0.dev7
3
+ Version: 3.0.0.dev8
4
4
  Summary: AWS Helpers
5
5
  Home-page: https://github.com/JarrodMccarthy/aws_helpers.git
6
6
  Author: Jarrod McCarthy
@@ -13,7 +13,11 @@ Return a JSON object in the following structure:
13
13
  }
14
14
 
15
15
  ## Rules
16
-
16
+ - DO NOT USE DETAILS sections, DO NOT use Account Summary, Do NOT use Account Details, DO NOT use payment details
17
+ - ONLY Use tables that contain transaction to acquire headers, if you cannot find a table that contains a list of transactions, return:
18
+ {
19
+ "headers": []
20
+ }
17
21
  - Only return headers **if there is a table with transaction-like data** (e.g. purchases, sales, account activity).
18
22
  - There will likely be MORE THAN 1 transaction in this table name, if that is not the case, return:
19
23
  {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: my-aws-helpers
3
- Version: 3.0.0.dev7
3
+ Version: 3.0.0.dev8
4
4
  Summary: AWS Helpers
5
5
  Home-page: https://github.com/JarrodMccarthy/aws_helpers.git
6
6
  Author: Jarrod McCarthy
@@ -3,7 +3,7 @@ from setuptools import find_namespace_packages, setup
3
3
 
4
4
  base_path = os.path.abspath(os.path.dirname(__file__))
5
5
 
6
- version = "3.0.0.dev7"
6
+ version = "3.0.0.dev8"
7
7
 
8
8
  setup(
9
9
  name="my_aws_helpers",