swarmauri_tool_dalechallreadability 0.7.0.dev12__tar.gz → 0.7.1.dev1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: swarmauri_tool_dalechallreadability
3
- Version: 0.7.0.dev12
3
+ Version: 0.7.1.dev1
4
4
  Summary: Swarmauri Community Dale-Chall Readability Tool
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -16,16 +16,21 @@ Requires-Dist: swarmauri_standard
16
16
  Requires-Dist: textstat (>=0.7.4)
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">
22
-
23
- ![PyPI - Downloads](https://img.shields.io/pypi/dm/swarmauri_tool_dalechallreadability)
24
- ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/swarmauri_tool_dalechallreadability)
25
- ![PyPI - License](https://img.shields.io/pypi/l/swarmauri_tool_dalechallreadability)
26
- ![PyPI - Version](https://img.shields.io/pypi/v/swarmauri_tool_dalechallreadability?label=swarmauri_tool_dalechallreadability&color=green)
27
-
28
- </div>
20
+ ![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
21
+
22
+ <p align="center">
23
+ <a href="https://pypi.org/project/swarmauri_tool_dalechallreadability/">
24
+ <img src="https://img.shields.io/pypi/dm/swarmauri_tool_dalechallreadability" alt="PyPI - Downloads"/></a>
25
+ <a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_tool_dalechallreadability/README.md">
26
+ <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_dalechallreadability/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_tool_dalechallreadability/">
28
+ <img src="https://img.shields.io/pypi/pyversions/swarmauri_tool_dalechallreadability" alt="PyPI - Python Version"/></a>
29
+ <a href="https://pypi.org/project/swarmauri_tool_dalechallreadability/">
30
+ <img src="https://img.shields.io/pypi/l/swarmauri_tool_dalechallreadability" alt="PyPI - License"/></a>
31
+ <a href="https://pypi.org/project/swarmauri_tool_dalechallreadability/">
32
+ <img src="https://img.shields.io/pypi/v/swarmauri_tool_dalechallreadability?label=swarmauri_tool_dalechallreadability&color=green" alt="PyPI - swarmauri_tool_dalechallreadability"/></a>
33
+ </p>
29
34
 
30
35
  ---
31
36
 
@@ -0,0 +1,41 @@
1
+
2
+ ![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
3
+
4
+ <p align="center">
5
+ <a href="https://pypi.org/project/swarmauri_tool_dalechallreadability/">
6
+ <img src="https://img.shields.io/pypi/dm/swarmauri_tool_dalechallreadability" alt="PyPI - Downloads"/></a>
7
+ <a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_tool_dalechallreadability/README.md">
8
+ <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_dalechallreadability/README.md&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
9
+ <a href="https://pypi.org/project/swarmauri_tool_dalechallreadability/">
10
+ <img src="https://img.shields.io/pypi/pyversions/swarmauri_tool_dalechallreadability" alt="PyPI - Python Version"/></a>
11
+ <a href="https://pypi.org/project/swarmauri_tool_dalechallreadability/">
12
+ <img src="https://img.shields.io/pypi/l/swarmauri_tool_dalechallreadability" alt="PyPI - License"/></a>
13
+ <a href="https://pypi.org/project/swarmauri_tool_dalechallreadability/">
14
+ <img src="https://img.shields.io/pypi/v/swarmauri_tool_dalechallreadability?label=swarmauri_tool_dalechallreadability&color=green" alt="PyPI - swarmauri_tool_dalechallreadability"/></a>
15
+ </p>
16
+
17
+ ---
18
+
19
+ # Swarmauri Tool Dale-Chall Readability
20
+
21
+ A tool for calculating the Dale-Chall Readability Score using the textstat library.
22
+
23
+ ## Installation
24
+
25
+ ```bash
26
+ pip install swarmauri_tool_dalechallreadability
27
+ ```
28
+
29
+ ## Usage
30
+ Basic usage examples with code snippets
31
+ ```python
32
+ from swarmauri.tools.DaleChallReadabilityTool import DaleChallReadabilityTool
33
+
34
+ tool = DaleChallReadabilityTool()
35
+ input_data = {"input_text": "This is a simple sentence for testing purposes."}
36
+ result = tool(input_data)
37
+ print(result) # Output: {'dale_chall_score': 7.98}
38
+ ```
39
+ ## Want to help?
40
+
41
+ If you want to contribute to swarmauri-sdk, read up on our [guidelines for contributing](https://github.com/swarmauri/swarmauri-sdk/blob/master/contributing.md) that will help you get started.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_tool_dalechallreadability"
3
- version = "0.7.0.dev12"
3
+ version = "0.7.1.dev1"
4
4
  description = "Swarmauri Community Dale-Chall Readability Tool"
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -44,7 +44,7 @@ log_cli_format = "%(asctime)s [%(levelname)s] %(message)s"
44
44
  log_cli_date_format = "%Y-%m-%d %H:%M:%S"
45
45
  asyncio_default_fixture_loop_scope = "function"
46
46
 
47
- [tool.project.entry-points."swarmauri.tools"]
47
+ [project.entry-points.'swarmauri.tools']
48
48
  DaleChallReadabilityTool = "swarmauri_tool_dalechallreadability.DaleChallReadabilityTool:DaleChallReadabilityTool"
49
49
 
50
50
  [build-system]
@@ -1,36 +0,0 @@
1
- ![Swarmauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
2
-
3
- <div align="center">
4
-
5
- ![PyPI - Downloads](https://img.shields.io/pypi/dm/swarmauri_tool_dalechallreadability)
6
- ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/swarmauri_tool_dalechallreadability)
7
- ![PyPI - License](https://img.shields.io/pypi/l/swarmauri_tool_dalechallreadability)
8
- ![PyPI - Version](https://img.shields.io/pypi/v/swarmauri_tool_dalechallreadability?label=swarmauri_tool_dalechallreadability&color=green)
9
-
10
- </div>
11
-
12
- ---
13
-
14
- # Swarmauri Tool Dale-Chall Readability
15
-
16
- A tool for calculating the Dale-Chall Readability Score using the textstat library.
17
-
18
- ## Installation
19
-
20
- ```bash
21
- pip install swarmauri_tool_dalechallreadability
22
- ```
23
-
24
- ## Usage
25
- Basic usage examples with code snippets
26
- ```python
27
- from swarmauri.tools.DaleChallReadabilityTool import DaleChallReadabilityTool
28
-
29
- tool = DaleChallReadabilityTool()
30
- input_data = {"input_text": "This is a simple sentence for testing purposes."}
31
- result = tool(input_data)
32
- print(result) # Output: {'dale_chall_score': 7.98}
33
- ```
34
- ## Want to help?
35
-
36
- If you want to contribute to swarmauri-sdk, read up on our [guidelines for contributing](https://github.com/swarmauri/swarmauri-sdk/blob/master/contributing.md) that will help you get started.