Metadata-Version: 2.4
Name: xldg
Version: 0.3.2
Summary: XLDataGraph is a library for crosslinking data analysis and visualization.
Author: a-helix
Project-URL: Homepage, https://github.com/a-helix/XLDataGraph
Project-URL: Bug Tracker, https://github.com/a-helix/XLDataGraph/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.32.3
Requires-Dist: pyCirclize>=1.6.0
Requires-Dist: matplotlib_venn>=1.1.2
Dynamic: license-file

# XLDataGraph

XLDataGraph is a library for crosslinking data analysis and visualization.

## Description

XLDataGraph provides tools for analyzing and visualizing crosslinking data. It includes functionality for crosslinking data processing, analysis, and generation of various visualization types commonly used in structural mass spectrometry workflows.

## Documentation

**Note: Comprehensive documentation is currently being developed and will be available soon.** In the meantime, basic usage examples and API reference will be gradually added to this README.

## Installation

```bash
pip install xldg
```

## Dependencies

- requests >= 2.32.3
- pyCirclize >= 1.6.0
- matplotlib_venn >= 1.1.2

## License

This project is licensed under the GNU General Public License v3 (GPLv3).


## Contributing

Please feel free to submit issues and enhancement requests on our [GitHub Issues](https://github.com/a-helix/XLDataGraph/issues) page.

## Contact

For questions and feedback, please contact:
- GitHub: [@a-helix](https://github.com/a-helix)

## Links

- [Homepage](https://github.com/a-helix/XLDataGraph)
- [Bug Tracker](https://github.com/a-helix/XLDataGraph/issues)

## Status

This package is under active development. Documentation and additional features will be added in future releases.
