Metadata-Version: 2.1
Name: comp-lead
Version: 0.0.1
Summary: Display a handful of tech leaders
Home-page: https://github.com/endormi/comp
Author: Endormi
Author-email: contactendormi@gmail.com
License: UNKNOWN
Description: # Comp-Lead
        
        This is my first PyPI package, so this is very simple. This package prints a handful of tech leaders (five to be exact).
        The reason why I decided to create this package was to just understand the way packages are built and how they are published.
        
        from comp_lead import sample
        
        sample.person.printLead()
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
