Repeteco


NameRepeteco JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/almeidadeoliveirabruno/Repeteco
SummaryPacote tem como objetivo identificar as palavras mais repetidas em um texto.
upload_time2024-09-21 19:17:10
maintainerNone
docs_urlNone
authorBruno
requires_python>=3.12.4
licenseNone
keywords
VCS
bugtrack_url
requirements python-docx
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Repeteco

Description. 
The package package_name is used to:
	- Count the frequency of words and the total.
	-Show the most repeated words that may deserve more attention.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name

```bash
pip install Repeteco
```

## Usage

```python
from Repeteco.palavras_repetidas import contagem
contagem()
```

## Author
Bruno

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/almeidadeoliveirabruno/Repeteco",
    "name": "Repeteco",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12.4",
    "maintainer_email": null,
    "keywords": null,
    "author": "Bruno",
    "author_email": "brunoa52@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/78/cd/f771bab86529f07998058369078547a02e493278c467b335dff6019c8a49/repeteco-0.0.1.tar.gz",
    "platform": null,
    "description": "# Repeteco\r\n\r\nDescription. \r\nThe package package_name is used to:\r\n\t- Count the frequency of words and the total.\r\n\t-Show the most repeated words that may deserve more attention.\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name\r\n\r\n```bash\r\npip install Repeteco\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom Repeteco.palavras_repetidas import contagem\r\ncontagem()\r\n```\r\n\r\n## Author\r\nBruno\r\n\r\n## License\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pacote tem como objetivo identificar as palavras mais repetidas em um texto.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/almeidadeoliveirabruno/Repeteco"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93b3b34f175e522777767a10915538adac74fd9733265c4b564a48c05bfc35d2",
                "md5": "24ddb59ac87bb5ea96acdcc2ea2c0cb6",
                "sha256": "0bd7a383f15e7c566665e0393fd23236ab59f298ef760770e98a3290df176e70"
            },
            "downloads": -1,
            "filename": "Repeteco-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "24ddb59ac87bb5ea96acdcc2ea2c0cb6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12.4",
            "size": 2721,
            "upload_time": "2024-09-21T19:17:08",
            "upload_time_iso_8601": "2024-09-21T19:17:08.306950Z",
            "url": "https://files.pythonhosted.org/packages/93/b3/b34f175e522777767a10915538adac74fd9733265c4b564a48c05bfc35d2/Repeteco-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78cdf771bab86529f07998058369078547a02e493278c467b335dff6019c8a49",
                "md5": "60530bfbbab70257676f2e6e2047cc6f",
                "sha256": "cb317544ff8e0cb6db51663d78f2d9c283a6d6bb1681e018b674b2f6553c23ef"
            },
            "downloads": -1,
            "filename": "repeteco-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "60530bfbbab70257676f2e6e2047cc6f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12.4",
            "size": 2309,
            "upload_time": "2024-09-21T19:17:10",
            "upload_time_iso_8601": "2024-09-21T19:17:10.092565Z",
            "url": "https://files.pythonhosted.org/packages/78/cd/f771bab86529f07998058369078547a02e493278c467b335dff6019c8a49/repeteco-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 19:17:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "almeidadeoliveirabruno",
    "github_project": "Repeteco",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "python-docx",
            "specs": []
        }
    ],
    "lcname": "repeteco"
}
        
Elapsed time: 0.40065s