Metadata-Version: 2.0
Name: dailyrotatingfilehandler
Version: 0.0.2
Summary: Rotating the log file every midnight.
Home-page: https://github.com/borisliu/daily-rotating-file-handler
Author: borisliu
Author-email: boris_cn@263.net
License: MIT
Platform: all
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5

=====
DailyRotatingFileHandler
=====

Rotating the log file every midnight.

Installation
------------
Via pip(recommend)::
    pip install dailyrotatingfilehandler


