swarmauri_tool_jupyterexportpython 0.7.0.dev11__py3-none-any.whl → 0.7.1__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_tool_jupyterexportpython
3
- Version: 0.7.0.dev11
3
+ Version: 0.7.1
4
4
  Summary: A tool that exports a Jupyter Notebook to a Python script using nbconvert’s PythonExporter, facilitating code extraction.
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -17,25 +17,25 @@ Requires-Dist: swarmauri_core
17
17
  Requires-Dist: swarmauri_standard
18
18
  Description-Content-Type: text/markdown
19
19
 
20
- ![Swarmauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
20
+
21
+ ![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
21
22
 
22
23
  <p align="center">
23
24
  <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython/">
24
25
  <img src="https://img.shields.io/pypi/dm/swarmauri_tool_jupyterexportpython" alt="PyPI - Downloads"/></a>
25
- <a href="https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterexportpython">
26
- <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterexportpython&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/swarmauri_tool_jupyterexportpython">
26
+ <a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_tool_jupyterexportpython/README.md">
27
+ <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_tool_jupyterexportpython/README.md&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
28
+ <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython/">
28
29
  <img src="https://img.shields.io/pypi/pyversions/swarmauri_tool_jupyterexportpython" alt="PyPI - Python Version"/></a>
29
- <a href="https://pypi.org/project/swarmauri/swarmauri_tool_jupyterexportpython">
30
+ <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython/">
30
31
  <img src="https://img.shields.io/pypi/l/swarmauri_tool_jupyterexportpython" alt="PyPI - License"/></a>
31
- <br />
32
- <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython">
32
+ <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython/">
33
33
  <img src="https://img.shields.io/pypi/v/swarmauri_tool_jupyterexportpython?label=swarmauri_tool_jupyterexportpython&color=green" alt="PyPI - swarmauri_tool_jupyterexportpython"/></a>
34
34
  </p>
35
35
 
36
36
  ---
37
37
 
38
- # swarmauri_tool_jupyterexportpython
38
+ # Swarmauri Tool Jupyter Export Python
39
39
 
40
40
  A Python package that provides an easy way to export Jupyter Notebook files to Python scripts using the nbconvert library. This tool smoothly integrates with the Swarmauri tool architecture, enabling consistent logging, error handling, and flexible usage options.
41
41
 
@@ -67,7 +67,6 @@ from nbformat import read, NO_CONVERT
67
67
  from swarmauri_tool_jupyterexportpython import JupyterExportPythonTool
68
68
 
69
69
  # Suppose you've loaded a Jupyter notebook file.
70
- # We'll create a NotebookNode from a .ipynb file, then export it.
71
70
 
72
71
  def load_notebook(file_path: str):
73
72
  """
@@ -159,3 +158,4 @@ We welcome improvements and suggestions via normal development workflows. While
159
158
 
160
159
  © 2023 Swarmauri Inc. All rights reserved. Licensed under the Apache License, Version 2.0.
161
160
  For more information and usage examples, explore our official documentation or see our other Swarmauri packages.
161
+
@@ -0,0 +1,7 @@
1
+ swarmauri_tool_jupyterexportpython/JupyterExportPythonTool.py,sha256=KProX34PsEF8uMqY9Qh9jDK6kkBGDFMFypKTSjXtxNo,4088
2
+ swarmauri_tool_jupyterexportpython/__init__.py,sha256=wHP3yvaYRYtyNd2RzXiIyJW051i2QhBOTFUCpxfWMOs,578
3
+ swarmauri_tool_jupyterexportpython-0.7.1.dist-info/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
4
+ swarmauri_tool_jupyterexportpython-0.7.1.dist-info/METADATA,sha256=kgk98kiUDImaedacLZGKZMs0Kdr6ApKs10bSioyM8x8,7342
5
+ swarmauri_tool_jupyterexportpython-0.7.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
6
+ swarmauri_tool_jupyterexportpython-0.7.1.dist-info/entry_points.txt,sha256=ZlNdomFS-evL1BG5mSTinIz8pW6IKqRylHCgpwiXBAc,102
7
+ swarmauri_tool_jupyterexportpython-0.7.1.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+ [swarmauri.tools]
2
+ JupyterExportPythonTool=swarmauri_tool_jupyterexportpython:JupyterExportPythonTool
3
+
@@ -1,6 +0,0 @@
1
- swarmauri_tool_jupyterexportpython/JupyterExportPythonTool.py,sha256=KProX34PsEF8uMqY9Qh9jDK6kkBGDFMFypKTSjXtxNo,4088
2
- swarmauri_tool_jupyterexportpython/__init__.py,sha256=wHP3yvaYRYtyNd2RzXiIyJW051i2QhBOTFUCpxfWMOs,578
3
- swarmauri_tool_jupyterexportpython-0.7.0.dev11.dist-info/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
4
- swarmauri_tool_jupyterexportpython-0.7.0.dev11.dist-info/METADATA,sha256=MMHeGD-J4NpjNdYoTSDqFZiq2mAHoiBCC_4nZPfeBlc,7407
5
- swarmauri_tool_jupyterexportpython-0.7.0.dev11.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
6
- swarmauri_tool_jupyterexportpython-0.7.0.dev11.dist-info/RECORD,,