Metadata-Version: 2.1
Name: MxDateTimeWrap
Version: 2.0
Summary: Wrap mx.DateTime functions using native datetime
Home-page: http://www.trackwell.com/
Author: Sindri (Trackwell hf.)
Author-email: sindri@trackwell.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: holidays

# MxDateTimeWrap

It's basically a wrapper around the "wonderful" mx.DateTime package to basically inject native datetime into it instead of it's native functionality.
Useful for fragile legacy code that heavily depends on mx.Datetime but you just don't feel like converting all the calls to native datetime.


## Usage
Install:
```
pip install mxDateTimeWrap
```
...and pretend it's mx.DateTime.


