Metadata-Version: 2.1
Name: besser
Version: 1.0.0
Summary: BESSER
Author: Luxembourg Institute of Science and Technology
License: MIT
Project-URL: Documentation, https://besser.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/BESSER-PEARL/BESSER
Project-URL: Bug Tracker, https://github.com/BESSER-PEARL/BESSER/issues
Keywords: uml,code generation,python
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: Arpeggio==2.0.2
Requires-Dist: colorama==0.4.6
Requires-Dist: iniconfig==2.0.0
Requires-Dist: packaging
Requires-Dist: pluggy==1.2.0
Requires-Dist: pytest==7.4.0
Requires-Dist: setuptools==68.2.2
Requires-Dist: textX==3.1.1
Requires-Dist: jinja2==3.1.2
Requires-Dist: antlr4-python3-runtime==4.13.1
Requires-Dist: requests==2.31.0
Requires-Dist: fastapi==0.110.0
Requires-Dist: pydantic==2.6.3
Requires-Dist: uvicorn==0.28.0

# BESSER

BESSER is a [low-modeling](https://modeling-languages.com/welcome-to-the-low-modeling-revolution/) [low-code](https://modeling-languages.com/low-code-vs-model-driven/) open-source platform. BESSER (Building bEtter Smart Software fastER) is funded thanks to an [FNR Pearl grant](https://modeling-languages.com/a-smart-low-code-platform-for-smart-software-in-luxembourg-goodbye-barcelona/) led by the [Luxembourg Institute of Science and Technology](https://www.list.lu/) with the participation of the [Snt/University of Luxembourg](https://www.uni.lu/snt-en/) and open to all your contributions!

The BESSER low-code platform is built on top of our Python-based personal interpretation of a "Universal Modeling Language" (yes, heavily inspired and a simplified version of the better known UML, the Unified Modeling Language) 

**Check out the official [documentation](https://besser.readthedocs.io/en/latest/)**

## Basic Installation

BESSER works with Python 3.9+. We recommend creating a virtual environment (e.g. [venv](https://docs.python.org/3/tutorial/venv.html), [conda](https://docs.conda.io/en/latest/)).

The latest stable version of BESSER is available in the Python Package Index (PyPi) and can be installed using

    $ pip install besser

## Building From Source

If you prefer to obtain the full code, you can clone the git repository.

    $ git clone https://github.com/BESSER-PEARL/BESSER.git
    $ cd BESSER

Install *build*, then generate and install the *besser* package. Remember to replace `*.*.*` by the package version number.

    $ pip install --upgrade build
    $ python -m build
    $ pip install dist/besser-*.*.*-py3-none-any.whl

You can check the installation of the *besser* package.

    $ pip list

## Contributing

We encourage contributions from the community and any comment is welcome!

If you are interested in contributing to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.

## Code of Conduct

At BESSER, our commitment is centered on establishing and maintaining development environments that are welcoming, inclusive, safe and free from all forms of harassment. All participants are expected to voluntarily respect and support our [Code of Conduct](CODE_OF_CONDUCT.md).

## Governance

The development of this project follows the governance rules described in the [GOVERNANCE.md](GOVERNANCE.md) document.

## Contact
You can reach us at: [info@besser-pearl.org](mailto:info@besser-pearl-org)

Website: https://besser-pearl.github.io/teampage/

## License

This project is licensed under the [MIT](https://mit-license.org/) license.
