Metadata-Version: 2.1
Name: sebaubuntu-libs
Version: 1.3.3
Summary: SebaUbuntu's shared libs
Home-page: https://github.com/sebaubuntu-python/sebaubuntu_libs
License: Apache-2.0
Author: Sebastiano Barezzi
Author-email: barezzisebastiano@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
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-Dist: GitPython (>=3.1.27,<4.0.0)
Requires-Dist: pyelftools (>=0.29,<0.30)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Repository, https://github.com/sebaubuntu-python/sebaubuntu_libs
Description-Content-Type: text/markdown

# sebaubuntu_libs

[![PyPI version](https://img.shields.io/pypi/v/sebaubuntu_libs)](https://pypi.org/project/sebaubuntu_libs/)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/8c14dd62f48043fdadbc5a31361310f5)](https://www.codacy.com/gh/sebaubuntu-python/sebaubuntu_libs/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=sebaubuntu-python/sebaubuntu_libs&amp;utm_campaign=Badge_Grade)

A collection of code shared between my projects

## Installation

```sh
pip3 install sebaubuntu_libs
```

# License

```
#
# Copyright (C) 2022 Sebastiano Barezzi
#
# SPDX-License-Identifier: Apache-2.0
#
```

