Metadata-Version: 2.1
Name: endi-base
Version: 6.7.0
Summary: endi_base
Home-page: https://framagit.org/endi/endi_base
Author: Coopérer Pour Entreprendre
Author-email: contact@endi.coop
License: GPLv3
Keywords: web wsgi bfg pylons pyramid endi
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: colander
Requires-Dist: pyramid
Requires-Dist: unidecode
Requires-Dist: SQLAlchemy
Requires-Dist: zope.sqlalchemy
Requires-Dist: simplejson
Requires-Dist: pyramid-mailer
Provides-Extra: testing
Requires-Dist: WebTest (>=1.3.1) ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

enDI base software
=======================

Since version 6 only Python 3 is supported

Provide :

* common models
* common tools

This package provides base tools to allow splitting the software enDI in several pieces.
It provides :

* SQLAlchemy configuration (scoped session, base model class)
* Custom SQLAlchemy column types
* Constants
* ...

It should not be installed directly but should be installed as a dependency
