Metadata-Version: 2.4
Name: pycodium
Version: 0.3.2
Summary: A Python IDE written in Python
Project-URL: Changelog, https://github.com/jan-mue/pycodium/releases
Project-URL: Documentation, https://github.com/jan-mue/pycodium#readme
Project-URL: Issues, https://github.com/jan-mue/pycodium/issues
Project-URL: Source, https://github.com/jan-mue/pycodium
Author: Jan Müller
License: MIT License
        
        Copyright (c) 2025 Jan Müller
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: <3.14,>=3.10
Requires-Dist: anyio==4.13.0
Requires-Dist: charset-normalizer==3.4.7
Requires-Dist: granian==2.7.4
Requires-Dist: psutil==7.2.2
Requires-Dist: pydantic==2.13.3
Requires-Dist: pygments==2.20.0
Requires-Dist: pytauri-wheel==0.8.0
Requires-Dist: reflex==0.8.28.post1
Requires-Dist: typer==0.24.2
Requires-Dist: typing-extensions==4.15.0
Requires-Dist: watchfiles==1.1.1
Description-Content-Type: text/markdown

# PyCodium

PyCodium is a free and open-source Python IDE built with [Reflex](https://github.com/reflex-dev/reflex), [Tauri](https://github.com/tauri-apps/tauri) (via [PyTauri](https://github.com/pytauri/pytauri)) and the [Monaco](https://github.com/microsoft/monaco-editor) editor.

> [!WARNING]
>
> This project is in an early stage of development and not in a usable state yet.
> It is intended to be a proof of concept for a Python IDE that runs in the browser.

You can run it with the following command:

```shell
uvx pycodium
```
