Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambitioninc/fleming
Python functions for manipulating datetime objects with respect to their time zone
https://github.com/ambitioninc/fleming
Last synced: 7 days ago
JSON representation
Python functions for manipulating datetime objects with respect to their time zone
- Host: GitHub
- URL: https://github.com/ambitioninc/fleming
- Owner: ambitioninc
- License: other
- Created: 2014-02-01T20:25:51.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-28T18:45:57.000Z (about 1 year ago)
- Last Synced: 2024-10-31T21:35:45.671Z (13 days ago)
- Language: Python
- Size: 168 KB
- Stars: 50
- Watchers: 15
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/ambitioninc/fleming.png
:target: https://travis-ci.org/ambitioninc/fleming.. image:: https://coveralls.io/repos/ambitioninc/fleming/badge.png
:target: https://coveralls.io/r/ambitioninc/fleming.. image:: https://img.shields.io/pypi/v/fleming.svg
:target: https://pypi.python.org/pypi/fleming
:alt: Latest PyPI version.. image:: https://img.shields.io/pypi/dm/fleming.svg
:target: https://pypi.python.org/pypi/fleming
:alt: Number of PyPI downloadsFleming
=======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... _Sandford Fleming: https://en.wikipedia.org/wiki/Sandford_Fleming
.. _here: http://pytz.sourceforge.net/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)