Metadata-Version: 2.4
Name: linode-cli
Version: 5.62.0
Summary: The official command-line interface for interacting with the Linode API.
Author-email: "Akamai Technologies Inc." <developers@linode.com>
License-Expression: BSD-3-Clause
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openapi3
Requires-Dist: requests
Requires-Dist: PyYAML
Requires-Dist: packaging
Requires-Dist: rich
Requires-Dist: urllib3<3
Requires-Dist: linode-metadata>=0.3.0
Provides-Extra: obj
Requires-Dist: boto3>=1.36.0; extra == "obj"
Provides-Extra: dev
Requires-Dist: pylint>=2.17.4; extra == "dev"
Requires-Dist: pytest>=7.3.1; extra == "dev"
Requires-Dist: black>=23.1.0; extra == "dev"
Requires-Dist: isort>=5.12.0; extra == "dev"
Requires-Dist: autoflake>=2.0.1; extra == "dev"
Requires-Dist: pytest-mock>=3.10.0; extra == "dev"
Requires-Dist: requests-mock==1.12.1; extra == "dev"
Requires-Dist: boto3-stubs[s3]; extra == "dev"
Requires-Dist: build>=0.10.0; extra == "dev"
Requires-Dist: twine>=4.0.2; extra == "dev"
Requires-Dist: pytest-rerunfailures; extra == "dev"
Dynamic: license-file

# linode-cli (lin)

The Linode Command Line Interface

Provides easy access to any of the Linode API endpoints from the command line and displays results in an organized, configurable table. 

This project is automatically generated from the [Linode OpenAPI spec](https://www.linode.com/docs/api/) using the [openapi3 Python package](https://github.com/Dorthu/openapi3).

![Example of CLI in use](https://raw.githubusercontent.com/linode/linode-cli/main/demo.gif)

Visit the [Wiki](../../wiki) for more information.

## Install

Install via PyPI:
```bash
pip3 install linode-cli
```

Visit the [Wiki](../../wiki/Installation) for more information.

## Contributing

This CLI is generated from the [OpenAPI specification for Linode's API](https://github.com/linode/linode-api-docs).  As
such, many changes are made directly to the spec.

Please follow the [Contributing Guidelines](https://github.com/linode/linode-cli/blob/main/CONTRIBUTING.md) when making a contribution.
