Metadata-Version: 2.4
Name: nive
Version: 1.6.9
Summary: Nive 3 base package
Author: Nive GmbH
Author-email: Arndt Droullier <info@nive.co>
License: GPL 3
Project-URL: Homepage, https://niveapps.com/
Project-URL: Repository, https://github.com/nive/nive
Keywords: cms,framework,pyramid
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
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: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
Requires-Dist: pyramid>=2.0.2
Requires-Dist: Chameleon
Requires-Dist: zope.interface
Requires-Dist: pyramid_chameleon
Requires-Dist: iso8601
Requires-Dist: pytz
Requires-Dist: translationstring
Requires-Dist: bs4
Provides-Extra: testing
Requires-Dist: pyramid>=2.0.2; extra == "testing"
Requires-Dist: Chameleon; extra == "testing"
Requires-Dist: zope.interface; extra == "testing"
Requires-Dist: pyramid_chameleon; extra == "testing"
Requires-Dist: iso8601; extra == "testing"
Requires-Dist: pytz; extra == "testing"
Requires-Dist: translationstring; extra == "testing"
Requires-Dist: bs4; extra == "testing"

# Nive application base package
This is the base package.
## Source code
The source code is hosted on github: https://github.com/nive
### The form module nive.components.reform
The reform package is a merge of deform and colander and includes several changes
to make form handling easier. Please see nive.components.reform.README.txt for details.
### Translations
Translations can be extracted using lingua>=3.2
> pip install lingua-3.2
> bin/pot-create -o nive/locale/nive.pot nive
### Dependencies
library 'pillow' 10> optional. required for extensions.images.
