Metadata-Version: 2.4
Name: commonlibs
Version: 1.0.0
Summary: Libraries used by different packages
Home-page: https://github.com/airinnova/commonlibs
Author: Aaron Dettmann
Author-email: dettmann@kth.se
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: schemadict
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![Latest PyPI version](https://img.shields.io/pypi/v/commonlibs.svg?style=flat)](https://pypi.org/project/commonlibs/)
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/airinnova/commonlibs/blob/master/LICENSE.txt)
[![Documentation Status](https://readthedocs.org/projects/commonlibs/badge/?version=latest)](https://commonlibs.readthedocs.io/en/latest/?badge=latest)
[![Build status](https://travis-ci.org/airinnova/commonlibs.svg?branch=master)](https://travis-ci.org/airinnova/commonlibs)
[![Coverage](https://codecov.io/gh/airinnova/commonlibs/branch/master/graph/badge.svg)](https://codecov.io/gh/airinnova/commonlibs)

---

<img src="https://raw.githubusercontent.com/airinnova/commonlibs/master/docs/source/_static/images/logo.png" alt="CommonLibs" width="100" />

**CommonLibs** is a Python library package providing general tools used by other applications. It includes the following sub-packages:

- **fileio**: Tools for simpler file path handling  
- **logger**: Consistent logging across different Python packages  
- **math**: Vector manipulations  
- **dicts**: Dictionary tools

### 📚 Documentation
See: [https://commonlibs.readthedocs.io/](https://commonlibs.readthedocs.io/)

### 🚀 Installation
```bash
pip install commonlibs

