isitkbs


Nameisitkbs JSON
Version 2.0.1 PyPI version JSON
download
home_page
SummaryDetect keyboard smashing
upload_time2023-02-09 17:08:58
maintainer
docs_urlNone
authorArthur de Melo, Arthur Grandão, Douglas Alves, Gabriel Campello, Paulo Victor, Rafael Ferreira, Sidney Fernando
requires_python
licenseMIT License
keywords keyboard-smashing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ![Detecting Keyboard Smashing](https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/title.png)

<div align="center">
    <img src="https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/logo.png" width="250"></img>
</div>

<br>

<div align="center">
    <img src="https://img.shields.io/github/issues-raw/fga-eps-mds/2022-2-IsItKbs?color=00a8f0&style=for-the-badge"></img>
    <img src="https://img.shields.io/github/issues-pr-raw/fga-eps-mds/2022-2-IsItKbs?color=00a8f0&label=open%20PRs&style=for-the-badge"></img>
    <img src="https://img.shields.io/pypi/v/isitkbs?color=00a8f0&style=for-the-badge"></img>
    <img src="https://img.shields.io/github/license/fga-eps-mds/2022-2-IsItKbs?color=00a8f0&style=for-the-badge"></img>
</div>

<h4 align="center">
    <img src="https://img.shields.io/coverallsCoverage/github/fga-eps-mds/2022-2-IsItKbs?color=%2340BE25&&style=for-the-badge"></img>
    <img src="https://img.shields.io/codeclimate/maintainability-percentage/fga-eps-mds/2022-2-IsItKbs?color=40BE25&style=for-the-badge"></img>
</h4>


<br>

## 🔎 Visão Geral

<li>Qual o objetivo desse software?</li>
O Is it KBS é um pacote python com funções capazes de determinar se entradas de texto são consideradas ou não keyboard smashing, sendo assim, cientistas de dados podem usar a biblioteca para auxiliá-los no processo de limpeza de bases de dados. 

<br>

[For english readers.](https://github.com/fga-eps-mds/2022-2-IsItKbs/blob/main/README.EN.md) <br>
Para mais informações cheque nosso repositório no [github](https://github.com/fga-eps-mds/2022-2-IsItKbs). <br>
Caso você queira ver detalhes sobre as funções, aqui está o [link para nossa documentação](https://github.com/fga-eps-mds/2022-2-IsItKbs/blob/main/isitkbs.md).
<br>

## 🛠 Tecnologias utilizadas

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?style=for-the-badge&logo=jupyter&logoColor=white)
![Pandas](https://img.shields.io/badge/pandas-%23150458.svg?style=for-the-badge&logo=pandas&logoColor=white)
![scikit-learn](https://img.shields.io/badge/scikit--learn-%23F7931E.svg?style=for-the-badge&logo=scikit-learn&logoColor=white)
![NLTK](https://img.shields.io/badge/-NLTK-lightgrey?style=for-the-badge)

<br>

## 📝 Guia de instalação

<li>Necessário ter Python3 e pip.</li>
<li>Faça a instalação do nosso pacote com o pip no seu terminal python:</li>

```
pip install isitkbs
```
(As demais bibliotecas necessárias são instaladas automáticamente com o comando acima)

<br>

## 👨‍🔧 Quer contribuir?

Para saber sobre como contribuir para o nosso projeto, clique neste [link.](https://fga-eps-mds.github.io/2022-2-IsItKbs/projeto/contribution_guide.html)

<br>

## 👨‍💻 Contribuidores

<table>
  <tr>
    <td align="center"><a href="https://github.com/arthurmlv"><img style="border-radius: 50%;" src="https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/arthur m.jpg" width="100px;" alt=""/><br /><sub><b>Arthur de Melo</b></sub></a><br />
    <td align="center"><a href="https://github.com/arthurgrandao"><img style="border-radius: 50%;" src="https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/arthur grandao.jpg" width="100px;" alt=""/><br /><sub><b>Arthur Grandão</b></sub></a><br />
    <td align="center"><a href="https://github.com/dougAlvs"><img style="border-radius: 50%;" src="https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/douglas.jpg" width="100px;" alt=""/><br /><sub><b>Douglas Alves</b></sub></a><br /><a href="Link git" title="Rocketseat"></a></td>
    <td align="center"><a href="https://github.com/g16c"><img style="border-radius: 50%;" src="https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/gabriel.jpg" width="100px;" alt=""/><br /><sub><b>Gabriel Campello</b></sub></a><br /><a href="Link git" title="Rocketseat"></a></td>
    <td align="center"><a href="https://github.com/PauloVictorFS"><img style="border-radius: 50%;" src="https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/paulo victor.jpg" width="100px;" alt=""/><br /><sub><b>Paulo Victor</b></sub></a><br />
    <td align="center"><a href="https://github.com/RafaelCLG0"><img style="border-radius: 50%;" src="https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/rafael.jpg" width="100px;" alt=""/><br /><sub><b>Rafael Ferreira</b></sub></a><br />
    <td align="center"><a href="https://github.com/nando3d3"><img style="border-radius: 50%;" src="https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/sidney.jpg" width="100px;" alt=""/><br /><sub><b>Sidney Fernando</b></sub></a><br /> 
  </tr>
</table>

<br>

## ©Licença

This software is licensed under the [MIT](https://github.com/nhn/tui.editor/blob/master/LICENSE) ©



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "isitkbs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "keyboard-smashing",
    "author": "Arthur de Melo, Arthur Grand\u00e3o, Douglas Alves, Gabriel Campello, Paulo Victor, Rafael Ferreira, Sidney Fernando",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/11/7e/eb02ddda208deaa29a8095a71aca92541abb053b6e490153ccdd55b829f6/isitkbs-2.0.1.tar.gz",
    "platform": null,
    "description": "# ![Detecting Keyboard Smashing](https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/title.png)\r\n\r\n<div align=\"center\">\r\n    <img src=\"https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/logo.png\" width=\"250\"></img>\r\n</div>\r\n\r\n<br>\r\n\r\n<div align=\"center\">\r\n    <img src=\"https://img.shields.io/github/issues-raw/fga-eps-mds/2022-2-IsItKbs?color=00a8f0&style=for-the-badge\"></img>\r\n    <img src=\"https://img.shields.io/github/issues-pr-raw/fga-eps-mds/2022-2-IsItKbs?color=00a8f0&label=open%20PRs&style=for-the-badge\"></img>\r\n    <img src=\"https://img.shields.io/pypi/v/isitkbs?color=00a8f0&style=for-the-badge\"></img>\r\n    <img src=\"https://img.shields.io/github/license/fga-eps-mds/2022-2-IsItKbs?color=00a8f0&style=for-the-badge\"></img>\r\n</div>\r\n\r\n<h4 align=\"center\">\r\n    <img src=\"https://img.shields.io/coverallsCoverage/github/fga-eps-mds/2022-2-IsItKbs?color=%2340BE25&&style=for-the-badge\"></img>\r\n    <img src=\"https://img.shields.io/codeclimate/maintainability-percentage/fga-eps-mds/2022-2-IsItKbs?color=40BE25&style=for-the-badge\"></img>\r\n</h4>\r\n\r\n\r\n<br>\r\n\r\n## \ud83d\udd0e Vis\u00e3o Geral\r\n\r\n<li>Qual o objetivo desse software?</li>\r\nO Is it KBS \u00e9 um pacote python com fun\u00e7\u00f5es capazes de determinar se entradas de texto s\u00e3o consideradas ou n\u00e3o keyboard smashing, sendo assim, cientistas de dados podem usar a biblioteca para auxili\u00e1-los no processo de limpeza de bases de dados. \r\n\r\n<br>\r\n\r\n[For english readers.](https://github.com/fga-eps-mds/2022-2-IsItKbs/blob/main/README.EN.md) <br>\r\nPara mais informa\u00e7\u00f5es cheque nosso reposit\u00f3rio no [github](https://github.com/fga-eps-mds/2022-2-IsItKbs). <br>\r\nCaso voc\u00ea queira ver detalhes sobre as fun\u00e7\u00f5es, aqui est\u00e1 o [link para nossa documenta\u00e7\u00e3o](https://github.com/fga-eps-mds/2022-2-IsItKbs/blob/main/isitkbs.md).\r\n<br>\r\n\r\n## \ud83d\udee0 Tecnologias utilizadas\r\n\r\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)\r\n![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?style=for-the-badge&logo=jupyter&logoColor=white)\r\n![Pandas](https://img.shields.io/badge/pandas-%23150458.svg?style=for-the-badge&logo=pandas&logoColor=white)\r\n![scikit-learn](https://img.shields.io/badge/scikit--learn-%23F7931E.svg?style=for-the-badge&logo=scikit-learn&logoColor=white)\r\n![NLTK](https://img.shields.io/badge/-NLTK-lightgrey?style=for-the-badge)\r\n\r\n<br>\r\n\r\n## \ud83d\udcdd Guia de instala\u00e7\u00e3o\r\n\r\n<li>Necess\u00e1rio ter Python3 e pip.</li>\r\n<li>Fa\u00e7a a instala\u00e7\u00e3o do nosso pacote com o pip no seu terminal python:</li>\r\n\r\n```\r\npip install isitkbs\r\n```\r\n(As demais bibliotecas necess\u00e1rias s\u00e3o instaladas autom\u00e1ticamente com o comando acima)\r\n\r\n<br>\r\n\r\n## \ud83d\udc68\u200d\ud83d\udd27 Quer contribuir?\r\n\r\nPara saber sobre como contribuir para o nosso projeto, clique neste [link.](https://fga-eps-mds.github.io/2022-2-IsItKbs/projeto/contribution_guide.html)\r\n\r\n<br>\r\n\r\n## \ud83d\udc68\u200d\ud83d\udcbb Contribuidores\r\n\r\n<table>\r\n  <tr>\r\n    <td align=\"center\"><a href=\"https://github.com/arthurmlv\"><img style=\"border-radius: 50%;\" src=\"https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/arthur m.jpg\" width=\"100px;\" alt=\"\"/><br /><sub><b>Arthur de Melo</b></sub></a><br />\r\n    <td align=\"center\"><a href=\"https://github.com/arthurgrandao\"><img style=\"border-radius: 50%;\" src=\"https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/arthur grandao.jpg\" width=\"100px;\" alt=\"\"/><br /><sub><b>Arthur Grand\u00e3o</b></sub></a><br />\r\n    <td align=\"center\"><a href=\"https://github.com/dougAlvs\"><img style=\"border-radius: 50%;\" src=\"https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/douglas.jpg\" width=\"100px;\" alt=\"\"/><br /><sub><b>Douglas Alves</b></sub></a><br /><a href=\"Link git\" title=\"Rocketseat\"></a></td>\r\n    <td align=\"center\"><a href=\"https://github.com/g16c\"><img style=\"border-radius: 50%;\" src=\"https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/gabriel.jpg\" width=\"100px;\" alt=\"\"/><br /><sub><b>Gabriel Campello</b></sub></a><br /><a href=\"Link git\" title=\"Rocketseat\"></a></td>\r\n    <td align=\"center\"><a href=\"https://github.com/PauloVictorFS\"><img style=\"border-radius: 50%;\" src=\"https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/paulo victor.jpg\" width=\"100px;\" alt=\"\"/><br /><sub><b>Paulo Victor</b></sub></a><br />\r\n    <td align=\"center\"><a href=\"https://github.com/RafaelCLG0\"><img style=\"border-radius: 50%;\" src=\"https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/rafael.jpg\" width=\"100px;\" alt=\"\"/><br /><sub><b>Rafael Ferreira</b></sub></a><br />\r\n    <td align=\"center\"><a href=\"https://github.com/nando3d3\"><img style=\"border-radius: 50%;\" src=\"https://raw.githubusercontent.com/fga-eps-mds/2022-2-Squad03/main/docs/images/sidney.jpg\" width=\"100px;\" alt=\"\"/><br /><sub><b>Sidney Fernando</b></sub></a><br /> \r\n  </tr>\r\n</table>\r\n\r\n<br>\r\n\r\n## \u00a9Licen\u00e7a\r\n\r\nThis software is licensed under the [MIT](https://github.com/nhn/tui.editor/blob/master/LICENSE) \u00a9\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Detect keyboard smashing",
    "version": "2.0.1",
    "split_keywords": [
        "keyboard-smashing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "117eeb02ddda208deaa29a8095a71aca92541abb053b6e490153ccdd55b829f6",
                "md5": "dac3fcc2e40ce3981579af7d6aab25c2",
                "sha256": "0c714528abb5c0f350c648a8608e83c883c43a139f257ff8580a9dabf78de5d8"
            },
            "downloads": -1,
            "filename": "isitkbs-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dac3fcc2e40ce3981579af7d6aab25c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6553768,
            "upload_time": "2023-02-09T17:08:58",
            "upload_time_iso_8601": "2023-02-09T17:08:58.118003Z",
            "url": "https://files.pythonhosted.org/packages/11/7e/eb02ddda208deaa29a8095a71aca92541abb053b6e490153ccdd55b829f6/isitkbs-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-09 17:08:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "isitkbs"
}
        
Elapsed time: 0.05278s