swarmauri_tool_jupyterexportpython 0.7.3.dev2__tar.gz → 0.7.4.dev20__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_jupyterexportpython
3
- Version: 0.7.3.dev2
3
+ Version: 0.7.4.dev20
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
@@ -23,8 +23,8 @@ Description-Content-Type: text/markdown
23
23
  <p align="center">
24
24
  <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython/">
25
25
  <img src="https://img.shields.io/pypi/dm/swarmauri_tool_jupyterexportpython" alt="PyPI - Downloads"/></a>
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>
26
+ <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_tool_jupyterexportpython/">
27
+ <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_tool_jupyterexportpython.svg"/></a>
28
28
  <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython/">
29
29
  <img src="https://img.shields.io/pypi/pyversions/swarmauri_tool_jupyterexportpython" alt="PyPI - Python Version"/></a>
30
30
  <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython/">
@@ -4,8 +4,8 @@
4
4
  <p align="center">
5
5
  <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython/">
6
6
  <img src="https://img.shields.io/pypi/dm/swarmauri_tool_jupyterexportpython" alt="PyPI - Downloads"/></a>
7
- <a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_tool_jupyterexportpython/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_jupyterexportpython/README.md&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
7
+ <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_tool_jupyterexportpython/">
8
+ <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_tool_jupyterexportpython.svg"/></a>
9
9
  <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython/">
10
10
  <img src="https://img.shields.io/pypi/pyversions/swarmauri_tool_jupyterexportpython" alt="PyPI - Python Version"/></a>
11
11
  <a href="https://pypi.org/project/swarmauri_tool_jupyterexportpython/">
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_tool_jupyterexportpython"
3
- version = "0.7.3.dev2"
3
+ version = "0.7.4.dev20"
4
4
  description = "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
  readme = "README.md"