Metadata-Version: 2.1
Name: earthworm-shubhamt619
Version: 0.0.2
Summary: Boilerplate for Publishing Python Packages.
Home-page: https://github.com/shubhamt619/earthworm
Author: Shubham Thakur
Author-email: shubhamt619@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown

# <u>e@rthw0rm</u>
##### A python package by Shubham Thakur

Hello All !

This is the Second release of my python package.
Basically this is like a boilerplate for creating your own python package.

### Can it tell me my future ?
##### --> Can you ?

### Will it help me invest in the right cryptocurrency ?
##### --> No

### Okay Then, What it does ?
##### --> Basically, Nothing :P ,  You can clone this repo and simply edit it and publish it to either test PyPi or Live PyPi.

### Wait, It does Nothing at all ?
##### --> It can do a few things allright. See the examples below.
<br />
<br />
#### Note : Make sure you Install and Import this package first.
##### Install Command - `pip install earthworm-shubhamt619`
##### Import like this `import earthworm`
##### Example 1 : Saying Hello
###### To say hello to a person, all you have to do is set the name by using 
`earthworm.name = 'John Doe'`
After this, simply use the sayHello() like,
`earthworm.sayHello()`
Output is 
`Hello there Shubham !`



