ut-course-catalog


Nameut-course-catalog JSON
Version 0.2.24 PyPI version JSON
download
home_pagehttps://github.com/34j/ut-course-catalog
SummaryPython package for fetching UTokyo Online Course Catalogue
upload_time2024-11-15 10:41:57
maintainerNone
docs_urlNone
author34j
requires_python<3.13,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UT Course Catalog

<p align="center">
  <a href="https://github.com/34j/ut-course-catalog/actions/workflows/ci.yml?query=branch%3Amain">
    <img src="https://img.shields.io/github/actions/workflow/status/34j/ut-course-catalog/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
  </a>
  <a href="https://ut-course-catalog.readthedocs.io">
    <img src="https://img.shields.io/readthedocs/ut-course-catalog.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
  </a>
  <a href="https://codecov.io/gh/34j/ut-course-catalog">
    <img src="https://img.shields.io/codecov/c/github/34j/ut-course-catalog.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
  </a>
</p>
<p align="center">
  <a href="https://python-poetry.org/">
    <img src="https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=" alt="Poetry">
  </a>
  <a href="https://github.com/ambv/black">
    <img src="https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square" alt="black">
  </a>
  <a href="https://github.com/pre-commit/pre-commit">
    <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
  </a>
</p>
<p align="center">
  <a href="https://pypi.org/project/ut-course-catalog/">
    <img src="https://img.shields.io/pypi/v/ut-course-catalog.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
  </a>
  <img src="https://img.shields.io/pypi/pyversions/ut-course-catalog.svg?style=flat-square&logo=python&amp;logoColor=fff" alt="Supported Python versions">
  <img src="https://img.shields.io/pypi/l/ut-course-catalog.svg?style=flat-square" alt="License">
</p>

Python package for fetching UTokyo Online Course Catalogue

## Installation

Install this via pipx or pip (or your favourite package manager):

```shell
pipx install ut-course-catalog
```

## Dataset

- 東京大学授業カタログはインターネット上で公開されており、誰でも無償で入手可能でした。
- robots.txtの内容は寛容的であり、ページはWayback Machineに登録されているため、情報収集は禁止されていないと考えられました。

したがって、著作権法第三十条の四に基づいて、[データセット](https://www.kaggle.com/datasets/mkrjas/utokyosyllabus)をKaggleに公開しています。適当に解析したノートブック[(GitHub)](ut-course-catalog-tutorial.ipynb)もあります。

## Usage

1秒に1回のリクエストを送る場合、ダウンロードには4時間強かかります。負荷軽減のため、なるべく収集済みのデータセットを御利用ください。

```shell
ut-course-catalog download
ut-course-catalog convert all.pkl
```

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/34j/ut-course-catalog",
    "name": "ut-course-catalog",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "34j",
    "author_email": "34j.95a2p@simplelogin.com",
    "download_url": "https://files.pythonhosted.org/packages/ab/14/28875bde7ea393edb81685585098bac1ed974154208323500763fd3fadce/ut_course_catalog-0.2.24.tar.gz",
    "platform": null,
    "description": "# UT Course Catalog\n\n<p align=\"center\">\n  <a href=\"https://github.com/34j/ut-course-catalog/actions/workflows/ci.yml?query=branch%3Amain\">\n    <img src=\"https://img.shields.io/github/actions/workflow/status/34j/ut-course-catalog/ci.yml?branch=main&label=CI&logo=github&style=flat-square\" alt=\"CI Status\" >\n  </a>\n  <a href=\"https://ut-course-catalog.readthedocs.io\">\n    <img src=\"https://img.shields.io/readthedocs/ut-course-catalog.svg?logo=read-the-docs&logoColor=fff&style=flat-square\" alt=\"Documentation Status\">\n  </a>\n  <a href=\"https://codecov.io/gh/34j/ut-course-catalog\">\n    <img src=\"https://img.shields.io/codecov/c/github/34j/ut-course-catalog.svg?logo=codecov&logoColor=fff&style=flat-square\" alt=\"Test coverage percentage\">\n  </a>\n</p>\n<p align=\"center\">\n  <a href=\"https://python-poetry.org/\">\n    <img src=\"https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=\" alt=\"Poetry\">\n  </a>\n  <a href=\"https://github.com/ambv/black\">\n    <img src=\"https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square\" alt=\"black\">\n  </a>\n  <a href=\"https://github.com/pre-commit/pre-commit\">\n    <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square\" alt=\"pre-commit\">\n  </a>\n</p>\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/ut-course-catalog/\">\n    <img src=\"https://img.shields.io/pypi/v/ut-course-catalog.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n  </a>\n  <img src=\"https://img.shields.io/pypi/pyversions/ut-course-catalog.svg?style=flat-square&logo=python&amp;logoColor=fff\" alt=\"Supported Python versions\">\n  <img src=\"https://img.shields.io/pypi/l/ut-course-catalog.svg?style=flat-square\" alt=\"License\">\n</p>\n\nPython package for fetching UTokyo Online Course Catalogue\n\n## Installation\n\nInstall this via pipx or pip (or your favourite package manager):\n\n```shell\npipx install ut-course-catalog\n```\n\n## Dataset\n\n- \u6771\u4eac\u5927\u5b66\u6388\u696d\u30ab\u30bf\u30ed\u30b0\u306f\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u4e0a\u3067\u516c\u958b\u3055\u308c\u3066\u304a\u308a\u3001\u8ab0\u3067\u3082\u7121\u511f\u3067\u5165\u624b\u53ef\u80fd\u3067\u3057\u305f\u3002\n- robots.txt\u306e\u5185\u5bb9\u306f\u5bdb\u5bb9\u7684\u3067\u3042\u308a\u3001\u30da\u30fc\u30b8\u306fWayback Machine\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u60c5\u5831\u53ce\u96c6\u306f\u7981\u6b62\u3055\u308c\u3066\u3044\u306a\u3044\u3068\u8003\u3048\u3089\u308c\u307e\u3057\u305f\u3002\n\n\u3057\u305f\u304c\u3063\u3066\u3001\u8457\u4f5c\u6a29\u6cd5\u7b2c\u4e09\u5341\u6761\u306e\u56db\u306b\u57fa\u3065\u3044\u3066\u3001[\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8](https://www.kaggle.com/datasets/mkrjas/utokyosyllabus)\u3092Kaggle\u306b\u516c\u958b\u3057\u3066\u3044\u307e\u3059\u3002\u9069\u5f53\u306b\u89e3\u6790\u3057\u305f\u30ce\u30fc\u30c8\u30d6\u30c3\u30af[(GitHub)](ut-course-catalog-tutorial.ipynb)\u3082\u3042\u308a\u307e\u3059\u3002\n\n## Usage\n\n1\u79d2\u306b1\u56de\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u308b\u5834\u5408\u3001\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306b\u306f4\u6642\u9593\u5f37\u304b\u304b\u308a\u307e\u3059\u3002\u8ca0\u8377\u8efd\u6e1b\u306e\u305f\u3081\u3001\u306a\u308b\u3079\u304f\u53ce\u96c6\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u3092\u5fa1\u5229\u7528\u304f\u3060\u3055\u3044\u3002\n\n```shell\nut-course-catalog download\nut-course-catalog convert all.pkl\n```\n\n## Contributors \u2728\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- prettier-ignore-start -->\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- markdownlint-disable -->\n<!-- markdownlint-enable -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n<!-- prettier-ignore-end -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package for fetching UTokyo Online Course Catalogue",
    "version": "0.2.24",
    "project_urls": {
        "Bug Tracker": "https://github.com/34j/ut-course-catalog/issues",
        "Changelog": "https://github.com/34j/ut-course-catalog/blob/main/CHANGELOG.md",
        "Documentation": "https://ut-course-catalog.readthedocs.io",
        "Homepage": "https://github.com/34j/ut-course-catalog",
        "Repository": "https://github.com/34j/ut-course-catalog"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0e5c6dbf6abc5cde70042c398cf96fcbe86cc818d962803326fd83b673356fd",
                "md5": "208ad2b23fbfbfb01a747781fa5947bf",
                "sha256": "cfd26e6f2407b5068a7a04c986c12dfe45f6b35cc766f6439d9e0321577e0e7b"
            },
            "downloads": -1,
            "filename": "ut_course_catalog-0.2.24-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "208ad2b23fbfbfb01a747781fa5947bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 20365,
            "upload_time": "2024-11-15T10:41:55",
            "upload_time_iso_8601": "2024-11-15T10:41:55.916993Z",
            "url": "https://files.pythonhosted.org/packages/a0/e5/c6dbf6abc5cde70042c398cf96fcbe86cc818d962803326fd83b673356fd/ut_course_catalog-0.2.24-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab1428875bde7ea393edb81685585098bac1ed974154208323500763fd3fadce",
                "md5": "0779bb324b37d3475ffea59e7a157f92",
                "sha256": "805c76a5c09935557cc468b88b2f7362b4ad0386803cfa3f6e3bb5699a4a6947"
            },
            "downloads": -1,
            "filename": "ut_course_catalog-0.2.24.tar.gz",
            "has_sig": false,
            "md5_digest": "0779bb324b37d3475ffea59e7a157f92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 21169,
            "upload_time": "2024-11-15T10:41:57",
            "upload_time_iso_8601": "2024-11-15T10:41:57.622158Z",
            "url": "https://files.pythonhosted.org/packages/ab/14/28875bde7ea393edb81685585098bac1ed974154208323500763fd3fadce/ut_course_catalog-0.2.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 10:41:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "34j",
    "github_project": "ut-course-catalog",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ut-course-catalog"
}
        
34j
Elapsed time: 0.55648s