Metadata-Version: 2.1
Name: yaml-to-sqlite
Version: 0.3.1
Summary: Utility for converting YAML files to SQLite
Home-page: https://github.com/simonw/yaml-to-sqlite
Author: Simon Willison
License: Apache License, Version 2.0
Description: # yaml-to-sqlite
        
        [![PyPI](https://img.shields.io/pypi/v/yaml-to-sqlite.svg)](https://pypi.org/project/yaml-to-sqlite/)
        [![Changelog](https://img.shields.io/github/v/release/simonw/yaml-to-sqlite?include_prereleases&label=changelog)](https://github.com/simonw/yaml-to-sqlite/releases)
        [![Tests](https://github.com/simonw/yaml-to-sqlite/workflows/Test/badge.svg)](https://github.com/simonw/yaml-to-sqlite/actions?query=workflow%3ATest)
        [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/yaml-to-sqlite/blob/main/LICENSE)
        
        ```
        $ yaml-to-sqlite --help
        Usage: yaml-to-sqlite [OPTIONS] DB_PATH TABLE YAML_FILE
        
          Convert YAML files to SQLite
        
        Options:
          --version  Show the version and exit.
          --pk TEXT
          --help     Show this message and exit.
        ```
        
        For example:
        
            yaml-to-sqlite animals.db dogs dogs.yaml
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: test
