Metadata-Version: 2.4
Name: foxtail-blog
Version: 0.24.3
Summary: A simple blog for Django 
Home-page: https://github.com/dmptrluke/foxtail-blog
Author: Luke Rogers
Author-email: luke@dmptr.com
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: django>=4
Requires-Dist: django-markdownfield>=0.6.1
Requires-Dist: django-taggit
Requires-Dist: django-versatileimagefield
Requires-Dist: django-crispy-forms
Requires-Dist: django-recaptcha
Requires-Dist: django-csp-helpers>=0.5.0
Requires-Dist: django-published>=0.7.0
Requires-Dist: rules
Requires-Dist: flit ; extra == "test"
Requires-Dist: atoma ; extra == "test"
Requires-Dist: coverage ; extra == "test"
Requires-Dist: factory-boy ; extra == "test"
Requires-Dist: django-environ ; extra == "test"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-django ; extra == "test"
Requires-Dist: pytest-factoryboy>=3.0.0 ; extra == "test"
Requires-Dist: pytest-xdist ; extra == "test"
Requires-Dist: selenium ; extra == "test"
Requires-Dist: tox ; extra == "test"
Provides-Extra: test

# foxtail-blog [![PyPI](https://img.shields.io/pypi/v/foxtail-blog)](https://pypi.org/project/foxtail-blog/)
A simple, reusable Django blog application. This application is designed for
internal use and the API should not be considered stable.

## License

This software is released under the MIT license.
```
Copyright (c) 2019-2024 Luke Rogers

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.
```

