readit module¶
Copyright (C) 2017, 2018 projectreadit organization and contributors. This file is part of Readit - Command Line Bookmark Manager Tool.
This project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with readit. If not, see <http://www.gnu.org/licenses/>.
-
readit.cli.option_yes_no()[source]¶ Asks whether to bookmark invalid URLs or Offline URLs to database.
-
class
readit.database.DatabaseConnection[source]¶ Bases:
objectClass to perform database operations.
-
init_db(cursor, db)[source]¶ Create database connection. creates or opens file mydatabase with sqlite3 DataBase. get cursor object. create table.
Shows list of all available Tags in database.
-
-
readit.__init__.main()¶ Readit - Command-line bookmark manager tool.
-
readit.cli.main()¶ Readit - Command-line bookmark manager tool.