Metadata-Version: 2.0
Name: srclicenser
Version: 0.3.0
Summary: A tool that make sure there have a license header at top of source files
Home-page: https://github.com/starofrainnight/srclicenser
Author: Hong-She Liang
Author-email: starofrainnight@gmail.com
License: Apache Software License
Keywords: srclicenser
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: chardet
Requires-Dist: click (>=6.0)

===========
srclicenser
===========


.. image:: https://img.shields.io/pypi/v/srclicenser.svg
        :target: https://pypi.python.org/pypi/srclicenser

.. image:: https://img.shields.io/travis/starofrainnight/srclicenser.svg
        :target: https://travis-ci.org/starofrainnight/srclicenser

.. image:: https://readthedocs.org/projects/srclicenser/badge/?version=latest
        :target: https://srclicenser.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/starofrainnight/srclicenser/shield.svg
     :target: https://pyup.io/repos/github/starofrainnight/srclicenser/
     :alt: Updates


A tool that make sure there have a license header at top of source files


* Free software: MIT
* Documentation: https://srclicenser.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `PyPackageTemplate`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`PyPackageTemplate`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.2.0 (2017-06-02)
------------------

* First release with correct behaviors


