Metadata-Version: 2.4
Name: mkdocstrings-luau
Version: 0.1.1
Summary: A Luau handler for mkdocstrings.
Author-Email: Ryan Luu <ryan.luu@ryanluu.dev>
License-Expression: ISC
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Homepage, https://ryanlua.github.io/mkdocstrings-luau
Project-URL: Documentation, https://ryanlua.github.io/mkdocstrings-luau
Project-URL: Changelog, https://ryanlua.github.io/mkdocstrings-luau/changelog
Project-URL: Repository, https://github.com/ryanlua/mkdocstrings-luau
Project-URL: Issues, https://github.com/ryanlua/mkdocstrings-luau/issues
Project-URL: Discussions, https://github.com/ryanlua/mkdocstrings-luau/discussions
Project-URL: Gitter, https://gitter.im/mkdocstrings-luau/community
Project-URL: Funding, https://github.com/sponsors/ryanlua
Requires-Python: >=3.10
Requires-Dist: mkdocstrings>=0.18
Description-Content-Type: text/markdown

# mkdocstrings-luau

[![ci](https://github.com/ryanlua/mkdocstrings-luau/workflows/ci/badge.svg)](https://github.com/ryanlua/mkdocstrings-luau/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://ryanlua.github.io/mkdocstrings-luau/)
[![pypi version](https://img.shields.io/pypi/v/mkdocstrings-luau.svg)](https://pypi.org/project/mkdocstrings-luau/)
[![gitter](https://img.shields.io/badge/matrix-chat-4DB798.svg?style=flat)](https://app.gitter.im/#/room/#mkdocstrings-luau:gitter.im)

A Luau handler for mkdocstrings.

## Installation

```bash
pip install mkdocstrings-luau
```


