Metadata-Version: 2.0
Name: py3o.types
Version: 0.1
Summary: Data type helpers for Py3o
Home-page: http://bitbucket.org/faide/py3o.types
Author: Jérémie Gavrel
Author-email: jeremie.gavrel@xcg-consulting.fr
License: MIT License
Keywords: LibreOffice OpenOffice templating PDF
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: lxml
Requires-Dist: setuptools
Requires-Dist: six (>=1.4)

Introduction
============

This module implements new, configurable data types that are intended to be
used along with Py3o templates.

These data types should be used in the data source dictionary, as a
replacement to builtin (int, float...) and standard (date, time...) types.
Their rendering is based on a configuration that can be saved and loaded
as custom properties inside a ODF file.

Full Documentation
==================

We `provide a documentation`_ for this package.

Changelog
=========

0.1 Apr. 14 2016
----------------

  - Py3o types for integer, float, date, time, datetime
  - Import/export configuration from the custom settings of a ODF file
  - JSON encoding and decoding

.. _provide a documentation: http://py3o-types.readthedocs.org


