Metadata-Version: 2.1
Name: bytecli
Version: 0.1.0
Summary: 
Author: Allan
Author-email: allanklp@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: black (>=23.3.0,<24.0.0)
Requires-Dist: ipdb (>=0.13.13,<0.14.0)
Requires-Dist: isort (>=5.12.0,<6.0.0)
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)
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

