swarmauri_toolkit_github 0.7.0.dev12__py3-none-any.whl → 0.7.1.dev1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: swarmauri_toolkit_github
3
- Version: 0.7.0.dev12
3
+ Version: 0.7.1.dev1
4
4
  Summary: Github Toolkit
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -16,20 +16,25 @@ Requires-Dist: swarmauri_core
16
16
  Requires-Dist: swarmauri_standard
17
17
  Description-Content-Type: text/markdown
18
18
 
19
- ![Swarmauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
20
19
 
21
- <div align="center">
20
+ ![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
22
21
 
23
- ![PyPI - Downloads](https://img.shields.io/pypi/dm/swarmauri_toolkit_github)
24
- ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/swarmauri-toolkit-github)
25
- ![PyPI - License](https://img.shields.io/pypi/l/swarmauri_toolkit_github)
26
- ![PyPI - Version](https://img.shields.io/pypi/v/swarmauri-toolkit-github?label=swarmauri_tool_github&color=green)
27
-
28
- </div>
22
+ <p align="center">
23
+ <a href="https://pypi.org/project/swarmauri_toolkit_github/">
24
+ <img src="https://img.shields.io/pypi/dm/swarmauri_toolkit_github" alt="PyPI - Downloads"/></a>
25
+ <a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_toolkit_github/README.md">
26
+ <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_toolkit_github/README.md&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
27
+ <a href="https://pypi.org/project/swarmauri_toolkit_github/">
28
+ <img src="https://img.shields.io/pypi/pyversions/swarmauri_toolkit_github" alt="PyPI - Python Version"/></a>
29
+ <a href="https://pypi.org/project/swarmauri_toolkit_github/">
30
+ <img src="https://img.shields.io/pypi/l/swarmauri_toolkit_github" alt="PyPI - License"/></a>
31
+ <a href="https://pypi.org/project/swarmauri_toolkit_github/">
32
+ <img src="https://img.shields.io/pypi/v/swarmauri_toolkit_github?label=swarmauri_toolkit_github&color=green" alt="PyPI - swarmauri_toolkit_github"/></a>
33
+ </p>
29
34
 
30
35
  ---
31
36
 
32
- # GitHub Tools Package
37
+ # Swarmauri Toolkit Github
33
38
 
34
39
  A collection of GitHub tools for repository, issue, pull request, branch, and commit management using PyGithub.
35
40
 
@@ -5,7 +5,8 @@ swarmauri_toolkit_github/GithubPRTool.py,sha256=ptSPk7FabS9OJ1Qdf34ydfYONbNu9r2x
5
5
  swarmauri_toolkit_github/GithubRepoTool.py,sha256=YqkQN4tqSnzMK01azjrtO7iTFbAay_psAB8YXo7Jj3k,3961
6
6
  swarmauri_toolkit_github/GithubToolkit.py,sha256=gXLnqbHfNzMM979rDrRpioFnW20O8Qkw9IOVxsjmoP0,1852
7
7
  swarmauri_toolkit_github/__init__.py,sha256=ugR4rSIjWjFsklYq1zKlDuNwi2ao9NnzEcgQdGAtVgY,836
8
- swarmauri_toolkit_github-0.7.0.dev12.dist-info/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
9
- swarmauri_toolkit_github-0.7.0.dev12.dist-info/METADATA,sha256=nIdyWF6N1gtIgt-XfLz4HbZ7C4v27caDAQG-d0Mm9ak,2235
10
- swarmauri_toolkit_github-0.7.0.dev12.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
11
- swarmauri_toolkit_github-0.7.0.dev12.dist-info/RECORD,,
8
+ swarmauri_toolkit_github-0.7.1.dev1.dist-info/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
9
+ swarmauri_toolkit_github-0.7.1.dev1.dist-info/METADATA,sha256=10b1_9ztvEAkuFxxVNOovvYn3OkWrTKbvo50akZNsbw,3029
10
+ swarmauri_toolkit_github-0.7.1.dev1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
11
+ swarmauri_toolkit_github-0.7.1.dev1.dist-info/entry_points.txt,sha256=2xC828KqwS3K-0qhlcdqbKhtoQhkzst3Y0i0KfCzXNI,467
12
+ swarmauri_toolkit_github-0.7.1.dev1.dist-info/RECORD,,
@@ -0,0 +1,10 @@
1
+ [swarmauri.toolkits]
2
+ GithubToolkit=swarmauri_toolkit_github.GithubToolkit:GithubToolkit
3
+
4
+ [swarmauri.tools]
5
+ GithubBranchTool=swarmauri_toolkit_github.GithubBranchTool:GithubBranchTool
6
+ GithubCommitTool=swarmauri_toolkit_github.GithubCommitTool:GithubCommitTool
7
+ GithubIssueTool=swarmauri_toolkit_github.GithubIssueTool:GithubIssueTool
8
+ GithubPRTool=swarmauri_toolkit_github.GithubPRTool:GithubPRTool
9
+ GithubRepoTool=swarmauri_toolkit_github.GithubRepoTool:GithubRepoTool
10
+