Metadata-Version: 2.3
Name: fuzzy-set-nokia
Version: 0.1.2
Summary: This library allows to manipulate and plot Fuzzy Sets, Fuzzy Numbers, Trapezoidal Fuzzy Numbers and Triangular Fuzzy Numbers
License: BSD-3
Author: Marc-Olivier Buob
Author-email: marc-olivier.buob@nokia-bell-labs.com
Requires-Python: >= 3.9
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Documentation :: Sphinx
Requires-Dist: matplotlib (>=3.10.3)
Requires-Dist: numpy (>=1.26.1)
Requires-Dist: scipy (>=1.11.3)
Description-Content-Type: text/markdown

# `fuzzy-set`

[![PyPI](https://img.shields.io/pypi/v/fuzzy-set-nokia.svg)](https://pypi.python.org/pypi/fuzzy-set-nokia/)
[![Build](https://github.com/Nokia-Bell-Labs/fuzzy-set/workflows/build/badge.svg)](https://github.com/Nokia-Bell-Labs/fuzzy-set/actions/workflows/build.yml)
[![Documentation](https://github.com/Nokia-Bell-Labs/fuzzy-set/workflows/docs/badge.svg)](https://github.com/Nokia-Bell-Labs/fuzzy-set/actions/workflows/docs.yml)
[![ReadTheDocs](https://readthedocs.org/projects/fuzzy-set/badge/?version=latest)](https://fuzzy-set.readthedocs.io/en/)


## Overview

The `fuzzy-set` package provides a [Python3](https://www.python.org/downloads/) framework built on top of [Numpy](https://numpy.org/) and [Matplotlib](https://matplotlib.org/) allowing to manipulate and plot:

* [Fuzzy Sets](https://fuzzy-set.readthedocs.io/en/latest/fuzzy_set.fuzzy_set.html)
* [Fuzzy Numbers](https://fuzzy-set.readthedocs.io/en/latest/fuzzy_set.fuzzy_number.html)
* [Trapezoidal Fuzzy Numbers](https://fuzzy-set.readthedocs.io/en/latest/fuzzy_set.fuzzy_set.html)

## [Documentation](https://fuzzy-set.readthedocs.io/en/latest/)

* [Installation](https://fuzzy-set.readthedocs.io/en/latest/installation.html)
* [API](https://fuzzy-set.readthedocs.io/en/latest/api/index.html)
* [Authors](https://fuzzy-set.readthedocs.io/en/latest/authors.html)
* [History](https://fuzzy-set.readthedocs.io/en/latest/history.html)

## References

* [Wikipedia: Fuzzy set](https://en.wikipedia.org/wiki/Fuzzy_set) 
* [Managing Uncertainties in ICT Services Life Cycle Assessment using Fuzzy Logic](https://hal.science/hal-04532041/), Édouard Guégain, Thibault Simon, Alban Rahier, Romain Rouvoy
* [Environmental life cycle assessment with support of fuzzy-sets](https://link.springer.com/article/10.1007/BF02977589), Albert Weckenmann & Achim Schwan
* [Ecologits Github](https://github.com/genai-impact/ecologits/tree/main/ecologits/data)

