besser


Namebesser JSON
Version 1.1.1 PyPI version JSON
download
home_pageNone
SummaryBESSER
upload_time2024-05-05 18:49:54
maintainerNone
docs_urlNone
authorLuxembourg Institute of Science and Technology
requires_python>=3.9
licenseMIT
keywords uml code generation python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

## Examples
If you want to try examples, check out the [BESSER-examples](https://github.com/BESSER-PEARL/BESSER-examples) repository!

## 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "besser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "uml, code generation, python",
    "author": "Luxembourg Institute of Science and Technology",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/37/bc/23fd08bf3b16d6f34e1c4ff065e11537c5f10a3a8482a9d737e8b1c2398d/besser-1.1.1.tar.gz",
    "platform": null,
    "description": "# BESSER\r\n\r\nBESSER 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!\r\n\r\nThe 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) \r\n\r\n**Check out the official [documentation](https://besser.readthedocs.io/en/latest/)**\r\n\r\n## Basic Installation\r\n\r\nBESSER 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/)).\r\n\r\nThe latest stable version of BESSER is available in the Python Package Index (PyPi) and can be installed using\r\n\r\n    $ pip install besser\r\n\r\n## Building From Source\r\n\r\nIf you prefer to obtain the full code, you can clone the git repository.\r\n\r\n    $ git clone https://github.com/BESSER-PEARL/BESSER.git\r\n    $ cd BESSER\r\n\r\nInstall *build*, then generate and install the *besser* package. Remember to replace `*.*.*` by the package version number.\r\n\r\n    $ pip install --upgrade build\r\n    $ python -m build\r\n    $ pip install dist/besser-*.*.*-py3-none-any.whl\r\n\r\nYou can check the installation of the *besser* package.\r\n\r\n    $ pip list\r\n\r\n## Examples\r\nIf you want to try examples, check out the [BESSER-examples](https://github.com/BESSER-PEARL/BESSER-examples) repository!\r\n\r\n## Contributing\r\n\r\nWe encourage contributions from the community and any comment is welcome!\r\n\r\nIf you are interested in contributing to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.\r\n\r\n## Code of Conduct\r\n\r\nAt 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).\r\n\r\n## Governance\r\n\r\nThe development of this project follows the governance rules described in the [GOVERNANCE.md](GOVERNANCE.md) document.\r\n\r\n## Contact\r\nYou can reach us at: [info@besser-pearl.org](mailto:info@besser-pearl-org)\r\n\r\nWebsite: https://besser-pearl.github.io/teampage/\r\n\r\n## License\r\n\r\nThis project is licensed under the [MIT](https://mit-license.org/) license.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "BESSER",
    "version": "1.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/BESSER-PEARL/BESSER/issues",
        "Documentation": "https://besser.readthedocs.io/en/latest/",
        "Source Code": "https://github.com/BESSER-PEARL/BESSER"
    },
    "split_keywords": [
        "uml",
        " code generation",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51868ebc6befefcb8b6755f61ed5e6711aa2957be9f5812476fc1dfe3572c67f",
                "md5": "ec11fe3bfff8992c584cebce407b4aad",
                "sha256": "6b6194eae817819f35743282507c80c973ee38f025f61783914025bae70525b2"
            },
            "downloads": -1,
            "filename": "besser-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec11fe3bfff8992c584cebce407b4aad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 113364,
            "upload_time": "2024-05-05T18:49:52",
            "upload_time_iso_8601": "2024-05-05T18:49:52.157454Z",
            "url": "https://files.pythonhosted.org/packages/51/86/8ebc6befefcb8b6755f61ed5e6711aa2957be9f5812476fc1dfe3572c67f/besser-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37bc23fd08bf3b16d6f34e1c4ff065e11537c5f10a3a8482a9d737e8b1c2398d",
                "md5": "6085bd5fd0ad056dc78802815c7a98ed",
                "sha256": "82b98e34495ed61b271f1c2dd7723c7d3f2470f83e40659f543fd9609df13252"
            },
            "downloads": -1,
            "filename": "besser-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6085bd5fd0ad056dc78802815c7a98ed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 93458,
            "upload_time": "2024-05-05T18:49:54",
            "upload_time_iso_8601": "2024-05-05T18:49:54.355618Z",
            "url": "https://files.pythonhosted.org/packages/37/bc/23fd08bf3b16d6f34e1c4ff065e11537c5f10a3a8482a9d737e8b1c2398d/besser-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 18:49:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BESSER-PEARL",
    "github_project": "BESSER",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "besser"
}
        
Elapsed time: 0.25366s