Metadata-Version: 2.1
Name: datasette-atom
Version: 0.1a0
Summary: Datasette plugin that adds a .atom output format
Home-page: https://github.com/simonw/datasette-atom
Author: Simon Willison
License: Apache License, Version 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: datasette
Requires-Dist: feedgen
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# datasette-atom

[![PyPI](https://img.shields.io/pypi/v/datasette-atom.svg)](https://pypi.org/project/datasette-atom/)
[![CircleCI](https://circleci.com/gh/simonw/datasette-atom.svg?style=svg)](https://circleci.com/gh/simonw/datasette-atom)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-atom/blob/master/LICENSE)

Datasette plugin that adds a .atom output format. WORK IN PROGRESS.

Install this plugin in the same environment as Datasette to enable the `.atom` output extension.


