dummypackage12624


Namedummypackage12624 JSON
Version 0.0.40 PyPI version JSON
download
home_pagehttps://github.com/ronylpatil/test_package
SummaryDummy python package
upload_time2024-06-17 05:51:54
maintainerNone
docs_urlNone
authorronilpatil
requires_python>=3.9
licenseMIT
keywords package python pytest
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. image:: https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg
    :align: center
    :height: 200
    :alt: logo  


.. image:: https://img.shields.io/pypi/v/chatInsights.svg
    :target: https://pypi.org/project/chatInsights/

.. image:: https://img.shields.io/pypi/pyversions/chatInsights.svg
    :target: https://pypi.org/project/chatInsights/

.. image:: https://github.com/ronylpatil/chatInsights/actions/workflows/ci_pipeline.yaml/badge.svg
    :target: https://github.com/ronylpatil/chatInsights/actions?query=workflow%3Atest

.. image:: https://github.com/ronylpatil/chatInsights/actions/workflows/cd_pipeline.yaml/badge.svg
    :target: https://github.com/ronylpatil/chatInsights/actions?query=workflow%3Atest


The ``chatInsights`` package make it easy to perform whatsApp group chat analysis using python.

A simple code example:

.. code-block:: python

       # import chatInsights class
       from chatInsights import ChatInsights
       
       # create obj of ChatInsights class
       obj = ChatInsights(r'E:/chat.txt')
       obj.active_users()
       obj.active_year()
       obj.active_month()
       obj.active_day()
       obj.word_cloud()


.. list-table::
    :widths: 33 33 33
    :header-rows: 0

    * - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_users.png
          :width: 330px
          :height: 190px
      - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_year.png
          :width: 330px
          :height: 190px
      - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_month.png
          :width: 330px
          :height: 190px
    * - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_day.png
          :width: 330px
          :height: 190px
      - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/wordcloud.png
          :width: 330px
          :height: 190px
      -


Features
--------
- User activity stats
- Weekly message stats
- Monthly message stats
- Yearly message stats
- Word Cloud


Documentation
-------------
Updated soon.


Bugs/Requests
-------------
Please use the `GitHub issue tracker <https://github.com/ronylpatil/chatInsights/issues>`_ to submit bugs or request features.


Changelog
---------
Consult the `Changelog <https://github.com/ronylpatil/chatInsights/releases>`__ page for fixes and enhancements of each version.


License
-------
Distributed under the terms of the `MIT`_ license.


.. _`MIT`: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/LICENSE

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ronylpatil/test_package",
    "name": "dummypackage12624",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "package, python, pytest",
    "author": "ronilpatil",
    "author_email": "xyz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/b5/d1346dcf917250df2f3a544d607814107180920ea9d7880c22956ed09167/dummypackage12624-0.0.40.tar.gz",
    "platform": null,
    "description": "\n.. image:: https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg\n    :align: center\n    :height: 200\n    :alt: logo  \n\n\n.. image:: https://img.shields.io/pypi/v/chatInsights.svg\n    :target: https://pypi.org/project/chatInsights/\n\n.. image:: https://img.shields.io/pypi/pyversions/chatInsights.svg\n    :target: https://pypi.org/project/chatInsights/\n\n.. image:: https://github.com/ronylpatil/chatInsights/actions/workflows/ci_pipeline.yaml/badge.svg\n    :target: https://github.com/ronylpatil/chatInsights/actions?query=workflow%3Atest\n\n.. image:: https://github.com/ronylpatil/chatInsights/actions/workflows/cd_pipeline.yaml/badge.svg\n    :target: https://github.com/ronylpatil/chatInsights/actions?query=workflow%3Atest\n\n\nThe ``chatInsights`` package make it easy to perform whatsApp group chat analysis using python.\n\nA simple code example:\n\n.. code-block:: python\n\n       # import chatInsights class\n       from chatInsights import ChatInsights\n       \n       # create obj of ChatInsights class\n       obj = ChatInsights(r'E:/chat.txt')\n       obj.active_users()\n       obj.active_year()\n       obj.active_month()\n       obj.active_day()\n       obj.word_cloud()\n\n\n.. list-table::\n    :widths: 33 33 33\n    :header-rows: 0\n\n    * - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_users.png\n          :width: 330px\n          :height: 190px\n      - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_year.png\n          :width: 330px\n          :height: 190px\n      - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_month.png\n          :width: 330px\n          :height: 190px\n    * - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_day.png\n          :width: 330px\n          :height: 190px\n      - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/wordcloud.png\n          :width: 330px\n          :height: 190px\n      -\n\n\nFeatures\n--------\n- User activity stats\n- Weekly message stats\n- Monthly message stats\n- Yearly message stats\n- Word Cloud\n\n\nDocumentation\n-------------\nUpdated soon.\n\n\nBugs/Requests\n-------------\nPlease use the `GitHub issue tracker <https://github.com/ronylpatil/chatInsights/issues>`_ to submit bugs or request features.\n\n\nChangelog\n---------\nConsult the `Changelog <https://github.com/ronylpatil/chatInsights/releases>`__ page for fixes and enhancements of each version.\n\n\nLicense\n-------\nDistributed under the terms of the `MIT`_ license.\n\n\n.. _`MIT`: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/LICENSE\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Dummy python package",
    "version": "0.0.40",
    "project_urls": {
        "Bug Tracker": "https://github.com/ronylpatil/test_package/issues",
        "Changelog": "https://github.com/ronylpatil/test_package/releases",
        "Homepage": "https://github.com/ronylpatil/test_package",
        "Source": "https://github.com/ronylpatil/test_package"
    },
    "split_keywords": [
        "package",
        " python",
        " pytest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d152c984d3654c5199feb74813bd0d08b04b43cda2098aa7199fdaf097d730f3",
                "md5": "5f9d6a6f996440263ae154725c362f7f",
                "sha256": "269422d032dcb313cb575c94d0ac50004225c467a724c50b3e1104d6fc0cddb9"
            },
            "downloads": -1,
            "filename": "dummypackage12624-0.0.40-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f9d6a6f996440263ae154725c362f7f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5053,
            "upload_time": "2024-06-17T05:51:53",
            "upload_time_iso_8601": "2024-06-17T05:51:53.870562Z",
            "url": "https://files.pythonhosted.org/packages/d1/52/c984d3654c5199feb74813bd0d08b04b43cda2098aa7199fdaf097d730f3/dummypackage12624-0.0.40-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8b5d1346dcf917250df2f3a544d607814107180920ea9d7880c22956ed09167",
                "md5": "995d71577018c4ed066e77351c8e054c",
                "sha256": "61b5894daaa12d6ac50a01732757233f46ee1d8d0f180b73b4660d7a57344c4e"
            },
            "downloads": -1,
            "filename": "dummypackage12624-0.0.40.tar.gz",
            "has_sig": false,
            "md5_digest": "995d71577018c4ed066e77351c8e054c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5033,
            "upload_time": "2024-06-17T05:51:54",
            "upload_time_iso_8601": "2024-06-17T05:51:54.979902Z",
            "url": "https://files.pythonhosted.org/packages/c8/b5/d1346dcf917250df2f3a544d607814107180920ea9d7880c22956ed09167/dummypackage12624-0.0.40.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-17 05:51:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ronylpatil",
    "github_project": "test_package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "dummypackage12624"
}
        
Elapsed time: 0.54641s