Metadata-Version: 1.1
Name: fleming
Version: 0.3.1
Summary: Python helpers for manipulating datetime objects relative to time zones
Home-page: https://github.com/ambitioninc/fleming
Author: Wes Kendall
Author-email: wesleykendall@gmail.com
License: MIT
Description: 
                This package contains Fleming, which 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.
        
                A brief description of each function in Fleming is below. For more detailed usage examples
                and descriptions, visit https://github.com/ambitioninc/fleming.
        
                - convert_to_tz: Converts a datetime object into a provided timezone.
                - add_timedelta: Adds a timedelta to a datetime object.
                - floor: Rounds a datetime object down to the previous time interval.
                - ceil: Rounds a datetime object up to the next time interval.
                - intervals: Gets a range of times at a given timedelta interval.
                - unix_time: Returns a unix time stamp of a datetime object.
            
Keywords: python datetime pytz timezone timedelta arithmetic floor conversion
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
