Metadata-Version: 2.4
Name: nyle
Version: 0.0.2
Summary: Work on any project!
Project-URL: Documentation, https://github.com/FlavioAmurrioCS/nyle#readme
Project-URL: Issues, https://github.com/FlavioAmurrioCS/nyle/issues
Project-URL: Source, https://github.com/FlavioAmurrioCS/nyle
Author-email: Flavio Amurrio <25621374+FlavioAmurrioCS@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: fzf-bin
Requires-Dist: typedfzf
Requires-Dist: typer-slim
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: tomli; (python_version < '3.11') and extra == 'tests'
Provides-Extra: types
Requires-Dist: mypy; extra == 'types'
Requires-Dist: pyrefly; extra == 'types'
Requires-Dist: pyright[nodejs]; extra == 'types'
Requires-Dist: pytest; extra == 'types'
Requires-Dist: tomli; (python_version < '3.11') and extra == 'types'
Requires-Dist: ty; extra == 'types'
Requires-Dist: typing-extensions; extra == 'types'
Description-Content-Type: text/markdown

# nyle

[![PyPI - Version](https://img.shields.io/pypi/v/nyle.svg)](https://pypi.org/project/nyle)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nyle.svg)](https://pypi.org/project/nyle)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/FlavioAmurrioCS/nyle/main.svg)](https://results.pre-commit.ci/latest/github/FlavioAmurrioCS/nyle/main)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install nyle
```

## License

`nyle` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
