Metadata-Version: 2.3
Name: insta-message-analyzer
Version: 0.1.0
Summary: A Python tool for analyzing Instagram message data, providing temporal and network analysis to analyze and visualize social interaction patterns.
License: MIT License
         
         Copyright (c) 2025 peppapig450
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Keywords: instagram,analysis,network,social,messaging,data-analysis
Author: Nick (peppapig450)
Author-email: peppapig450@pm.me
Requires-Python: >=3.12,<=3.14
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cdlib (>=0.4.0,<0.5.0)
Requires-Dist: emoji (>=2.14.1,<3.0.0)
Requires-Dist: networkx (>=3.4.2,<4.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: plotly (>=6.0.0,<7.0.0)
Requires-Dist: python-louvain (>=0.16,<0.17)
Project-URL: Bug Tracker, https://github.com/peppapig450/insta-message-analyzer/issues
Project-URL: Documentation, https://github.com/peppapig450/insta-message-analyzer/README.md
Project-URL: Homepage, https://github.com/peppapig450/insta-message-analyzer
Project-URL: Repository, https://github.com/peppapig450/insta-message-analyzer
Description-Content-Type: text/markdown

# Instagram Message Analyzer
A modular Python script to analyze Instagram message logs from Meta JSON exports.

