Metadata-Version: 2.3
Name: linkarchivetools
Version: 0.1.62
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: psycopg2-binary
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,<2.0.0)
Requires-Dist: webtoolkit (>=0.1.50,<0.2.0)
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?)
 - DbMerge - Merges database with other databse
 - JSON2Db - Converts JSON into datbase
 - Backup - makes backup of postgres tables

# Utils

Alchemy provides search capabilities.

Reflected tools - provides access table definitions.

# Installation

pip install linkarchivetools

