Metadata-Version: 2.4
Name: xlwings-server
Version: 1.2.0
Summary: Modern Excel add-ins with Python, running on your self-hosted server.
Project-URL: Homepage, https://server.xlwings.org
Project-URL: Documentation, https://server.xlwings.org
Project-URL: Repository, https://github.com/xlwings/xlwings-server
Project-URL: Issues, https://github.com/xlwings/xlwings-server/issues
Author-email: Zoomer Analytics GmbH <felix.zumstein@zoomeranalytics.com>
License: xlwings PRO License OR PolyForm Noncommercial License 1.0.0
License-File: LICENSE.md
Keywords: excel,macro,spreadsheet,vba,workbook,xls
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
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 :: 3.14
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Requires-Python: >=3.10
Requires-Dist: aiocache>=0.12.3
Requires-Dist: croniter>=6.0.0
Requires-Dist: fastapi>=0.125.0
Requires-Dist: gunicorn>=23.0.0; sys_platform != 'win32'
Requires-Dist: hiredis>=3.3.0
Requires-Dist: httptools>=0.7.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: jinja2-fragments>=1.11.0
Requires-Dist: jinja2>=3.1.6
Requires-Dist: joserfc>=1.6.0
Requires-Dist: pydantic-settings>=2.12.0
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: python-multipart>=0.0.21
Requires-Dist: python-socketio>=5.15.1
Requires-Dist: redis>=7.1.0
Requires-Dist: tomlkit>=0.13.2
Requires-Dist: typing-extensions>=4.15.0; python_full_version < '3.11'
Requires-Dist: uvicorn>=0.38.0
Requires-Dist: uvloop>=0.22.1; sys_platform != 'win32'
Requires-Dist: xlwings>=0.33.20
Provides-Extra: dev
Requires-Dist: watchfiles>=1.1.1; extra == 'dev'
Description-Content-Type: text/markdown

# xlwings Server

xlwings Server adds Python support to Microsoft Excel and Google Sheets without the need of a local Python installation. xlwings Server is self-hosted and runs on any platform that supports Python or Docker, including bare-metal servers, Linux-based VMs, Docker Compose, Kubernetes and serverless products like Azure functions or AWS Lambda.

## Documentation

https://server.xlwings.org

## License

xlwings Server is source-available and dual-licensed under one of the following licenses:

- PolyForm Noncommercial License 1.0.0 (non-commercial use is free)
- xlwings PRO End User License Agreement (commercial use requires a [paid plan](https://www.xlwings.org/pricing))

See https://server.xlwings.org/en/latest/license/
