uis-sprint-report 0.1.5__tar.gz → 0.1.7__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 (23) hide show
  1. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/PKG-INFO +3 -3
  2. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/README.md +2 -2
  3. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/setup.py +1 -1
  4. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/uis_sprint_report.egg-info/PKG-INFO +3 -3
  5. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/LICENSE +0 -0
  6. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/demo/__init__.py +0 -0
  7. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/demo/config.py +0 -0
  8. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/demo/demo.py +0 -0
  9. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/demo/embeddings.py +0 -0
  10. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/demo/main.py +0 -0
  11. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/demo/models.py +0 -0
  12. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/demo/prompts.py +0 -0
  13. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/demo/utils.py +0 -0
  14. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/setup.cfg +0 -0
  15. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/tests/__init__.py +0 -0
  16. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/tests/test_demo.py +0 -0
  17. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/tests/test_embeddings.py +0 -0
  18. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/tests/test_utils.py +0 -0
  19. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/uis_sprint_report.egg-info/SOURCES.txt +0 -0
  20. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/uis_sprint_report.egg-info/dependency_links.txt +0 -0
  21. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/uis_sprint_report.egg-info/entry_points.txt +0 -0
  22. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/uis_sprint_report.egg-info/requires.txt +0 -0
  23. {uis-sprint-report-0.1.5 → uis-sprint-report-0.1.7}/uis_sprint_report.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uis-sprint-report
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: A Python package for generating sprint reports and managing sprint activities at University Information Services.
5
5
  Home-page: https://gitlab.developers.cam.ac.uk/ee345/demo
6
6
  Author: Eugene Evstafev
@@ -56,12 +56,12 @@ uis-sprint-report --access-token "YOUR_TOKEN" --command "pptx" --sprint-goals "G
56
56
  - `--chunk-overlap` (`int`): Overlap between text chunks. Default is `0`.
57
57
  - `--max-tokens` (`int`): Maximum tokens for model inference. Default is `1500`.
58
58
  - `--sprint-goals` (`str`): Description of sprint goals.
59
- - `--pptx-file` (`str`): Path for saving the generated PowerPoint file. Default is `"../sprint_goals.pptx"`.
59
+ - `--pptx-file` (`str`): Path for saving the generated PowerPoint file. Default is `"sprint_goals.pptx"`.
60
60
  - `--max-attempts` (`int`): Maximum attempts for generating a response. Default is `5`.
61
61
 
62
62
  ### Commands
63
63
 
64
- - **report**: Generates a JSON report detailing the sprint activities.
64
+ - **report**: Generates a report detailing the sprint activities.
65
65
  - **pptx**: Creates a PowerPoint presentation based on sprint activities and goals.
66
66
  - **chat**: Starts an interactive chat session for querying sprint data.
67
67
 
@@ -40,12 +40,12 @@ uis-sprint-report --access-token "YOUR_TOKEN" --command "pptx" --sprint-goals "G
40
40
  - `--chunk-overlap` (`int`): Overlap between text chunks. Default is `0`.
41
41
  - `--max-tokens` (`int`): Maximum tokens for model inference. Default is `1500`.
42
42
  - `--sprint-goals` (`str`): Description of sprint goals.
43
- - `--pptx-file` (`str`): Path for saving the generated PowerPoint file. Default is `"../sprint_goals.pptx"`.
43
+ - `--pptx-file` (`str`): Path for saving the generated PowerPoint file. Default is `"sprint_goals.pptx"`.
44
44
  - `--max-attempts` (`int`): Maximum attempts for generating a response. Default is `5`.
45
45
 
46
46
  ### Commands
47
47
 
48
- - **report**: Generates a JSON report detailing the sprint activities.
48
+ - **report**: Generates a report detailing the sprint activities.
49
49
  - **pptx**: Creates a PowerPoint presentation based on sprint activities and goals.
50
50
  - **chat**: Starts an interactive chat session for querying sprint data.
51
51
 
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
3
3
 
4
4
  setup(
5
5
  name='uis-sprint-report',
6
- version='0.1.5',
6
+ version='0.1.7',
7
7
  author='Eugene Evstafev',
8
8
  author_email='ee345@cam.ac.uk',
9
9
  description='A Python package for generating sprint reports and managing sprint activities at University Information Services.',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uis-sprint-report
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: A Python package for generating sprint reports and managing sprint activities at University Information Services.
5
5
  Home-page: https://gitlab.developers.cam.ac.uk/ee345/demo
6
6
  Author: Eugene Evstafev
@@ -56,12 +56,12 @@ uis-sprint-report --access-token "YOUR_TOKEN" --command "pptx" --sprint-goals "G
56
56
  - `--chunk-overlap` (`int`): Overlap between text chunks. Default is `0`.
57
57
  - `--max-tokens` (`int`): Maximum tokens for model inference. Default is `1500`.
58
58
  - `--sprint-goals` (`str`): Description of sprint goals.
59
- - `--pptx-file` (`str`): Path for saving the generated PowerPoint file. Default is `"../sprint_goals.pptx"`.
59
+ - `--pptx-file` (`str`): Path for saving the generated PowerPoint file. Default is `"sprint_goals.pptx"`.
60
60
  - `--max-attempts` (`int`): Maximum attempts for generating a response. Default is `5`.
61
61
 
62
62
  ### Commands
63
63
 
64
- - **report**: Generates a JSON report detailing the sprint activities.
64
+ - **report**: Generates a report detailing the sprint activities.
65
65
  - **pptx**: Creates a PowerPoint presentation based on sprint activities and goals.
66
66
  - **chat**: Starts an interactive chat session for querying sprint data.
67
67