{ "info": { "author": "Omkar Pathak", "author_email": "omkarpathak27@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries" ], "description": "============\nWord-Counter\n============\n\nA Python Word Counter module\n\nInstallation\n============\n\n.. code-block :: python\n \n pip install wordcounter\n\nUsage\n=====\n\n* Import the module after installation\n\n.. code-block:: python\n\n import wordcounter\n\n* Create a object with sentence and delimiter as arguments to WordCounter class. Default value for delimiter is ' ' (a single space) \n\n.. code-block:: python\n \n word_counter = WordCounter('The, quick, brown, fox, jumps, over, the, lazy, dog', delimiter=', ')\n\n* Get word count\n\n.. code-block:: python\n\n word_counter.get_word_count()\n\n* Get count of specific words\n\n.. code-block:: python\n\n word_counter.count('the') # a case insensitive count\n\n # if you want to have a case sensitive search just set ignore_case=False\n word_counter.count('the', ignore_case=False) # a case sensitive count\n\n* Get word frequencies\n\n.. code-block:: python\n\n word_counter.get_word_frequencies()", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OmkarPathak/Word-Counter", "keywords": "", "license": "GPL-2.0", "maintainer": "", "maintainer_email": "", "name": "wordcounter", "package_url": "https://pypi.org/project/wordcounter/", "platform": "", "project_url": "https://pypi.org/project/wordcounter/", "project_urls": { "Homepage": "https://github.com/OmkarPathak/Word-Counter" }, "release_url": "https://pypi.org/project/wordcounter/0.0.2.2/", "requires_dist": null, "requires_python": "", "summary": "A simple Python module to count words in your given text and many more", "version": "0.0.2.2" }, "last_serial": 4322675, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "ef345d6ff358390efa466e06538bc68d", "sha256": "87628f7d61a5e2ad99347a1d96156b4dfa831a8dbcfc0c9870a0cd76363288a7" }, "downloads": -1, "filename": "wordcounter-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ef345d6ff358390efa466e06538bc68d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3819, "upload_time": "2018-09-29T13:02:32", "url": "https://files.pythonhosted.org/packages/3c/25/5361d4aec499b7ece13be9d8b08a3bd08ec3c5e64c8a84c8f82ef0bbf3e2/wordcounter-0.0.2.tar.gz" } ], "0.0.2.1": [ { "comment_text": "", "digests": { "md5": "f4abec394308a99bfc4a7f9c39b87efb", "sha256": "e7c7394181ff128da0e2a275ebe381fb14d4026e859c1bb678b303b573f90225" }, "downloads": -1, "filename": "wordcounter-0.0.2.1.tar.gz", "has_sig": false, "md5_digest": "f4abec394308a99bfc4a7f9c39b87efb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3877, "upload_time": "2018-09-29T13:06:01", "url": "https://files.pythonhosted.org/packages/6d/78/183579935ab1f0d820a73556fbb96bf5a70990b5fbe37a7e28a391205743/wordcounter-0.0.2.1.tar.gz" } ], "0.0.2.2": [ { "comment_text": "", "digests": { "md5": "bc0bea2623868bc820bfc07c89d6ddfe", "sha256": "a13333bb03733237eee9b4cf132fb5593ce12f4b9d8d5f7f8e1df1943f163373" }, "downloads": -1, "filename": "wordcounter-0.0.2.2.tar.gz", "has_sig": false, "md5_digest": "bc0bea2623868bc820bfc07c89d6ddfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3898, "upload_time": "2018-09-29T13:08:31", "url": "https://files.pythonhosted.org/packages/75/32/528d26ac873dc904c8e8da4f899db5ed8014befb14e7838e3c20fc1f585d/wordcounter-0.0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bc0bea2623868bc820bfc07c89d6ddfe", "sha256": "a13333bb03733237eee9b4cf132fb5593ce12f4b9d8d5f7f8e1df1943f163373" }, "downloads": -1, "filename": "wordcounter-0.0.2.2.tar.gz", "has_sig": false, "md5_digest": "bc0bea2623868bc820bfc07c89d6ddfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3898, "upload_time": "2018-09-29T13:08:31", "url": "https://files.pythonhosted.org/packages/75/32/528d26ac873dc904c8e8da4f899db5ed8014befb14e7838e3c20fc1f585d/wordcounter-0.0.2.2.tar.gz" } ] }