Metadata-Version: 2.4
Name: codelytics
Version: 2025.7.2
Summary: A Python package for extracting code and text metrics in Python projects.
Project-URL: Repository, https://github.com/teachnology/codelytics
Author-email: marijanbeg <m.beg@imperial.ac.uk>
License-Expression: MIT
License-File: LICENSE
Keywords: Jupyter,Python,Python package,assessment,automation,code analysis,code metrics,code quality,coursework,generative AI,github,higher education,linting,repositories
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Requires-Dist: complexipy>=3.0.0
Requires-Dist: nbformat>=5.10.4
Requires-Dist: pandas>=2.3.0
Requires-Dist: pymupdf>=1.26.1
Requires-Dist: pyspellchecker>=0.8.3
Requires-Dist: radon>=6.0.1
Description-Content-Type: text/markdown

# codelytics
[Marijan Beg](https://github.com/marijanbeg)<sup>1</sup>

<sup>1</sup> *Department of Earth Science and Engineering, Imperial College London, London SW7 2AZ, UK*  

## About

`codelytics` is a Python package for measuring code quality parameters.

## Installation

You can install `codelytics` via `pip` from PyPI:

```bash
pip install codelytics
```

## Documentation

TBC (for now, refer to docstrings...)

## Support

If you require support, have questions, want to report a bug, or want to suggest an improvement, please raise an issue in this repository.

## Contributions

All contributions are welcome, however small they are. If you would like to contribute, please fork the repository and create a pull request. If you are not sure how to contribute, please contact us by raising an issue in this repository, and we are going to help you get started and assist you on the way.

## License

Licensed under the MIT License. For details, please refer to the [LICENSE](LICENSE) file.