Metadata-Version: 2.1
Name: weblinks
Version: 1.0.0
Summary: Wanted to fetch the links from web and filter them using substring, a file extentions
Home-page: https://github.com/kirankotari/weblinks
Author: Kiran Kumar Kotari
Author-email: kirankotari@live.com
License: UNKNOWN
Keywords: weblinks getlinks web-links get-links fetch-links
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: validators (>=0.18.2)

# Weblinks

## <add-badges>

- [Introduction](#introduction)
- [Docs](#docs)
- [Commands](#commands)
- [Pre-requisites](#pre-requisites)
- [Installation and Downloads](#installation-and-downloads)
- [FAQ](#faq)
- [Other Resources](#other-resources)
- [Bug Tracker and Support](#bug-tracker-and-support)
- [Unit-Tests](#unit-tests)
- [License and Copyright](#license-and-copyright)
- [Author and Thanks](#author-and-thanks)

## Introduction

Wanted to fetch the links from web and filter them using substring, a file extentions

## Docs

## Commands

```
usage: weblinks.py [-h] -w WEB [-u USERNAME] [-p PASSWORD] [-e EXT] [-d] [-v]
                   substring

positional arguments:
  substring             the sub-string in the links

optional arguments:
  -h, --help            show this help message and exit
  -w WEB, --web WEB     the website
  -u USERNAME, --username USERNAME
                        web login username
  -p PASSWORD, --password PASSWORD
                        web login password
  -e EXT, --ext EXT     file extention
  -d, --download        download links
  -v, --verbosity
```

## Pre-requisites

## Installation and Downloads

## FAQ

- **Question:** <question>?  
 **Answer:** <answer>.

## Other Resources

## Bug Tracker and Support

## Unit Tests

## License and Copyright

## Author and Thanks

<package-name> was developed by [<author-name>](<author-profile-url or github-profile-link>)


