Metadata-Version: 2.1
Name: sample_package_abdullah
Version: 0.1.5
Summary: A sample Python package
Home-page: https://github.com/abdullahal-baki/sample_package
Author: Abdullah Al Baki
Author-email: abdullahalbaki009@gmail.com
License: MIT
Project-URL: Source, https://github.com/abdullahal-baki/sample_package
Project-URL: Documentation, https://github.com/abdullahal-baki/sample_package#readme
Project-URL: Bug Tracker, https://github.com/abdullahal-baki/sample_package/issues
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.1

# Sample Package


### Installation
#### PyPl method
`pip install sample-package-abdullah`

#### Manual Installation
Download the package as zip file. <br>
Go to the directory that contain setup.py <br>
In terminal run `pip install sample_package`
