Metadata-Version: 2.1
Name: django-lexorank
Version: 0.1.0
Summary: A reference implementation of a list ordering system like JIRA's Lexorank algorithm for Django.
License: MIT
Author: Alex Rozum
Author-email: rozumalex@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: django (>=4.2.4,<5.0.0)
Project-URL: Bug Tracker, https://github.com/rozumdev/django-lexorank/issues/
Project-URL: Homepage, https://github.com/rozumdev/django-lexorank/
Description-Content-Type: text/markdown

# django-lexorank
A reference implementation of a list ordering system like JIRA's Lexorank algorithm.

