Metadata-Version: 2.4
Name: noahs_raspberry_pi_python_ide
Version: 0.1.0
Summary: A custom IDE for editing and running Python code on a raspberry pi from your laptop
Author-email: Noah Jones <jonesnoah45010@gmail.com>
License: MIT
Project-URL: GitHub, https://github.com/jonesnoah45010/noahs_raspberry_pi_python_ide
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: paramiko

## Usage: `noahs_raspberry_pi_python_ide`

This library provides an IDE for editing and running Python code on a Raspberry Pi using your laptop.

### Getting Started

First, install the library:

```bash
pip install noahs_raspberry_pi_python_ide
```

```python
from noahs_raspberry_pi_python_ide import run

run()


```



### Check out Source Code

`https://github.com/jonesnoah45010/noahs_raspberry_pi_python_ide`




