Metadata-Version: 2.1
Name: sebaubuntu_libs
Version: 1.4.2
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
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: docs
Requires-Dist: GitPython (>=3.1.27,<4.0.0)
Requires-Dist: pyelftools (>=0.29,<0.31)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: sphinx (>=5.0.1,<8.0.0) ; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1,<3) ; extra == "docs"
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)
[![Documentation Status](https://readthedocs.org/projects/sebaubuntu_libs/badge/?version=latest)](https://sebaubuntu_libs.readthedocs.io/en/latest/?badge=latest)

A collection of code shared between my projects

## Installation

```sh
pip3 install sebaubuntu_libs
```

## Documentation

Complete documentation at [Read the Docs](https://sebaubuntu-libs.readthedocs.io)

# License

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

