Metadata-Version: 2.1
Name: stata_kernel
Version: 1.14.2
Summary: A Jupyter kernel for Stata. Works with Windows, macOS, and Linux.
Home-page: https://github.com/kylebarron/stata_kernel
License: GPLv3
Keywords: stata
Author: Kyle Barron
Author-email: kylebarron2@gmail.com
Requires-Python: >=3.9.0,<4.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: IPython (>=7.34,<8.0)
Requires-Dist: beautifulsoup4 (>=4.6.3,<5.0.0)
Requires-Dist: fake-useragent (>=2.0.0,<3.0.0)
Requires-Dist: ipykernel (>=4.8.2,<5.0.0)
Requires-Dist: jupyter-client (>=6.1.12,<7.0.0)
Requires-Dist: jupyter-core (>=5.8.1,<6.0.0)
Requires-Dist: nbclient (>=0.8,<0.9)
Requires-Dist: notebook (>=6.5.7,<7.0.0)
Requires-Dist: numpy (>=1.22.0)
Requires-Dist: packaging (>=17.1,<18.0)
Requires-Dist: pandas (>=1.0)
Requires-Dist: pexpect (>=4.6.0,<5.0.0)
Requires-Dist: pillow (>=5.2.0)
Requires-Dist: pygments (>=2.2,<3.0)
Requires-Dist: pywin32 (>=223) ; sys_platform == "Windows"
Requires-Dist: setuptools (<81)
Project-URL: Documentation, https://kylebarron.dev/stata_kernel/
Project-URL: Repository, https://github.com/kylebarron/stata_kernel
Description-Content-Type: text/markdown

# stata_kernel

[![Buid Status](https://github.com/kylebarron/stata_kernel/actions/workflows/test.yml/badge.svg)](https://github.com/kylebarron/stata_kernel/actions/workflows/test.yml) [![Downloads](https://pepy.tech/badge/stata-kernel)](https://pepy.tech/project/stata-kernel) [![Downloads/Month](https://pepy.tech/badge/stata-kernel/month)](https://pepy.tech/project/stata-kernel)

`stata_kernel` is a Jupyter kernel for Stata; It works on Windows, macOS, and
Linux.

To see an example Jupyter Notebook, [click here.](https://nbviewer.jupyter.org/github/kylebarron/stata_kernel/blob/master/examples/Example.ipynb)

For documentation and more information, see: [https://kylebarron.dev/stata_kernel](https://kylebarron.dev/stata_kernel)

#### Jupyter Notebook
![Jupyter Notebook](https://raw.githubusercontent.com/kylebarron/stata_kernel/master/docs/src/img/jupyter_notebook_example.gif)

#### Atom
![Atom](https://raw.githubusercontent.com/kylebarron/stata_kernel/master/docs/src/img/stata_kernel_example.gif)

