# 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": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Journalism, Preprocessing-data, Text-mining, BigKinds",
"author": "Sorrychoe",
"author_email": null,
"download_url": null,
"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.9",
"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",
" text-mining",
" bigkinds"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9fd051f877bd0902a6c58df018cccce2a67d7819c4bd59415fed55e44a04c407",
"md5": "9f308c20f2a497f95c92825c7b613279",
"sha256": "d31292a6640222dd85779dee5bbeefc0461ae8aad9ee97fd9f3d4a83786fc35c"
},
"downloads": -1,
"filename": "pyBigKinds-1.2.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9f308c20f2a497f95c92825c7b613279",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10904,
"upload_time": "2024-09-29T10:35:58",
"upload_time_iso_8601": "2024-09-29T10:35:58.901363Z",
"url": "https://files.pythonhosted.org/packages/9f/d0/51f877bd0902a6c58df018cccce2a67d7819c4bd59415fed55e44a04c407/pyBigKinds-1.2.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-29 10:35:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sorrychoe",
"github_project": "pyBigKinds",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "flake8",
"specs": [
[
">=",
"3.9"
]
]
},
{
"name": "isort",
"specs": [
[
">=",
"5.7"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.5.3"
]
]
},
{
"name": "mlxtend",
"specs": [
[
">=",
"0.22.0"
]
]
},
{
"name": "openpyxl",
"specs": [
[
">=",
"3.1.2"
]
]
},
{
"name": "pandas",
"specs": [
[
">=",
"2"
]
]
},
{
"name": "pre-commit",
"specs": [
[
">=",
"3"
]
]
},
{
"name": "pylint",
"specs": [
[
">=",
"3.2.0"
]
]
},
{
"name": "pytest",
"specs": [
[
">=",
"7"
]
]
},
{
"name": "scikit-learn",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "tomotopy",
"specs": [
[
">=",
"0.12.4"
]
]
},
{
"name": "wordcloud",
"specs": [
[
">=",
"1.8.2.2"
]
]
}
],
"lcname": "pybigkinds"
}