Metadata-Version: 2.1
Name: pywalrus
Version: 0.0.2
Summary: A Python Package for Email Automation.
Home-page: https://github.com/silverbackhq/pywalrus
Author: silverback
Author-email: hello@clivern.com
License: UNKNOWN
Description: PyWalrus
        ========
        
        A Python Package for Email Automation.
        
        [![Build Status](https://travis-ci.org/silverbackhq/pywalrus.svg?branch=master)](https://travis-ci.org/silverbackhq/pywalrus)
        [![PyPI version](https://badge.fury.io/py/pywalrus.svg)](https://badge.fury.io/py/pywalrus)
        
        Installation
        ------------
        To install Walrus run this command:
        ```
        $ pip3 install pywalrus
        ```
        
        Usage
        -----
        After installing the library, Read the following usage criteria:
        
        ```python
        #
        ```
        
        Misc
        ====
        
        Changelog
        ---------
        
        Version 0.0.2:
        ```
        Initial Release.
        ```
        
        Acknowledgements
        ----------------
        
        © 2019, Silverback. Released under [MIT License](https://opensource.org/licenses/mit-license.php).
        
        **Walrus** is authored and maintained by [@silverbackhq](http://github.com/silverbackhq).
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
