Metadata-Version: 2.4
Name: pymocd
Version: 0.0.1
Classifier: Programming Language :: Rust
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3.12
License-File: LICENSE
Summary: Efficient and high-performance community detection in large-scale graphs, built with Rust for speed and scalability.
Keywords: rust,python,community detection,multi-objective optimization,graph analysis
Author: Guilherme Santos
Author-email: Guilherme Santos <0l1ve1r4@proton.me>
License: GPL-3.0-or-later
Description-Content-Type: text/markdown
Project-URL: Repository, https://github.com/ol1veir4s/pymocd
Project-URL: Issues, https://github.com/ol1veir4s/pymocd/issues

<div align="center">
  <img src="res/logo.png" alt="pymocd logo" width="40%">  
  
  **Python Multi-Objective Evolutionary Algorithms for Community Detection**  
  
  Efficient and high-performance community detection in large-scale graphs, built with Rust for speed and scalability.
</div>

## Overview  
**pymocd** is a Rust-powered Python library designed for efficient multi-objective evolutionary algorithms in community detection. It enhances performance over traditional methods, making it ideal for large-scale graph analysis. This project continues from [re-mocd](https://github.com/0l1ve1r4/re-mocd).  

## Features  
- High-performance Rust backend for computational efficiency  
- Multi-objective optimization for better community structures  
- Scalable to large graphs  
- Easy-to-use Python API  

## Installation and Usage

Visit the [documentation](#) (TODO) for detailed instructions and examples.

## Contributing  

Contributions are welcome! If you have ideas for improvements, feel free to submit issues or pull, this project is licensed under the **GPL-3.0 or later**.  

<p align="left">
  <a href="https://github.com/0l1ve1r4">
    <img src="https://avatars.githubusercontent.com/u/82629748?v=4" width="50" height="50" style="border-radius: 50%;">
  </a>
  <a href="https://github.com/ol1veir4s">
    <img src="https://avatars.githubusercontent.com/u/202351572?v=4" width="50" height="50" style="border-radius: 50%;">
  </a>
  <a href="https://github.com/matt-cornell">
    <img src="https://avatars.githubusercontent.com/u/107312119?v=4" width="50" height="50" style="border-radius: 50%;">
  </a>
</p>

