Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Latest commit

 

History

History
51 lines (36 loc) · 1.63 KB

README.rst

File metadata and controls

51 lines (36 loc) · 1.63 KB
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)