Metadata-Version: 2.1
Name: clipped
Version: 0.0.1
Summary: Common shortcuts and utils.
Home-page: https://github.com/mmourafiq/clipped
Author: Mourad Mourafiq
Author-email: mourad.mourafiq@gmail.com
Maintainer: Mourad Mourafiq
Maintainer-email: mourad.mourafiq@gmail.com
License: Apache 2.0
Keywords: cli,configuration,utils,setup
Platform: any
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown

[![License: Apache 2](https://img.shields.io/badge/License-apache2-green.svg)](LICENSE)
[![clipped](https://github.com/mmourafiq/clipped/actions/workflows/clipped.yml/badge.svg)](https://github.com/mmourafiq/clipped/actions/workflows/clipped.yml)

<a href="https://github.com/mmourafiq/clipped"><img src="https://raw.githubusercontent.com/mmourafiq/clipped/master/artifacts/logo/clipped.svg" width="125" height="125" align="right" /></a>

# Clipped

Common shortcuts and utils for Python and CLI projects.

## Install

```bash
pip install clipped
```
