pyBigKinds


NamepyBigKinds JSON
Version 1.2.6 PyPI version JSON
download
home_pagehttps://github.com/sorrychoe/pyBigKinds
SummaryBigKinds Data Analysis Toolkit for python
upload_time2023-08-20 10:47:48
maintainer
docs_urlNone
authorSorrychoe
requires_python>=3.8
licenseMIT
keywords journalism preprocessing-data bigkinds
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyBigKinds

pyBigKinds는 한국 언론의 빅데이터 저장소인 BigKinds에서 추출한 데이터를 low-Code로 분석할 수 있게 만든 툴입니다.

## Requirements

- Python >= 3.8

## Installation

- macOS

  ```bash
  python3 -m pip install pyBigKinds
  ```

- Windows, linux

  ```bash
  python -m pip install pyBigKinds
  ```

## Usage

```python
import pyBigKinds as bk

bk.press_counter(df)
```

![](https://github.com/sorrychoe/pyBigKinds/blob/release/docs/example1.png)

```python
import pyBigKinds as bk

bk.keywords_wordcloud(df, "중앙일보")
```

![](https://github.com/sorrychoe/pyBigKinds/blob/release/docs/example2.png)


## License

[MIT](https://choosealicense.com/licenses/mit/)

## you have some issue?

사용 중 문제 발생 시, 해당 Repo issue에 등록해주세요.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sorrychoe/pyBigKinds",
    "name": "pyBigKinds",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Journalism,preprocessing-data,BigKinds",
    "author": "Sorrychoe",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "# pyBigKinds\n\npyBigKinds\ub294 \ud55c\uad6d \uc5b8\ub860\uc758 \ube45\ub370\uc774\ud130 \uc800\uc7a5\uc18c\uc778 BigKinds\uc5d0\uc11c \ucd94\ucd9c\ud55c \ub370\uc774\ud130\ub97c low-Code\ub85c \ubd84\uc11d\ud560 \uc218 \uc788\uac8c \ub9cc\ub4e0 \ud234\uc785\ub2c8\ub2e4.\n\n## Requirements\n\n- Python >= 3.8\n\n## Installation\n\n- macOS\n\n  ```bash\n  python3 -m pip install pyBigKinds\n  ```\n\n- Windows, linux\n\n  ```bash\n  python -m pip install pyBigKinds\n  ```\n\n## Usage\n\n```python\nimport pyBigKinds as bk\n\nbk.press_counter(df)\n```\n\n![](https://github.com/sorrychoe/pyBigKinds/blob/release/docs/example1.png)\n\n```python\nimport pyBigKinds as bk\n\nbk.keywords_wordcloud(df, \"\uc911\uc559\uc77c\ubcf4\")\n```\n\n![](https://github.com/sorrychoe/pyBigKinds/blob/release/docs/example2.png)\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## you have some issue?\n\n\uc0ac\uc6a9 \uc911 \ubb38\uc81c \ubc1c\uc0dd \uc2dc, \ud574\ub2f9 Repo issue\uc5d0 \ub4f1\ub85d\ud574\uc8fc\uc138\uc694.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "BigKinds Data Analysis Toolkit for python",
    "version": "1.2.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/sorrychoe/pyBigKinds/issues",
        "Homepage": "https://github.com/sorrychoe/pyBigKinds",
        "Source Code": "https://github.com/sorrychoe/pyBigKinds"
    },
    "split_keywords": [
        "journalism",
        "preprocessing-data",
        "bigkinds"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a03a8e873156c9023643ea12454716ee90a1c4ea563f07c6c636aee596517a9",
                "md5": "6e9659c8abc23b2d1496b51b9aa90cbb",
                "sha256": "b2fd6e331ae34cfa95e245e88b6f32a03e41032416c37cc6604be02ea6ef1bdd"
            },
            "downloads": -1,
            "filename": "pyBigKinds-1.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e9659c8abc23b2d1496b51b9aa90cbb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7787,
            "upload_time": "2023-08-20T10:47:48",
            "upload_time_iso_8601": "2023-08-20T10:47:48.912555Z",
            "url": "https://files.pythonhosted.org/packages/9a/03/a8e873156c9023643ea12454716ee90a1c4ea563f07c6c636aee596517a9/pyBigKinds-1.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-20 10:47:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sorrychoe",
    "github_project": "pyBigKinds",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pybigkinds"
}
        
Elapsed time: 0.11122s