-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26f60b5
commit 105a200
Showing
79 changed files
with
178 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri-base" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "This repository includes base classes and mixins for the Swarmauri framework." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_documentstore_redis" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Psutil Tool" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_embedding_mlm" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "example community package" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_llm_leptonai" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Lepton AI Model" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_measurement_mutualinformation/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_measurement_mutualinformation" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Mutual Information Measurement Community Package." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_measurement_tokencountestimator/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_measurement_tokencountestimator" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "This repository includes an example of a First Class Swarmauri Example." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_ocr_pytesseract" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Tesseract Image to Text Model" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_parser_bertembedding" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Bert Embedding Parser" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_parser_entityrecognition/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_parser_entityrecognition" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Entity Recognition Parser for Swarmauri." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_parser_fitzpdf" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Fitz PDF Parser for Swarmauri." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_parser_pypdf2" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "PyPDF2 Parser for Swarmauri." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_parser_fitzpdf" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Fitz PDF Parser for Swarmauri." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_parser_textblob" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "TextBlob Parser for Swarmauri." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_state_clipboard" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Community Clipboard State" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_captchagenerator" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Community Captcha Generator Tool" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_dalechallreadability/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_dalechallreadability" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Community Dale-Chall Readability Tool" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_downloadpdf" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Community Download PDF Tool" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_entityrecognition" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Community Entity Recognition Tool" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_folium" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "This repository includes an example of a First Class Swarmauri Example." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_gmail" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "example community package" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterclearoutput/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterclearoutput" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool designed to clear all outputs from a Jupyter Notebook using nbconvert’s ClearOutputPreprocessor, preparing the notebook for sharing or version control." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterdisplay" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool designed to display rich media and object representations in a Jupyter Notebook using IPython's display functionality." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterdisplayhtml/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterdisplayhtml" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool designed to render HTML content within a Jupyter Notebook using IPython's HTML display method." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterexecuteandconvert/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterexecuteandconvert" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool that programmatically executes and converts a Jupyter Notebook using nbconvert's CLI functionality, enabling automated notebook execution and format conversion." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterexecutecell/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterexecutecell" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool designed to execute a single code cell in a running Jupyter kernel using jupyter_client, capturing its output and errors." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterexecutenotebook/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterexecutenotebook" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool designed to execute all cells in a Jupyter Notebook using nbconvert’s ExecutePreprocessor, capturing outputs for testing and reporting." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterexecutenotebookwithparameters/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterexecutenotebookwithparameters" | ||
version = "1.0.1.dev3" | ||
version = "1.0.1" | ||
description = "A tool designed to execute parameterized notebooks using papermill, allowing dynamic input and output capture for automated workflows." | ||
authors = ["Swarmauri Contributors <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterexporthtml" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool that exports a Jupyter Notebook to HTML format using nbconvert’s HTMLExporter, enabling web-based presentation of notebooks." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterexportlatex/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterexportlatex" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool that exports a Jupyter Notebook to LaTeX format using nbconvert’s LatexExporter, enabling further conversion to PDF." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterexportmarkdown/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterexportmarkdown" | ||
version = "1.0.1.dev3" | ||
version = "1.0.1" | ||
description = "A Swarmauri tool designed to export Jupyter Notebooks to Markdown." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterexportpython/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterexportpython" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool that exports a Jupyter Notebook to a Python script using nbconvert’s PythonExporter, facilitating code extraction." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterfromdict" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool that converts a plain dictionary into a NotebookNode object using nbformat, facilitating programmatic notebook creation." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupytergetiopubmessage/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupytergetiopubmessage" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool designed to retrieve messages from the IOPub channel of a Jupyter kernel using jupyter_client, capturing cell outputs and logs." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupytergetshellmessage/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupytergetshellmessage" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool designed to retrieve shell messages from a running Jupyter kernel using jupyter_client, useful for debugging execution responses." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterreadnotebook/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterreadnotebook" | ||
version = "0.6.1.dev8" | ||
version = "0.6.1" | ||
description = "A tool that reads a Jupyter Notebook file using nbformat, converting the JSON file into a NotebookNode object." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterruncell" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool designed to execute a single code cell in an IPython interactive shell, mimicking notebook cell execution." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupytershutdownkernel/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupytershutdownkernel" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool designed to shut down a running Jupyter kernel programmatically using jupyter_client, releasing all associated resources." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterstartkernel/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterstartkernel" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool designed to start a new Jupyter kernel programmatically using jupyter_client, enabling execution of notebook cells." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupytervalidatenotebook/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupytervalidatenotebook" | ||
version = "0.6.1.dev10" | ||
version = "0.6.1" | ||
description = "A tool that validates a NotebookNode object against the Jupyter Notebook schema using nbformat, ensuring structural correctness." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_jupyterwritenotebook/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_jupyterwritenotebook" | ||
version = "0.6.1.dev8" | ||
version = "0.6.1" | ||
description = "A tool that writes a NotebookNode object to a file in JSON format, preserving the notebook structure." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_lexicaldensity" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Lexical Density Tool for Swarmauri." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_psutil" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Psutil Tool." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_qrcodegenerator" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri QR Code Generator Tool." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
2 changes: 1 addition & 1 deletion
2
pkgs/community/swarmauri_tool_sentencecomplexity/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_sentencecomplexity" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "This repository includes an example of a First Class Swarmauri Example." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_sentimentanalysis" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Sentiment Analysis Tool" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_smogindex" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Swarmauri Smog Index Tool." | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_textlength" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Text Length Tool for Swarmauri" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_webscraping" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Web Scraping Tool for Swarmauri" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_tool_zapierhook" | ||
version = "0.6.1.dev16" | ||
version = "0.6.1" | ||
description = "Zapier Hook Tool" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "swarmauri_toolkit_github" | ||
version = "0.6.1.dev18" | ||
version = "0.6.1" | ||
description = "Github Toolkit" | ||
authors = ["Jacob Stewart <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
Oops, something went wrong.