Metadata-Version: 2.1
Name: pysheets-app
Version: 0.1.2
Summary: A Spreadsheet UI for Python
Author-email: Chris Laffra <chris@chrislaffra.com>
License: Copyright (c) 2024 laffra
        
        All Rights Reserved.  
        
        Personal usage of PySheets on a local machine is free.
        You can create sheets, and modify them without need a licence.
        You can still pay for a license, in case you want to sponsor the project.
        
        Commercial usage of this project always requires a paid license.
        This includes running PySheets on a server, or using it in a commercial product.
        To customize the PySheets implementation, please contact the author.
Project-URL: Homepage, https://pysheets.app
Keywords: spreadsheets,pyscript,local-first
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: mock; extra == "dev"
Requires-Dist: pytest; extra == "dev"

# PySheets

PySheets is a spreadsheet UI for Python, implemented in Python, running logic and saving data in the browser, using PyScript and IndexedDB.
  
# Installation

```
pip install pysheets-app
```

# Using

```
python3 -m pysheets
```

This should open http://localhost:8081/ in your browser and show a button to create a new sheet.

Things to try:
 - Change the sheet name
 - Add literal values in the sheet
 - Import a sheet from the web (see the AI section)

