Metadata-Version: 1.1
Name: angrytest
Version: 1.3.2
Summary: Test upload to pypi
Home-page: https://github.com/famishedrover/testUploadPypi
Author: Angryziber
Author-email: mudit.verma2014@gmail.com
License: MIT
Description: This is the readme
        Now included init py script.
        
        Functions :
        callPrint(num)
        sayHi(name)
        talklToMe(name)
        
        Import :
        from angryziber import pypitestangry as p
        
        Use :
        p.callPrint()
        p.callPrint(10)
        p.talklToMe('Danny')
        
        Updated Licence Agreement (c) 2017.
        Updated README
Keywords: test upload script
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
