Metadata-Version: 2.1
Name: ablog
Version: 0.11.9
Summary: A Sphinx extension that converts any documentation or personal website project into a full-fledged blog.
Author: The SunPy Community
Author-email: sunpy@googlegroups.com
License: ABlog for blogging with Sphinx
        
        Copyright (C) 2014-2022 Ahmet Bakan and The SunPy Developers
        
        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.
        
Project-URL: changelog, https://ablog.readthedocs.io/en/stable/blog/category/release.html
Project-URL: documentation, https://ablog.readthedocs.io/en/stable/
Project-URL: homepage, https://github.com/sunpy/ablog
Project-URL: issue_tracker, https://github.com/sunpy/ablog/issues
Project-URL: repository, https://github.com/sunpy/ablog
Keywords: sphinx,blogging,ablog
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: docutils>=0.18
Requires-Dist: feedgen>=0.9.0
Requires-Dist: invoke>=1.6.0
Requires-Dist: packaging>=19.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: sphinx>=6.0.0
Requires-Dist: watchdog>=2.1.0
Provides-Extra: all
Requires-Dist: ablog[markdown,notebook]; extra == "all"
Provides-Extra: notebook
Requires-Dist: ipython>=7.30.0; extra == "notebook"
Requires-Dist: nbsphinx>=0.8.0; extra == "notebook"
Provides-Extra: markdown
Requires-Dist: myst-parser>=0.17.0; extra == "markdown"
Provides-Extra: docs
Requires-Dist: alabaster; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: defusedxml>=0.8.0rc2; extra == "tests"

ABlog for Sphinx
================

[![CI](https://github.com/sunpy/ablog/actions/workflows/ci.yml/badge.svg)](https://github.com/sunpy/ablog/actions/workflows/ci.yml)
[![Upload Python Package](https://github.com/sunpy/ablog/actions/workflows/pythonpublish.yml/badge.svg)](https://github.com/sunpy/ablog/actions/workflows/pythonpublish.yml)

ABlog is a Sphinx extension that converts any documentation or personal website project into a full-fledged blog

`Please check our documentation for information on how to get started. <https://ablog.readthedocs.io/>`__

Note
----

This is the new home of `Ahmet Bakan's Ablog Sphinx extension <https://github.com/abakan-zz/ablog/>`__.
The original project is no longer maintained and the `SunPy Project <https://www.sunpy.org>`__ has taken over maintenance.

Warning
-------

**This version is maintained with the aim to keep it working for SunPy Project website and thus new features or bugfixes are highly unlikely unless they directly impact the SunPy Project**

**We strongly encourage users and interested in parties in submitting patches to ``ablog``**
