Metadata-Version: 2.1
Name: hello_world_crock-dev
Version: 1.0.0
Summary: A Hello World package
Home-page: https://github.com/LeikoDmitry/hello-world
Author: Crock-dev
Author-email: leiko.dima2013@yandex.by
License: UNKNOWN
Description: # Simple package PyPi
        
        This is a simple exercise to publish a package onto PyPi.
        
        ## Installation
        
        Run the following to install
        
        ```
        pip install hello-world-crock-dev
        ```
        
        ## Usage
        
        ```python
        from hello_world.main import hello_world
        # Genarate "Hello world"
        hello_world()
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
