Python helpers for manipulating datetime objects relative to time zones


Keywords
python, datetime, pytz, timezone, timedelta, arithmetic, floor, conversion
License
MIT
Install
pip install fleming==0.6.0

Documentation

https://travis-ci.org/ambitioninc/fleming.png https://coveralls.io/repos/ambitioninc/fleming/badge.png Latest PyPI version Number of PyPI downloads

Fleming

Fleming contains a set of routines for doing datetime manipulation. Named after Sandford Fleming, the father of worldwide standard timezones, this package is meant to aid datetime manipulations with regards to timezones.

Fleming addresses some of the common difficulties with timezones and datetime objects, such as performing arithmetic and datetime truncation across a Daylight Savings Time border. It also provides utilities for generating date ranges and getting unix times with respect to timezones.

Fleming accepts pytz timezone objects as parameters, and it is assumed that the user has a basic understanding of pytz. Click here for more information about pytz.

Installation

To install the latest release, type:

pip install fleming

To install the latest code directly from source, type:

pip install git+git://github.com/ambitioninc/fleming.git

Documentation

Full documentation is available at http://fleming.readthedocs.org/

License

MIT License (see LICENSE.rst)