Metadata-Version: 2.1
Name: pelican-data-files
Version: 1.0.0
Summary: Pelican plugin that allows to load data from files like JSON or YAML.
Home-page: https://github.com/LucasVanHaaren/pelican-data-files
Author: vhash
Author-email: vanhaaren.lucas+dev@gmail.com
License: MIT
Description: <!-- markdownlint-disable MD033 -->
        <h1 align="center">
          <br>
            <img src="https://user-images.githubusercontent.com/29121316/99832308-a29d3a80-2b60-11eb-9e44-1ba3438bbe6b.png" alt="pelican-data-files-logo" width="700"></a>
          <br>
        </h1>
        
        <!-- markdownlint-disable MD041 -->
        ![pypi_badge](https://img.shields.io/pypi/v/pelican-data-files?logo=pypi&logoColor=yellow&style=for-the-badge)
        
        > Pelican plugin that allows to load data from files like JSON or YAML.
        
        This plugin loads all the data files in the `data /` directory, and makes them accessible via the context with the prefix `DATA_` followed by the name of the file. This is roughly the default behavior of the well known [Jekyll](https://jekyllrb.com/) static site generator.
        
        For example, the data of a `profile.json` file will be accessible from any template via `DATA_PROFILE`.
        
        You can use it directly on your personnal project, or to build a theme.
        
        MIT License
        
        Copyright (c) 2020 vhash
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Keywords: pelican,pelican-plugin,data
Platform: UNKNOWN
Classifier: Framework :: Pelican :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: dev
