uis-sprint-report 0.1.2__py3-none-any.whl → 0.1.4__py3-none-any.whl

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 uis-sprint-report might be problematic. Click here for more details.

demo/config.py CHANGED
@@ -7,6 +7,6 @@ DEFAULT_COMMAND = "report"
7
7
  DEFAULT_LABELS = "team::Identity"
8
8
  DEFAULT_GROUP_ID = 5
9
9
  DEFAULT_ITERATION_ID = 383
10
- DEFAULT_PPTX_FILE_NAME = "../sprint_goals.pptx"
10
+ DEFAULT_PPTX_FILE_NAME = "sprint_goals.pptx"
11
11
  MAX_TOKENS = 1500
12
12
  MAX_ATTEMPTS = 5
demo/demo.py CHANGED
@@ -1,3 +1,4 @@
1
+ import os
1
2
  from rich import print
2
3
  from rich.table import Table
3
4
  from pptx import Presentation
@@ -84,7 +85,8 @@ def pptx(llm, embeddings, max_attempts, sprint_goals, pptx_file_name):
84
85
  for activity in report.activities:
85
86
  content.text += f"- {activity.title}: {activity.brief_desc_status} (Status: {activity.status})\n"
86
87
 
87
- prs.save(pptx_file_name)
88
+ curr_dir = os.getcwd()
89
+ prs.save(os.path.join(curr_dir, pptx_file_name))
88
90
  print("[green]✅ PowerPoint report generated[/green]")
89
91
 
90
92
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uis-sprint-report
3
- Version: 0.1.2
3
+ Version: 0.1.4
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
@@ -1,6 +1,6 @@
1
1
  demo/__init__.py,sha256=GhMoKAsWzJ1ClUIc9JYXjt_64w1iY9WTTjO6PhdTQCs,22
2
- demo/config.py,sha256=KTO4wPYnqtRYa44oIFACgRFosdDb-qN9u_3tfINrD2s,444
3
- demo/demo.py,sha256=Or8hXjkyE7jNurwbJUOJb6I0QtgArWaWRofVZURsx88,4037
2
+ demo/config.py,sha256=QL2Dl84RsU8ScRZmjNQ7qy1Jy7h1ra0tBD_QUZLaHIM,441
3
+ demo/demo.py,sha256=sFRcpNKHXixi26mgENoPqbO6V8-LzU7HOogtfYpHLnE,4098
4
4
  demo/embeddings.py,sha256=kdreh16iYfQ5X9sr-ANmxKm6tMXz7nHK-Iq8OW-ssqw,1401
5
5
  demo/main.py,sha256=FSsTuIyYpZ-RQ3gti5XopbfrrFnS4nKw4qyn3EybZoc,2556
6
6
  demo/models.py,sha256=Tqnzx4BUjb2UTuT7luuO2AVU81qLSGZL9Nn3P824Lrk,903
@@ -10,9 +10,9 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  tests/test_demo.py,sha256=7cDZNiqUCdS6SvrjoHK_tVGyHFRxHrkLpi2bYRkRQLM,1807
11
11
  tests/test_embeddings.py,sha256=UwZQt1mbMt1y5TfJ4Bn9-QJKhvKE9zJo4X82i_2hqPA,1478
12
12
  tests/test_utils.py,sha256=XF-Mq1QXsqypsBh0zNVLfXNWrpUPhCWdBNmtK-X4p00,1819
13
- uis_sprint_report-0.1.2.dist-info/LICENSE,sha256=nQyeTum3nPmESIMI1NAZprVp1Ci8B85Co1-2Z3WVhzY,1069
14
- uis_sprint_report-0.1.2.dist-info/METADATA,sha256=aFnjJWTgXDJi-08O832kFz1rYxDej-t7nsj7q_kSuBE,4416
15
- uis_sprint_report-0.1.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
16
- uis_sprint_report-0.1.2.dist-info/entry_points.txt,sha256=hePghXWElKo2C30vFWp6usCKZUIU6h7JJEY7DhCk08w,53
17
- uis_sprint_report-0.1.2.dist-info/top_level.txt,sha256=5PTBfgstiHYai2goB0enOpQEDyXUBC-wsOwHSKJc6is,11
18
- uis_sprint_report-0.1.2.dist-info/RECORD,,
13
+ uis_sprint_report-0.1.4.dist-info/LICENSE,sha256=nQyeTum3nPmESIMI1NAZprVp1Ci8B85Co1-2Z3WVhzY,1069
14
+ uis_sprint_report-0.1.4.dist-info/METADATA,sha256=7M7JGSSwVmCXTaw6nuQ0SucSLeIhCoqJMhR4-HLCVeA,4416
15
+ uis_sprint_report-0.1.4.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
16
+ uis_sprint_report-0.1.4.dist-info/entry_points.txt,sha256=hePghXWElKo2C30vFWp6usCKZUIU6h7JJEY7DhCk08w,53
17
+ uis_sprint_report-0.1.4.dist-info/top_level.txt,sha256=5PTBfgstiHYai2goB0enOpQEDyXUBC-wsOwHSKJc6is,11
18
+ uis_sprint_report-0.1.4.dist-info/RECORD,,