os2024


Nameos2024 JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://os2024.halla.ai
SummaryOperating Systems 2024 Class
upload_time2024-06-11 00:39:05
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/os-2024/branch/main/graph/badge.svg?token=WvzaewFR3I
[codecov-url]: https://codecov.io/gh/chu-aie/os-2024
[pypi-image]: https://img.shields.io/pypi/v/os2024
[license-image]: https://img.shields.io/github/license/chu-aie/os-2024
[license-url]: https://github.com/chu-aie/os-2024/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/chu-aie/os-2024?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/chu-aie/os-2024
[release-url]: https://github.com/chu-aie/os-2024/releases
[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg
[repo-url]: https://github.com/chu-aie/os-2024
[pypi-url]: https://pypi.org/project/os2024
[docs-url]: https://os2024.halla.ai
[changelog]: https://github.com/chu-aie/os-2024/blob/main/CHANGELOG.md
[contributing guidelines]: https://github.com/chu-aie/os-2024/blob/main/CONTRIBUTING.md

<!-- Links: -->

Operating Systems 2024 Class

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

이 수업에서는 컴퓨터 시스템의 작동에 필수적인 운영체제의 설계, 기능, 관리에 대해 포괄적으로 다룹니다. 프로세스 관리, 메모리 관리, 파일 시스템 등 운영체제의 이론적・실질적 측면과 리눅스 운영체제에 대한 깊은 이해를 얻게 됩니다. 강의, 실습, 프로젝트를 통해 운영체제의 작동 방식, 하드웨어 및 소프트웨어와의 상호 작용, 운영체제 리소스의 효율적인 관리 방법을 배울 것입니다.

## Installation

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

```
pip install os2024
```

Or

```
pip install --user os2024
```

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 OS 2024 CLI, run the following command:

```
os2024 [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:

   ```
   os2024 --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:

   ```
   os2024 --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:

   ```
   os2024 --version
   ```

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

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

## 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://os2024.halla.ai",
    "name": "os2024",
    "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/e7/5e/740ce58bb7b09a2e3a68cbb70100bbc214e876e43c3dd3dc091c16cd3e38/os2024-0.7.0.tar.gz",
    "platform": null,
    "description": "# \uc6b4\uc601\uccb4\uc81c 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/os-2024/branch/main/graph/badge.svg?token=WvzaewFR3I\n[codecov-url]: https://codecov.io/gh/chu-aie/os-2024\n[pypi-image]: https://img.shields.io/pypi/v/os2024\n[license-image]: https://img.shields.io/github/license/chu-aie/os-2024\n[license-url]: https://github.com/chu-aie/os-2024/blob/main/LICENSE\n[version-image]: https://img.shields.io/github/v/release/chu-aie/os-2024?sort=semver\n[release-date-image]: https://img.shields.io/github/release-date/chu-aie/os-2024\n[release-url]: https://github.com/chu-aie/os-2024/releases\n[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg\n[repo-url]: https://github.com/chu-aie/os-2024\n[pypi-url]: https://pypi.org/project/os2024\n[docs-url]: https://os2024.halla.ai\n[changelog]: https://github.com/chu-aie/os-2024/blob/main/CHANGELOG.md\n[contributing guidelines]: https://github.com/chu-aie/os-2024/blob/main/CONTRIBUTING.md\n\n<!-- Links: -->\n\nOperating Systems 2024 Class\n\n- Documentation: [https://os2024.halla.ai][docs-url]\n- GitHub: [https://github.com/chu-aie/os-2024][repo-url]\n- PyPI: [https://pypi.org/project/os2024][pypi-url]\n\n\uc774 \uc218\uc5c5\uc5d0\uc11c\ub294 \ucef4\ud4e8\ud130 \uc2dc\uc2a4\ud15c\uc758 \uc791\ub3d9\uc5d0 \ud544\uc218\uc801\uc778 \uc6b4\uc601\uccb4\uc81c\uc758 \uc124\uacc4, \uae30\ub2a5, \uad00\ub9ac\uc5d0 \ub300\ud574 \ud3ec\uad04\uc801\uc73c\ub85c \ub2e4\ub8f9\ub2c8\ub2e4. \ud504\ub85c\uc138\uc2a4 \uad00\ub9ac, \uba54\ubaa8\ub9ac \uad00\ub9ac, \ud30c\uc77c \uc2dc\uc2a4\ud15c \ub4f1 \uc6b4\uc601\uccb4\uc81c\uc758 \uc774\ub860\uc801\u30fb\uc2e4\uc9c8\uc801 \uce21\uba74\uacfc \ub9ac\ub205\uc2a4 \uc6b4\uc601\uccb4\uc81c\uc5d0 \ub300\ud55c \uae4a\uc740 \uc774\ud574\ub97c \uc5bb\uac8c \ub429\ub2c8\ub2e4. \uac15\uc758, \uc2e4\uc2b5, \ud504\ub85c\uc81d\ud2b8\ub97c \ud1b5\ud574 \uc6b4\uc601\uccb4\uc81c\uc758 \uc791\ub3d9 \ubc29\uc2dd, \ud558\ub4dc\uc6e8\uc5b4 \ubc0f \uc18c\ud504\ud2b8\uc6e8\uc5b4\uc640\uc758 \uc0c1\ud638 \uc791\uc6a9, \uc6b4\uc601\uccb4\uc81c \ub9ac\uc18c\uc2a4\uc758 \ud6a8\uc728\uc801\uc778 \uad00\ub9ac \ubc29\ubc95\uc744 \ubc30\uc6b8 \uac83\uc785\ub2c8\ub2e4.\n\n## Installation\n\nTo install the OS 2024 package, use the following command:\n\n```\npip install os2024\n```\n\nOr\n\n```\npip install --user os2024\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 OS 2024 CLI, run the following command:\n\n```\nos2024 [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   os2024 --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   os2024 --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   os2024 --version\n   ```\n\n   This will display the version number of the OS 2024 package.\n\nFor more information and additional options, run `os2024 --help` to see the help message.\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": "Operating Systems 2024 Class",
    "version": "0.7.0",
    "project_urls": {
        "Homepage": "https://os2024.halla.ai",
        "Repository": "https://github.com/chu-aie/os-2024"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c44a23911c5ecb9a8ef3ebd4c0cf084386a0f7e48fc3f9c3cdc63db9d9204c3b",
                "md5": "e7286169f042a65a03435076418f8cb2",
                "sha256": "a82dfa24848d40e44e50b327fa3e85c64acd53b24afdbf5bd8767108425d2fce"
            },
            "downloads": -1,
            "filename": "os2024-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7286169f042a65a03435076418f8cb2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 3188584,
            "upload_time": "2024-06-11T00:39:03",
            "upload_time_iso_8601": "2024-06-11T00:39:03.539800Z",
            "url": "https://files.pythonhosted.org/packages/c4/4a/23911c5ecb9a8ef3ebd4c0cf084386a0f7e48fc3f9c3cdc63db9d9204c3b/os2024-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e75e740ce58bb7b09a2e3a68cbb70100bbc214e876e43c3dd3dc091c16cd3e38",
                "md5": "1404859822cef50f136bd2721d54eeca",
                "sha256": "adeda3d2eec225b15136211b1111eccc8831e5204d396097a24d6b191af49954"
            },
            "downloads": -1,
            "filename": "os2024-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1404859822cef50f136bd2721d54eeca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 3130970,
            "upload_time": "2024-06-11T00:39:05",
            "upload_time_iso_8601": "2024-06-11T00:39:05.597774Z",
            "url": "https://files.pythonhosted.org/packages/e7/5e/740ce58bb7b09a2e3a68cbb70100bbc214e876e43c3dd3dc091c16cd3e38/os2024-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 00:39:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chu-aie",
    "github_project": "os-2024",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "os2024"
}
        
Elapsed time: 0.67682s