Metadata-Version: 2.1
Name: PyBusiness
Version: 0.0.1
Summary: An easy way to send an email for lots of purposes
Home-page: https://saythanks-com-python-email.webnode.com
Author: J. Nma
Author-email: wooldoughnutspi@gmail.com
License: MIT
Project-URL: Documentation, https://packaging.python.org/tutorials/distributing-packages/
Project-URL: Funding, https://donate.pypi.org
Project-URL: Say Thanks!, https://saythanks-com-python-email.webnode.com
Project-URL: Source, https://saythanks-com-python-email.webnode.com
Description: **Usage**
        ============
        
        **Email**
        [code language="python"]
        
        from PyBusiness import email
        
        [/code]
        
        **Syntax**
        
        [code language="python"]
        
        email(your_address, addressee, your_passwd, subject_of_email, message)
        
        [/code]
        
        **Example**
        
        [code language="python"]
        
        email("johndoe@whatever.com", "friend@whatever.com", "password", "Greetings", "Hello")
        
        [/code]
        
        -------------
        
        **Now Enjoy**
        ----------------
        
        [[embed url=https://www.youtube.com/watch?v=LDU_Txk06tM]]
Keywords: email multi-purpose
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
