Metadata-Version: 2.4
Name: sebaubuntu_libs
Version: 2.0.0
Summary: SebaUbuntu's shared libs
License: Apache-2.0
License-File: LICENSES/Apache-2.0.txt
License-File: LICENSES/MIT.txt
Author: Sebastiano Barezzi
Author-email: seba@sebaubuntu.dev
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: docs
Requires-Dist: GitPython (>=3.1.27,<4.0.0)
Requires-Dist: pyelftools (>=0.29,<0.33)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: sphinx (>=5.0.1,<8.0.0) ; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1,<4) ; 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://app.codacy.com/gh/sebaubuntu-python/sebaubuntu_libs/dashboard?utm_source=gh&utm_medium=referral&utm_content=&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
pip install sebaubuntu_libs
```

## Documentation

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

## License

```
#
# SPDX-FileCopyrightText: Sebastiano Barezzi
# SPDX-License-Identifier: Apache-2.0
#
```

