Metadata-Version: 1.0
Name: epochdatetimefield
Version: 0.1.0
Summary: 
App for Django to allow using datetime objects over integer fields.

Home-page: https://epochdatetimefield.readthedocs.org/en/latest/
Author: SimpleEnergy
Author-email: nick@simpleenergy.com
License: UNKNOWN
Description: epochdatetimefield
        ------------------
        
        .. image:: https://travis-ci.org/simpleenergy/epochdatetimefield.png
           :target: http://travis-ci.org/simpleenergy/epochdatetimefield
           :alt: Build Status
        
        
        Epoch DateTime field for Django. Turns epoch timestamps into datetime objects in your python code.
        
        
        Installation
        ============
        
        1. Install the package::
        
            $ pip install epochdatetimefield
        
        2. Add ``epochdatetimefield`` to your ``INSTALLED_APPS``.
        
Platform: UNKNOWN
