Metadata-Version: 2.3
Name: textual-dev
Version: 1.7.0
Summary: Development tools for working with Textual
License: MIT
Author: Will McGugan
Author-email: will@textualize.io
Requires-Python: >=3.8.1,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: POSIX :: Linux
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.8
Classifier: Typing :: Typed
Requires-Dist: aiohttp (>=3.8.1)
Requires-Dist: click (>=8.1.2)
Requires-Dist: msgpack (>=1.0.3)
Requires-Dist: textual (>=0.86.2)
Requires-Dist: textual_serve (>=1.0.3)
Requires-Dist: typing-extensions (>=4.4.0,<5.0.0)
Project-URL: Homepage, https://github.com/Textualize/textual-dev
Description-Content-Type: text/markdown

# textual-dev

Development tools for Textual.

![checks](https://github.com/Textualize/textual-dev/actions/workflows/pythonpackage.yml/badge.svg?event=push)


This package contains the `textual` command line app, which will help to develop Textual applications.

See [Getting Started](https://textual.textualize.io/getting_started/) for how to use it.

