Metadata-Version: 2.1
Name: textual-dev
Version: 1.5.1
Summary: Development tools for working with Textual
Home-page: https://github.com/Textualize/textual-dev
License: MIT
Author: Will McGugan
Author-email: will@textualize.io
Requires-Python: >=3.8,<4.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.8
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: Typing :: Typed
Requires-Dist: aiohttp (>=3.8.1)
Requires-Dist: click (>=8.1.2)
Requires-Dist: msgpack (>=1.0.3)
Requires-Dist: textual (>=0.36.0)
Requires-Dist: typing-extensions (>=4.4.0,<5.0.0)
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.

