Metadata-Version: 2.1
Name: markdown-to-sqlite
Version: 1.0
Summary: CLI tool for loading markdown files into a SQLite database
Home-page: https://github.com/simonw/markdown-to-sqlite
Author: Simon Willison
License: Apache License, Version 2.0
Project-URL: Issues, https://github.com/simonw/markdown-to-sqlite/issues
Project-URL: CI, https://github.com/simonw/markdown-to-sqlite/actions
Project-URL: Changelog, https://github.com/simonw/markdown-to-sqlite/releases
Description: # markdown-to-sqlite
        
        [![PyPI](https://img.shields.io/pypi/v/markdown-to-sqlite.svg)](https://pypi.python.org/pypi/markdown-to-sqlite)
        [![Changelog](https://img.shields.io/github/v/release/simonw/markdown-to-sqlite?include_prereleases&label=changelog)](https://github.com/simonw/markdown-to-sqlite/releases)
        [![Tests](https://github.com/simonw/markdown-to-sqlite/workflows/Test/badge.svg)](https://github.com/simonw/markdown-to-sqlite/actions?query=workflow%3ATest)
        [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/markdown-to-sqlite/blob/main/LICENSE)
        
        CLI tool for loading markdown files into a SQLite database.
        
        YAML embedded in the markdown files will be used to populate additional columns.
        
            Usage: markdown-to-sqlite [OPTIONS] DBNAME TABLE PATHS...
        
        For example:
        
            $ markdown-to-sqlite docs.db documents file1.md file2.md
        
        ## Breaking change
        
        Prior to version 1.0 this argument order was different - markdown files were listed before the database and table.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
