Metadata-Version: 2.0
Name: isitpangram
Version: 0.4.0
Summary: A function to determine if a sentence is a pangram.
Home-page: https://github.com/fertek/isitpangram
Author: Jan Feřtek
Author-email: janfertek@gmail.com
License: MIT license
Keywords: isitpangram
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)

===========
IsItPangram
===========


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

.. image:: https://img.shields.io/travis/fertek/isitpangram.svg
        :target: https://travis-ci.org/fertek/isitpangram

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




A function to determine if a sentence is a pangram.

A pangram (Greek: παν γράμμα, pan gramma, "every letter") is a sentence using every letter of the alphabet at least once.

The best known English pangram is: *The quick brown fox jumps over the lazy dog.*


* Free software: MIT license
* Documentation: https://isitpangram.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

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


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

0.1.0 (2018-03-23)
------------------

* First release on PyPI.


