Metadata-Version: 2.3
Name: meta-only
Version: 0
Summary: Is a a project running in a Meta-internal environment?
Author-email: Amethyst Reese <amethyst@n7.gg>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: attribution>=1.8 ; extra == "dev"
Requires-Dist: black==24.10.0 ; extra == "dev"
Requires-Dist: build>=1.2 ; extra == "dev"
Requires-Dist: flake8==7.1.1 ; extra == "dev"
Requires-Dist: mypy==1.14.1 ; extra == "dev"
Requires-Dist: ufmt==2.8.0 ; extra == "dev"
Requires-Dist: usort==1.0.8.post1 ; extra == "dev"
Project-URL: Home, https://github.com/amyreese/meta-only
Provides-Extra: dev

# meta-only

Is a a project running in a Meta-internal environment?

[![version](https://img.shields.io/pypi/v/meta-only.svg)](https://pypi.org/project/meta-only)
[![license](https://img.shields.io/pypi/l/meta-only.svg)](https://github.com/amyreese/meta-only/blob/main/LICENSE)


Install
-------

```shell-session
$ pip install meta-only
```


Usage
-----

```py
import meta_only
```


License
-------

meta-only is copyright Amethyst Reese, and licensed under the MIT license.

