Name | unibo-dtm-se-calculator JSON |
Version |
0.1.1
JSON |
| download |
home_page | None |
Summary | A simple calculator toolkit written in Python, with several UIs. It is part of the Software Engineering course at the University of Bologna. |
upload_time | 2024-03-23 14:56:04 |
maintainer | None |
docs_url | None |
author | Giovanni Ciatto |
requires_python | <4.0.0,>=3.10.0 |
license | Apache 2.0 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Calculator
A simple calculator toolkit written in Python, with several UIs.
## Remarks
UI code is clearly separated from the business logic.
Actually, two sorts of UIs are provided: a command-line interface (CLI) and a graphical user interface (GUI),
based on [Kivy](https://kivy.org/).
## Requirements and dependencies
You only need [Poetry](https://python-poetry.org/), any other dependency is managed by it.
Just ensure you have Poetry installed.
To do that, open a shell and run the following command:
```bash
pip install poetry
```
### Restore development environment
To restore the development environment, just run the following commands:
```bash
poetry install
```
### Activate the developement environment
To activate the development environment, just run the following command:
```bash
poetry shell
```
Raw data
{
"_id": null,
"home_page": null,
"name": "unibo-dtm-se-calculator",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0.0,>=3.10.0",
"maintainer_email": null,
"keywords": null,
"author": "Giovanni Ciatto",
"author_email": "giovanni.ciatto@unibo.it",
"download_url": "https://files.pythonhosted.org/packages/04/3b/f87529e3f431f3fa993c20ed45de14251adfef1ba33b41e5220f4d2b2f56/unibo_dtm_se_calculator-0.1.1.tar.gz",
"platform": null,
"description": "# Calculator\n\nA simple calculator toolkit written in Python, with several UIs.\n\n## Remarks\n\nUI code is clearly separated from the business logic. \nActually, two sorts of UIs are provided: a command-line interface (CLI) and a graphical user interface (GUI), \nbased on [Kivy](https://kivy.org/).\n\n## Requirements and dependencies\n\nYou only need [Poetry](https://python-poetry.org/), any other dependency is managed by it.\n\nJust ensure you have Poetry installed. \nTo do that, open a shell and run the following command:\n\n```bash\npip install poetry\n```\n\n### Restore development environment\n\nTo restore the development environment, just run the following commands:\n\n```bash\npoetry install\n```\n\n###\u00a0Activate the developement environment\n\nTo activate the development environment, just run the following command:\n\n```bash\npoetry shell\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "A simple calculator toolkit written in Python, with several UIs. It is part of the Software Engineering course at the University of Bologna.",
"version": "0.1.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "80d6291dd899ef397929c253927a97b354ad535099890f0180d251e763fff05f",
"md5": "0729ea951262e938511df388f98ae468",
"sha256": "c95840926d019f6ed1f5919d480a990254f4109d230b1c916f2f8dce0137cad9"
},
"downloads": -1,
"filename": "unibo_dtm_se_calculator-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0729ea951262e938511df388f98ae468",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0.0,>=3.10.0",
"size": 7453,
"upload_time": "2024-03-23T14:56:02",
"upload_time_iso_8601": "2024-03-23T14:56:02.668467Z",
"url": "https://files.pythonhosted.org/packages/80/d6/291dd899ef397929c253927a97b354ad535099890f0180d251e763fff05f/unibo_dtm_se_calculator-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "043bf87529e3f431f3fa993c20ed45de14251adfef1ba33b41e5220f4d2b2f56",
"md5": "8461d735ee44e5abc4090426e118c476",
"sha256": "a4504cf1c584d5c059a66538619184911beda9fdfe034f7cbe4e6f92009797f1"
},
"downloads": -1,
"filename": "unibo_dtm_se_calculator-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "8461d735ee44e5abc4090426e118c476",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0.0,>=3.10.0",
"size": 6168,
"upload_time": "2024-03-23T14:56:04",
"upload_time_iso_8601": "2024-03-23T14:56:04.672877Z",
"url": "https://files.pythonhosted.org/packages/04/3b/f87529e3f431f3fa993c20ed45de14251adfef1ba33b41e5220f4d2b2f56/unibo_dtm_se_calculator-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-23 14:56:04",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "unibo-dtm-se-calculator"
}