fancygit 1.0.15__tar.gz → 1.0.17__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 (47) hide show
  1. {fancygit-1.0.15 → fancygit-1.0.17}/PKG-INFO +3 -3
  2. fancygit-1.0.17/VERSION +1 -0
  3. {fancygit-1.0.15 → fancygit-1.0.17}/fancygit.egg-info/PKG-INFO +3 -3
  4. {fancygit-1.0.15 → fancygit-1.0.17}/setup.py +7 -3
  5. fancygit-1.0.17/src/mermaid_export.py +1025 -0
  6. fancygit-1.0.15/VERSION +0 -1
  7. fancygit-1.0.15/src/mermaid_export.py +0 -430
  8. {fancygit-1.0.15 → fancygit-1.0.17}/.fancygit_config +0 -0
  9. {fancygit-1.0.15 → fancygit-1.0.17}/CD_GUIDE.md +0 -0
  10. {fancygit-1.0.15 → fancygit-1.0.17}/COLOR_SYSTEM_GUIDE.md +0 -0
  11. {fancygit-1.0.15 → fancygit-1.0.17}/EMAIL_SETUP_GUIDE.md +0 -0
  12. {fancygit-1.0.15 → fancygit-1.0.17}/LICENSE +0 -0
  13. {fancygit-1.0.15 → fancygit-1.0.17}/MANIFEST.in +0 -0
  14. {fancygit-1.0.15 → fancygit-1.0.17}/README.md +0 -0
  15. {fancygit-1.0.15 → fancygit-1.0.17}/TESTING_GUIDE.md +0 -0
  16. {fancygit-1.0.15 → fancygit-1.0.17}/TESTING_SUMMARY.md +0 -0
  17. {fancygit-1.0.15 → fancygit-1.0.17}/command-list.txt +0 -0
  18. {fancygit-1.0.15 → fancygit-1.0.17}/fancygit.egg-info/SOURCES.txt +0 -0
  19. {fancygit-1.0.15 → fancygit-1.0.17}/fancygit.egg-info/dependency_links.txt +0 -0
  20. {fancygit-1.0.15 → fancygit-1.0.17}/fancygit.egg-info/entry_points.txt +0 -0
  21. {fancygit-1.0.15 → fancygit-1.0.17}/fancygit.egg-info/requires.txt +0 -0
  22. {fancygit-1.0.15 → fancygit-1.0.17}/fancygit.egg-info/top_level.txt +0 -0
  23. {fancygit-1.0.15 → fancygit-1.0.17}/fancygit.py +0 -0
  24. {fancygit-1.0.15 → fancygit-1.0.17}/setup.cfg +0 -0
  25. {fancygit-1.0.15 → fancygit-1.0.17}/src/__init__.py +0 -0
  26. {fancygit-1.0.15 → fancygit-1.0.17}/src/colors.py +0 -0
  27. {fancygit-1.0.15 → fancygit-1.0.17}/src/git_error.py +0 -0
  28. {fancygit-1.0.15 → fancygit-1.0.17}/src/git_error_parser.py +0 -0
  29. {fancygit-1.0.15 → fancygit-1.0.17}/src/git_insights.py +0 -0
  30. {fancygit-1.0.15 → fancygit-1.0.17}/src/git_runner.py +0 -0
  31. {fancygit-1.0.15 → fancygit-1.0.17}/src/loading_animation.py +0 -0
  32. {fancygit-1.0.15 → fancygit-1.0.17}/src/merge_conflict.py +0 -0
  33. {fancygit-1.0.15 → fancygit-1.0.17}/src/ollama_client.py +0 -0
  34. {fancygit-1.0.15 → fancygit-1.0.17}/src/output_colorizer.py +0 -0
  35. {fancygit-1.0.15 → fancygit-1.0.17}/src/repo_state.py +0 -0
  36. {fancygit-1.0.15 → fancygit-1.0.17}/src/utils.py +0 -0
  37. {fancygit-1.0.15 → fancygit-1.0.17}/tests/__init__.py +0 -0
  38. {fancygit-1.0.15 → fancygit-1.0.17}/tests/conftest.py +0 -0
  39. {fancygit-1.0.15 → fancygit-1.0.17}/tests/test_conflict_parser_integration.py +0 -0
  40. {fancygit-1.0.15 → fancygit-1.0.17}/tests/test_fancygit_advanced.py +0 -0
  41. {fancygit-1.0.15 → fancygit-1.0.17}/tests/test_fancygit_commands.py +0 -0
  42. {fancygit-1.0.15 → fancygit-1.0.17}/tests/test_fancygit_integration.py +0 -0
  43. {fancygit-1.0.15 → fancygit-1.0.17}/tests/test_fancygit_workflows.py +0 -0
  44. {fancygit-1.0.15 → fancygit-1.0.17}/tests/test_git_error.py +0 -0
  45. {fancygit-1.0.15 → fancygit-1.0.17}/tests/test_git_error_parser.py +0 -0
  46. {fancygit-1.0.15 → fancygit-1.0.17}/tests/test_git_runner.py +0 -0
  47. {fancygit-1.0.15 → fancygit-1.0.17}/welcome.py +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fancygit
3
- Version: 1.0.15
3
+ Version: 1.0.17
4
4
  Summary: A smart CLI tool that provides intelligent recommendations and helps solve merge conflicts
5
- Author: ['Youssif Ashmawy', 'Omar Ossama']
6
- Author-email: ['ashmawyyoussif@gmail.com', 'omaroymk@gmail.com']
5
+ Author: Youssif Ashmawy
6
+ Author-email: ashmawyyoussif@gmail.com
7
7
  License: Apache License 2.0
8
8
  Classifier: Development Status :: 4 - Beta
9
9
  Classifier: Intended Audience :: Developers
@@ -0,0 +1 @@
1
+ 1.0.17
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fancygit
3
- Version: 1.0.15
3
+ Version: 1.0.17
4
4
  Summary: A smart CLI tool that provides intelligent recommendations and helps solve merge conflicts
5
- Author: ['Youssif Ashmawy', 'Omar Ossama']
6
- Author-email: ['ashmawyyoussif@gmail.com', 'omaroymk@gmail.com']
5
+ Author: Youssif Ashmawy
6
+ Author-email: ashmawyyoussif@gmail.com
7
7
  License: Apache License 2.0
8
8
  Classifier: Development Status :: 4 - Beta
9
9
  Classifier: Intended Audience :: Developers
@@ -8,11 +8,15 @@ class CustomBuildPy(_build_py):
8
8
  # Run the original build command
9
9
  _build_py.run(self)
10
10
 
11
- # Copy data files to the build directory alongside fancygit.py
11
+ # Copy data files to build directory alongside fancygit.py
12
12
  build_lib = os.path.join(self.build_lib, '')
13
13
  if os.path.exists(build_lib):
14
14
  shutil.copy('command-list.txt', os.path.join(build_lib, 'command-list.txt'))
15
15
  shutil.copy('.fancygit_config', os.path.join(build_lib, '.fancygit_config'))
16
+ # Copy images folder for logo files
17
+ if os.path.exists('images'):
18
+ shutil.copytree('images', os.path.join(build_lib, 'images'))
19
+
16
20
  import os
17
21
 
18
22
  # Read version from VERSION file or default to 1.0.0
@@ -54,8 +58,8 @@ long_description = get_long_description()
54
58
  setup(
55
59
  name="fancygit",
56
60
  version=version,
57
- author=["Youssif Ashmawy", "Omar Ossama"],
58
- author_email=["ashmawyyoussif@gmail.com", "omaroymk@gmail.com"],
61
+ author="Youssif Ashmawy",
62
+ author_email="ashmawyyoussif@gmail.com",
59
63
  description="A smart CLI tool that provides intelligent recommendations and helps solve merge conflicts",
60
64
  long_description=long_description,
61
65
  long_description_content_type="text/markdown",