swarmauri_parser_textblob 0.10.0.dev5__tar.gz → 0.10.1.dev2__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,21 +1,26 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: swarmauri_parser_textblob
3
- Version: 0.10.0.dev5
3
+ Version: 0.10.1.dev2
4
4
  Summary: TextBlob Parser for Swarmauri.
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
7
7
  Keywords: swarmauri,parser,textblob
8
8
  Author: Jacob Stewart
9
9
  Author-email: jacob@swarmauri.com
10
- Requires-Python: >=3.10,<3.13
10
+ Requires-Python: >=3.10,<3.15
11
11
  Classifier: License :: OSI Approved :: Apache Software License
12
- Classifier: Programming Language :: Python :: 3.10
13
- Classifier: Programming Language :: Python :: 3.11
14
- Classifier: Programming Language :: Python :: 3.12
15
12
  Classifier: Natural Language :: English
16
13
  Classifier: Development Status :: 3 - Alpha
17
14
  Classifier: Intended Audience :: Developers
18
15
  Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
16
+ Classifier: Programming Language :: Python
17
+ Classifier: Programming Language :: Python :: 3
18
+ Classifier: Programming Language :: Python :: 3 :: Only
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Programming Language :: Python :: 3.13
23
+ Classifier: Programming Language :: Python :: 3.14
19
24
  Requires-Dist: nltk (>=3.9.1)
20
25
  Requires-Dist: swarmauri_base
21
26
  Requires-Dist: swarmauri_core
@@ -23,21 +28,20 @@ Requires-Dist: swarmauri_standard
23
28
  Requires-Dist: textblob (>=0.18.0)
24
29
  Description-Content-Type: text/markdown
25
30
 
26
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
31
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
27
32
 
28
33
  <p align="center">
29
- <a href="https://pypi.org/project/swarmauri_parser_textblob/">
30
- <img src="https://img.shields.io/pypi/dm/swarmauri_parser_textblob" alt="PyPI - Downloads"/></a>
34
+ <a href="https://pepy.tech/project/swarmauri_parser_textblob/">
35
+ <img src="https://static.pepy.tech/badge/swarmauri_parser_textblob/month" alt="PyPI - Downloads"/></a>
31
36
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_parser_textblob/">
32
37
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_parser_textblob.svg"/></a>
33
38
  <a href="https://pypi.org/project/swarmauri_parser_textblob/">
34
- <img src="https://img.shields.io/pypi/pyversions/swarmauri_parser_textblob" alt="PyPI - Python Version"/></a>
39
+ <img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="PyPI - Python Version"/></a>
35
40
  <a href="https://pypi.org/project/swarmauri_parser_textblob/">
36
41
  <img src="https://img.shields.io/pypi/l/swarmauri_parser_textblob" alt="PyPI - License"/></a>
37
42
  <a href="https://pypi.org/project/swarmauri_parser_textblob/">
38
43
  <img src="https://img.shields.io/pypi/v/swarmauri_parser_textblob?label=swarmauri_parser_textblob&color=green" alt="PyPI - swarmauri_parser_textblob"/></a>
39
44
  </p>
40
-
41
45
  ---
42
46
 
43
47
  # Swarmauri Parser TextBlob
@@ -97,7 +101,7 @@ for doc in docs:
97
101
 
98
102
  ## Tips
99
103
 
100
- - TextBlob uses simple heuristicsit works well for general English text but may struggle with domain-specific jargon.
104
+ - TextBlob uses simple heuristics—it works well for general English text but may struggle with domain-specific jargon.
101
105
  - Download corpora once in CI/CD or container builds (`python -m textblob.download_corpora`) to avoid runtime downloads.
102
106
  - Combine sentence and noun parsers to build structured representations of documents before vectorization or downstream NLP tasks.
103
107
 
@@ -1,18 +1,17 @@
1
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
1
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
2
2
 
3
3
  <p align="center">
4
- <a href="https://pypi.org/project/swarmauri_parser_textblob/">
5
- <img src="https://img.shields.io/pypi/dm/swarmauri_parser_textblob" alt="PyPI - Downloads"/></a>
4
+ <a href="https://pepy.tech/project/swarmauri_parser_textblob/">
5
+ <img src="https://static.pepy.tech/badge/swarmauri_parser_textblob/month" alt="PyPI - Downloads"/></a>
6
6
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_parser_textblob/">
7
7
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_parser_textblob.svg"/></a>
8
8
  <a href="https://pypi.org/project/swarmauri_parser_textblob/">
9
- <img src="https://img.shields.io/pypi/pyversions/swarmauri_parser_textblob" alt="PyPI - Python Version"/></a>
9
+ <img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="PyPI - Python Version"/></a>
10
10
  <a href="https://pypi.org/project/swarmauri_parser_textblob/">
11
11
  <img src="https://img.shields.io/pypi/l/swarmauri_parser_textblob" alt="PyPI - License"/></a>
12
12
  <a href="https://pypi.org/project/swarmauri_parser_textblob/">
13
13
  <img src="https://img.shields.io/pypi/v/swarmauri_parser_textblob?label=swarmauri_parser_textblob&color=green" alt="PyPI - swarmauri_parser_textblob"/></a>
14
14
  </p>
15
-
16
15
  ---
17
16
 
18
17
  # Swarmauri Parser TextBlob
@@ -72,7 +71,7 @@ for doc in docs:
72
71
 
73
72
  ## Tips
74
73
 
75
- - TextBlob uses simple heuristicsit works well for general English text but may struggle with domain-specific jargon.
74
+ - TextBlob uses simple heuristics—it works well for general English text but may struggle with domain-specific jargon.
76
75
  - Download corpora once in CI/CD or container builds (`python -m textblob.download_corpora`) to avoid runtime downloads.
77
76
  - Combine sentence and noun parsers to build structured representations of documents before vectorization or downstream NLP tasks.
78
77
 
@@ -1,20 +1,25 @@
1
1
  [project]
2
2
  name = "swarmauri_parser_textblob"
3
- version = "0.10.0.dev5"
3
+ version = "0.10.1.dev2"
4
4
  description = "TextBlob Parser for Swarmauri."
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
7
7
  repository = "http://github.com/swarmauri/swarmauri-sdk"
8
- requires-python = ">=3.10,<3.13"
8
+ requires-python = ">=3.10,<3.15"
9
9
  classifiers = [
10
10
  "License :: OSI Approved :: Apache Software License",
11
- "Programming Language :: Python :: 3.10",
12
- "Programming Language :: Python :: 3.11",
13
- "Programming Language :: Python :: 3.12",
14
11
  "Natural Language :: English",
15
12
  "Development Status :: 3 - Alpha",
16
13
  "Intended Audience :: Developers",
17
14
  "Topic :: Software Development :: Libraries :: Application Frameworks",
15
+ "Programming Language :: Python",
16
+ "Programming Language :: Python :: 3",
17
+ "Programming Language :: Python :: 3 :: Only",
18
+ "Programming Language :: Python :: 3.10",
19
+ "Programming Language :: Python :: 3.11",
20
+ "Programming Language :: Python :: 3.12",
21
+ "Programming Language :: Python :: 3.13",
22
+ "Programming Language :: Python :: 3.14",
18
23
  ]
19
24
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
20
25
  dependencies = [