Metadata-Version: 2.1
Name: is-wordpress
Version: 0.0.2
Summary: A simple (or useless) Program to check if a website is based on wordpress or not and if it's on wordpress which version does it use.
Home-page: https://github.com/numb95/is_wordpress
Author: AmirHossein Goodarzi
Author-email: amir@goodarzi.net
License: UNKNOWN
Download-URL: https://github.com/numb95/is_wordpress/archive/0.0.2.tar.gz
Description: <!--
         Copyright (c) 2019 amirhossein
         
         This software is released under the MIT License.
         https://opensource.org/licenses/MIT
        -->
        # is_wordpress
        A simple (or useless) Program to check if a website is based on wordpress or not and if it's on wordpress which version does it use.
        
        # Installing 
        ``` pip install is-wordpress```
        
        # Usage 
        ```
        usage: main.py [-h] url
        
        Check if selected website is based on wordpress or not.It also show the
        wordpress version.
        
        positional arguments:
          url         URL to check the website.
        
        optional arguments:
          -h, --help  show this help message and exit
        ```
        ## Example
        ``` 
        $ is_wordpress goodarzi.net
        WordPress 4.9.8
        ```
        # Contribution
        Feel free to fork and fix problems. PRs are welcome. :heart:
        
        # Issues
        Use Issues section to report any problem.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
