cobots2024


Namecobots2024 JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://cobots2024.halla.ai
SummaryCollaborative Robot Applications
upload_time2024-06-11 00:37:47
maintainerNone
docs_urlNone
authorYoung Joon Lee
requires_python<3.13,>=3.9
licenseCC-BY-4.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 협동로봇활용 2024

[![halla-img]][halla-url]
[![course-img]][course-url]
[![lecture-img]][lecture-url]
[![pypi-image]][pypi-url]
[![version-image]][release-url]
[![release-date-image]][release-url]
[![license-image]][license-url]
[![codecov][codecov-image]][codecov-url]
[![jupyter-book-image]][docs-url]

<!-- Links: -->

[halla-img]: https://img.shields.io/badge/CHU-halla.ai-blue
[halla-url]: https://halla.ai
[course-img]: https://img.shields.io/badge/course-entelecheia.ai-blue
[course-url]: https://course.entelecheia.ai
[lecture-img]: https://img.shields.io/badge/lecture-entelecheia.ai-blue
[lecture-url]: https://lecture.entelecheia.ai
[codecov-image]: https://codecov.io/gh/chu-aie/cobots-2024/branch/main/graph/badge.svg?token=IFGaRC86K7
[codecov-url]: https://codecov.io/gh/chu-aie/cobots-2024
[pypi-image]: https://img.shields.io/pypi/v/cobots2024
[license-image]: https://img.shields.io/github/license/chu-aie/cobots-2024
[license-url]: https://github.com/chu-aie/cobots-2024/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/chu-aie/cobots-2024?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/chu-aie/cobots-2024
[release-url]: https://github.com/chu-aie/cobots-2024/releases
[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg
[repo-url]: https://github.com/chu-aie/cobots-2024
[pypi-url]: https://pypi.org/project/cobots2024
[docs-url]: https://cobots2024.halla.ai
[changelog]: https://github.com/chu-aie/cobots-2024/blob/main/CHANGELOG.md
[contributing guidelines]: https://github.com/chu-aie/cobots-2024/blob/main/CONTRIBUTING.md

<!-- Links: -->

Collaborative Robot Applications

- Documentation: [https://cobots2024.halla.ai][docs-url]
- GitHub: [https://github.com/chu-aie/cobots-2024][repo-url]
- PyPI: [https://pypi.org/project/cobots2024][pypi-url]

이 과정은 협동로봇의 기본적인 이해부터 고급 프로그래밍 기술까지 다루며, 학생들이 협동로봇을 활용한 다양한 작업 공정을 설계하고 구현할 수 있는 능력을 배양하는 것을 목표로 합니다. 로봇 시스템 설치, 조작, 프로그래밍, 그리고 실제 작업 공정 구현까지의 전 과정을 학습합니다.

## Installation

To install the Cobots 2024 package, use the following command:

```
pip install cobots2024
```

Or

```
pip install --user cobots2024
```

The `--user` flag is optional and can be used to install the package in the user's home directory instead of the system-wide location.

## Usage

To use the Cobots 2024 CLI, run the following command:

```
cobots2024 [OPTIONS]
```

If no option is provided, the website of the book will open in the default web browser.

### Options

The following options are available:

- `--version`: Show the version of the package and exit.
- `-b`, `--build`: Build the book.
- `-l`, `--local`: Open the locally built HTML version of the book in the browser.
- `--help`: Show the help message and exit.

### Examples

1. To build the book, use the following command:

   ```
   cobots2024 --build
   ```

   This will trigger the build process for the book.

2. To open the locally built HTML version of the book in the browser, use the following command:

   ```
   cobots2024 --local
   ```

   This will open the book's HTML file in your default web browser.

3. To view the version of the package, use the following command:

   ```
   cobots2024 --version
   ```

   This will display the version number of the Cobots 2024 package.

For more information and additional options, run `cobots2024 --help` to see the help message.

## Contributors

## Changelog

See the [CHANGELOG] for more information.

## Contributing

Contributions are welcome! Please see the [contributing guidelines] for more information.

## License

This project is released under the [CC-BY-4.0 License][license-url].


            

Raw data

            {
    "_id": null,
    "home_page": "https://cobots2024.halla.ai",
    "name": "cobots2024",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Young Joon Lee",
    "author_email": "yj.lee@chu.ac.kr",
    "download_url": "https://files.pythonhosted.org/packages/42/06/6533718f1c903ccdfa06f9e095b20b54ae3cf788be0a396b3d8d672553ee/cobots2024-0.5.0.tar.gz",
    "platform": null,
    "description": "# \ud611\ub3d9\ub85c\ubd07\ud65c\uc6a9 2024\n\n[![halla-img]][halla-url]\n[![course-img]][course-url]\n[![lecture-img]][lecture-url]\n[![pypi-image]][pypi-url]\n[![version-image]][release-url]\n[![release-date-image]][release-url]\n[![license-image]][license-url]\n[![codecov][codecov-image]][codecov-url]\n[![jupyter-book-image]][docs-url]\n\n<!-- Links: -->\n\n[halla-img]: https://img.shields.io/badge/CHU-halla.ai-blue\n[halla-url]: https://halla.ai\n[course-img]: https://img.shields.io/badge/course-entelecheia.ai-blue\n[course-url]: https://course.entelecheia.ai\n[lecture-img]: https://img.shields.io/badge/lecture-entelecheia.ai-blue\n[lecture-url]: https://lecture.entelecheia.ai\n[codecov-image]: https://codecov.io/gh/chu-aie/cobots-2024/branch/main/graph/badge.svg?token=IFGaRC86K7\n[codecov-url]: https://codecov.io/gh/chu-aie/cobots-2024\n[pypi-image]: https://img.shields.io/pypi/v/cobots2024\n[license-image]: https://img.shields.io/github/license/chu-aie/cobots-2024\n[license-url]: https://github.com/chu-aie/cobots-2024/blob/main/LICENSE\n[version-image]: https://img.shields.io/github/v/release/chu-aie/cobots-2024?sort=semver\n[release-date-image]: https://img.shields.io/github/release-date/chu-aie/cobots-2024\n[release-url]: https://github.com/chu-aie/cobots-2024/releases\n[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg\n[repo-url]: https://github.com/chu-aie/cobots-2024\n[pypi-url]: https://pypi.org/project/cobots2024\n[docs-url]: https://cobots2024.halla.ai\n[changelog]: https://github.com/chu-aie/cobots-2024/blob/main/CHANGELOG.md\n[contributing guidelines]: https://github.com/chu-aie/cobots-2024/blob/main/CONTRIBUTING.md\n\n<!-- Links: -->\n\nCollaborative Robot Applications\n\n- Documentation: [https://cobots2024.halla.ai][docs-url]\n- GitHub: [https://github.com/chu-aie/cobots-2024][repo-url]\n- PyPI: [https://pypi.org/project/cobots2024][pypi-url]\n\n\uc774 \uacfc\uc815\uc740 \ud611\ub3d9\ub85c\ubd07\uc758 \uae30\ubcf8\uc801\uc778 \uc774\ud574\ubd80\ud130 \uace0\uae09 \ud504\ub85c\uadf8\ub798\ubc0d \uae30\uc220\uae4c\uc9c0 \ub2e4\ub8e8\uba70, \ud559\uc0dd\ub4e4\uc774 \ud611\ub3d9\ub85c\ubd07\uc744 \ud65c\uc6a9\ud55c \ub2e4\uc591\ud55c \uc791\uc5c5 \uacf5\uc815\uc744 \uc124\uacc4\ud558\uace0 \uad6c\ud604\ud560 \uc218 \uc788\ub294 \ub2a5\ub825\uc744 \ubc30\uc591\ud558\ub294 \uac83\uc744 \ubaa9\ud45c\ub85c \ud569\ub2c8\ub2e4. \ub85c\ubd07 \uc2dc\uc2a4\ud15c \uc124\uce58, \uc870\uc791, \ud504\ub85c\uadf8\ub798\ubc0d, \uadf8\ub9ac\uace0 \uc2e4\uc81c \uc791\uc5c5 \uacf5\uc815 \uad6c\ud604\uae4c\uc9c0\uc758 \uc804 \uacfc\uc815\uc744 \ud559\uc2b5\ud569\ub2c8\ub2e4.\n\n## Installation\n\nTo install the Cobots 2024 package, use the following command:\n\n```\npip install cobots2024\n```\n\nOr\n\n```\npip install --user cobots2024\n```\n\nThe `--user` flag is optional and can be used to install the package in the user's home directory instead of the system-wide location.\n\n## Usage\n\nTo use the Cobots 2024 CLI, run the following command:\n\n```\ncobots2024 [OPTIONS]\n```\n\nIf no option is provided, the website of the book will open in the default web browser.\n\n### Options\n\nThe following options are available:\n\n- `--version`: Show the version of the package and exit.\n- `-b`, `--build`: Build the book.\n- `-l`, `--local`: Open the locally built HTML version of the book in the browser.\n- `--help`: Show the help message and exit.\n\n### Examples\n\n1. To build the book, use the following command:\n\n   ```\n   cobots2024 --build\n   ```\n\n   This will trigger the build process for the book.\n\n2. To open the locally built HTML version of the book in the browser, use the following command:\n\n   ```\n   cobots2024 --local\n   ```\n\n   This will open the book's HTML file in your default web browser.\n\n3. To view the version of the package, use the following command:\n\n   ```\n   cobots2024 --version\n   ```\n\n   This will display the version number of the Cobots 2024 package.\n\nFor more information and additional options, run `cobots2024 --help` to see the help message.\n\n## Contributors\n\n## Changelog\n\nSee the [CHANGELOG] for more information.\n\n## Contributing\n\nContributions are welcome! Please see the [contributing guidelines] for more information.\n\n## License\n\nThis project is released under the [CC-BY-4.0 License][license-url].\n\n",
    "bugtrack_url": null,
    "license": "CC-BY-4.0",
    "summary": "Collaborative Robot Applications",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://cobots2024.halla.ai",
        "Repository": "https://github.com/chu-aie/cobots-2024"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e5e4a8a7a6d382d1899b948a26e30b2022968da051e8ee6bb25bbe7770769e3",
                "md5": "4760cc73100162d626887c00afc45ac6",
                "sha256": "29094245bda617e8b7aac799b923a7fac0fed74b6cea15720e04dd69e8d8c5c3"
            },
            "downloads": -1,
            "filename": "cobots2024-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4760cc73100162d626887c00afc45ac6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 13521759,
            "upload_time": "2024-06-11T00:37:44",
            "upload_time_iso_8601": "2024-06-11T00:37:44.741526Z",
            "url": "https://files.pythonhosted.org/packages/9e/5e/4a8a7a6d382d1899b948a26e30b2022968da051e8ee6bb25bbe7770769e3/cobots2024-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42066533718f1c903ccdfa06f9e095b20b54ae3cf788be0a396b3d8d672553ee",
                "md5": "cccd635b37f10a910a72010711b907ff",
                "sha256": "88993ec5e6e60939f59602faa05a6c2e351c0f56ad39298984999c40c70c68e7"
            },
            "downloads": -1,
            "filename": "cobots2024-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cccd635b37f10a910a72010711b907ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 13486850,
            "upload_time": "2024-06-11T00:37:47",
            "upload_time_iso_8601": "2024-06-11T00:37:47.350230Z",
            "url": "https://files.pythonhosted.org/packages/42/06/6533718f1c903ccdfa06f9e095b20b54ae3cf788be0a396b3d8d672553ee/cobots2024-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 00:37:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chu-aie",
    "github_project": "cobots-2024",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cobots2024"
}
        
Elapsed time: 0.51365s