Metadata-Version: 2.1
Name: django-calingen
Version: 1.0.0
Summary: A pluggable Django application to generate analogous, legacy, paper-based calendar inlays.
Author: Mischback
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Printing
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Requires-Dist: Django >=3.1
Requires-Dist: python-dateutil >=2.8
Project-URL: Source, https://github.com/Mischback/django-calingen

# django-calingen

[![GitHub branch checks state](https://img.shields.io/github/workflow/status/mischback/django-calingen/CI%20default%20branch?style=flat&logo=github)](https://github.com/Mischback/django-calingen/actions/workflows/ci-default.yml?query=branch%3Adevelopment)
[![Read the Docs (version)](https://img.shields.io/readthedocs/django-calingen/latest)](https://django-calingen.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://img.shields.io/coveralls/github/Mischback/django-calingen)](https://coveralls.io/github/Mischback/django-calingen)
[![GitHub License](https://img.shields.io/github/license/mischback/imp?style=flat)](https://github.com/Mischback/django-calingen/blob/development/LICENSE)

[![PyPI](https://img.shields.io/pypi/v/django-calingen)](https://pypi.org/project/django-calingen/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-calingen)](https://pypi.org/project/django-calingen/)
[![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-calingen)](https://pypi.org/project/django-calingen/)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Code style: djlint](https://img.shields.io/badge/html%20style-djlint-blue.svg)](https://github.com/Riverside-Healthcare/djlint)
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/Mischback/django-calingen)](https://www.codefactor.io/repository/github/mischback/django-calingen)

**django-calingen** is a pluggable Django application to generate analogous,
legacy, paper-based calendar inlays - thus **cal**ender **in**lay **gen**erator.

- **Source**: https://github.com/Mischback/django-calingen
- **Documentation**: https://django-calingen.readthedocs.io/


## Installation and Setup

Installation and Setup of **django-calingen** is provided in the official documentation: [Quickstart](https://django-calingen.readthedocs.io/en/latest/admin-doc.html) / [Step by Step](https://django-calingen.readthedocs.io/en/latest/cookbook/setup_step_by_step.html)


## Contributing

Contributions are always welcome, be it bugs, feature requests or actual code. [See Contribution Guidelines](https://github.com/Mischback/django-calingen/blob/development/.github/CONTRIBUTING.md) to get you started.

