Metadata-Version: 2.1
Name: eb-short
Version: 0.0.4
Summary: earlybtyte link shortener
Home-page: https://www.earlybyte.ch
Author: Remo Hoeppli
Author-email: remo.hoeppli@earlybyte.ch
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Earlybyte mission, vision, and values

This tool makes it easy to use the Earlybyte linke shortener, to us this a valid api key is required.

### Installation

To run this tool Python 3.7 is required.

You might need to upgread your pip environment first before installing earlybyte-mvv.

```shell
pip install --upgrade pip
```

The tool can then be installed using the following command:

```shell
pip install eb-short
```

### Usage

The tool can be used as follows:

```shell
# add an api key to the configuration (~/.eb-config.json)
eb-short add-key "<key>"

# shorten a link
eb-short short "<url>"
```

### About Earlybyte

Earlybyte GmbH is a software company from Winterthur Switzerland. We build IoT, mobile and web applications and solutions that help freeing up time for what really matters.

Find us under https://earlybyte.ch/


