sigmoid-check


Namesigmoid-check JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryA package for checking the implementation of tasks in Sigmoid Courses
upload_time2024-04-30 12:29:25
maintainerNone
docs_urlNone
authorSigmoidAI - Balamatiuc Eduard
requires_pythonNone
licenseApache License 2.0
keywords tasks check sigmoid sigmoidai sigmoid_check
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sigmoid_check

sigmoid_check is a library for automation testing of Sigmoid's homeworks. It contains a set of functions that can be used to test the correctness of the homeworks.

This version of the library is designed to work with the homeworks of the bootcamp "Python Odyssey" of Sigmoid.

# How to use sigmoid_check

To use sigmoid_check for a specific homework, you need to import the library and call the functions that are relevant to the homework from the specific event that they are assigned to.

To install sigmoid_check, you can use the following command:

```bash
pip install sigmoid_check
```

# To get check the homework of the lesson_10 for the Python Odyssey bootcamp, you can use the following code:

```python
from sigmoid_check.python_odyssey.lesson_10 import Lesson_10
```

Afterwards, you have to initiate a session with the following code:

```python
session = Lesson_10()
```

Then, you can use the functions of the session object to check the homework of the lesson_10. For example, to check the first task of the homework, you can use the following code (but make sure to first create the function `task_1` in the homework file and then call the function `check_task_1` from the session object):

```python
session.check_task_1(task_1)
```

To actually print the if the task is correct or not, you can use the following code:

```python
print(session.check_task_1(task_1))
```

The above checking of the task has to be done should be done to each task of the homework, otherwise the not considered tasks will be considered as incorrect.

To check the final result of the homework, after running all the tasks, you can use the following code:

```python
print(session.get_completion_percentage())
```

With <3 from Sigmoid!

We are open for feedback. Please send your impressions to balamatiuc2@gmail.com

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sigmoid-check",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "tasks, check, sigmoid, sigmoidai, sigmoid_check",
    "author": "SigmoidAI - Balamatiuc Eduard",
    "author_email": "balamatiuc2@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3d/ec/ee0fe42248432d5fb4b42ea951694d7ebf265a3c0b2f22b185d545189d46/sigmoid_check-0.0.5.tar.gz",
    "platform": null,
    "description": "# sigmoid_check\r\n\r\nsigmoid_check is a library for automation testing of Sigmoid's homeworks. It contains a set of functions that can be used to test the correctness of the homeworks.\r\n\r\nThis version of the library is designed to work with the homeworks of the bootcamp \"Python Odyssey\" of Sigmoid.\r\n\r\n# How to use sigmoid_check\r\n\r\nTo use sigmoid_check for a specific homework, you need to import the library and call the functions that are relevant to the homework from the specific event that they are assigned to.\r\n\r\nTo install sigmoid_check, you can use the following command:\r\n\r\n```bash\r\npip install sigmoid_check\r\n```\r\n\r\n# To get check the homework of the lesson_10 for the Python Odyssey bootcamp, you can use the following code:\r\n\r\n```python\r\nfrom sigmoid_check.python_odyssey.lesson_10 import Lesson_10\r\n```\r\n\r\nAfterwards, you have to initiate a session with the following code:\r\n\r\n```python\r\nsession = Lesson_10()\r\n```\r\n\r\nThen, you can use the functions of the session object to check the homework of the lesson_10. For example, to check the first task of the homework, you can use the following code (but make sure to first create the function `task_1` in the homework file and then call the function `check_task_1` from the session object):\r\n\r\n```python\r\nsession.check_task_1(task_1)\r\n```\r\n\r\nTo actually print the if the task is correct or not, you can use the following code:\r\n\r\n```python\r\nprint(session.check_task_1(task_1))\r\n```\r\n\r\nThe above checking of the task has to be done should be done to each task of the homework, otherwise the not considered tasks will be considered as incorrect.\r\n\r\nTo check the final result of the homework, after running all the tasks, you can use the following code:\r\n\r\n```python\r\nprint(session.get_completion_percentage())\r\n```\r\n\r\nWith <3 from Sigmoid!\r\n\r\nWe are open for feedback. Please send your impressions to balamatiuc2@gmail.com\r\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A package for checking the implementation of tasks in Sigmoid Courses",
    "version": "0.0.5",
    "project_urls": null,
    "split_keywords": [
        "tasks",
        " check",
        " sigmoid",
        " sigmoidai",
        " sigmoid_check"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14970b17afa0a69d281572cc3b06a5b9046b13b8e5e52782e75da78c1a81edd1",
                "md5": "f03d5223ec8073dafd57afd9145a68dc",
                "sha256": "d6a5077bbb9a64602f905a449127fb6bdaff250a2f5016da4cb8fb2d788c4ac1"
            },
            "downloads": -1,
            "filename": "sigmoid_check-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f03d5223ec8073dafd57afd9145a68dc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18607,
            "upload_time": "2024-04-30T12:29:23",
            "upload_time_iso_8601": "2024-04-30T12:29:23.193528Z",
            "url": "https://files.pythonhosted.org/packages/14/97/0b17afa0a69d281572cc3b06a5b9046b13b8e5e52782e75da78c1a81edd1/sigmoid_check-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3decee0fe42248432d5fb4b42ea951694d7ebf265a3c0b2f22b185d545189d46",
                "md5": "8f03fbf5912ef588315ffc6193cedb9e",
                "sha256": "fca0ee3bab6a8e459dd3bf01f827777bfebf8b57c6dca6b935b6a50e9874dfe4"
            },
            "downloads": -1,
            "filename": "sigmoid_check-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8f03fbf5912ef588315ffc6193cedb9e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17697,
            "upload_time": "2024-04-30T12:29:25",
            "upload_time_iso_8601": "2024-04-30T12:29:25.519654Z",
            "url": "https://files.pythonhosted.org/packages/3d/ec/ee0fe42248432d5fb4b42ea951694d7ebf265a3c0b2f22b185d545189d46/sigmoid_check-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 12:29:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sigmoid-check"
}
        
Elapsed time: 0.26662s