Metadata-Version: 2.1
Name: seiran
Version: 1.6.0
Summary: Local bookmarks manager
Home-page: https://www.twinkle-night.net/Code/seiran.html
Author: Garrick
Author-email: earthisthering@posteo.de
License: GPLv3+
Description: # Seiran
        
        ![Seiran](icon.svg)
        
        Seiran (/'seIran/, lit. blue-indigo) is a simple bookmarks manager. It's free software and cross-platform, built with Python and SQLite.
        
        Seiran stores *your* bookmarks on *your* machine, where they belong. It's ideal if you
        
        + are tired of slowing down your browser with huge bookmark files
        + have bookmarks you don't trust others with
        + reject proprietary, black-box "cloud" services on principle
        + want to back up your bookmarks regularly, in a format that will work with any browser, just in case
        + use multiple different browsers or browser profiles
        + want to be able to edit your bookmarks with familiar SQL tools instead of a slow in-browser PHP interface
        + prefer terminals over GUI
        
        Or all of the above!
        
        Seiran does not connect to the Internet at any time. It does not download icons or validate your bookmarks. It does not automatically synchronize with anything. It doesn't even have an "open in browser" command. It may not be *that* useful, and it's certainly nothing fancy, but it does exactly what I want and need a bookmark manager to do.
        
        At present Seiran is text-only. I've considered making a GUI interface for it, but the command line one works fine for now.
        
        ## Dependencies
        
        + Python >= 3.4
        + appdirs
        
        That's all!
        
Keywords: bookmarks
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Internet
Description-Content-Type: text/markdown
Provides-Extra: docs
