Metadata-Version: 2.3
Name: linkarchivetools
Version: 0.0.36
Summary: Link Archive Tools
License: GPL3
Author: Iwan Grozny
Author-email: renegat@renegat0x0.ddns.net
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: sqlalchemy
Requires-Dist: sympy (==1.13.2)
Requires-Dist: webtoolkit (>=0.0.150,<0.0.151)
Description-Content-Type: text/markdown

# Link Database Tools

Package provides tools that allow to filter databases produced by https://github.com/rumca-js/Django-link-archive.

Can filter or analyze entries from https://github.com/rumca-js/Internet-Places-Database.

# Tools

 - DbAnalyzer - provides analysis of the DB contents
 - Db2Feeds - converts database to DB of feeds
 - Db2JSON - converts database to JSON
 - DbFilter - filters database (only bookmarks? only votes?)

# Installation

pip install linkarchivetools

