Metadata-Version: 2.1
Name: bytecli
Version: 0.2.2
Summary: Bytesized Hosting CLI app to get information on your App Box
Home-page: https://pypi.org/project/bytecli
License: MIT
Author: Allan
Author-email: allanklp@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: rich (>=13.3.4,<14.0.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Project-URL: Repository, https://github.com/allankp/bytecli
Description-Content-Type: text/markdown

Bytesized Hosting CLI
===============

![](https://github.com/allankp/bytecli/workflows/main/badge.svg)
[![PyPI version](https://badge.fury.io/py/bytecli.svg)](https://badge.fury.io/py/bytecli)
[![Downloads](https://pepy.tech/badge/bytecli)](https://pepy.tech/project/bytecli)

A command line interface for [Bytesized Hosting](https://bytesized-hosting.com/) server information.

Installation
------------
    pip install bytecli

Setup
------------
Obtain an API key from you [Bytesized Account](https://bytesized-hosting.com/api_keys) and set the key.

    export BYTESIZED_API_KEY=YOUR_API_KEY

