Metadata-Version: 2.2
Name: caerp_base
Version: 2025.1.0
Summary: caerp_base
Home-page: https://framagit.org/caerp/caerp_base
Author: Coopérer Pour Entreprendre
Author-email: contact@endi.coop
License: GPLv3
Keywords: web wsgi bfg pylons pyramid caerp
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"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

CAErp 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 CAErp 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
