Metadata-Version: 1.1
Name: hurm.db
Version: 0.6
Summary: Human Resources Manager, database definition
Home-page: https://bitbucket.org/lele/hurm.db
Author: Lele Gaifax
Author-email: lele@metapensiero.it
License: GPLv3+
Description: .. -*- coding: utf-8 -*-
        .. :Project:   hurm -- Human Resources Manager
        .. :Created:   lun 14 dic 2015, 10.24.47, CET
        .. :Author:    Lele Gaifax <lele@metapensiero.it>
        .. :License:   GNU General Public License version 3 or later
        .. :Copyright: © 2015, 2016 Lele Gaifax
        ..
        
        =========================
         Human Resources Manager
        =========================
        
        Database definition and SQLAlchemy modelization
        ===============================================
        
         :author: Lele Gaifax
         :contact: lele@metapensiero.it
         :license: GNU General Public License version 3 or later
        
        This module describes the PostgreSQL database used by HuRM and implements its SQLAlchemy
        modelization.
        
        
        .. -*- coding: utf-8 -*-
        
        Changes
        -------
        
        0.6 (2016-02-23)
        ~~~~~~~~~~~~~~~~
        
        - Promote the changes logger to the top level
        
        
        0.5 (2016-02-21)
        ~~~~~~~~~~~~~~~~
        
        - Handle the case when all preferred activities are removed
        
        
        0.4 (2016-02-20)
        ~~~~~~~~~~~~~~~~
        
        - Add person's preferred activities
        
        - Fix SQLAlchemy description of table tasks
        
        
        0.3 (2016-02-17)
        ~~~~~~~~~~~~~~~~
        
        - Dump facility, usable to produce a YAML archive compatible with
          metapensiero.sqlalchemy.dbloady
        
        
        0.2 (2016-02-16)
        ~~~~~~~~~~~~~~~~
        
        - Stable enough for the first demo
        
        
        0.1 (unreleased)
        ~~~~~~~~~~~~~~~~
        
        - Initial effort
        
Keywords: sqlalchemy postgresql
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
