Metadata-Version: 2.1
Name: website-worth
Version: 0.0.2
Summary: Worth of websites calculator
Home-page: https://github.com/maledorak/website-worth
Author: Mariusz Korzekwa
Author-email: maledorak@gmail.com
License: MIT license
Keywords: website_worth
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: Click (>=7.0)
Requires-Dist: requests (>=2.22)
Requires-Dist: beautifulsoup4 (>=4.8)
Requires-Dist: fake-useragent (>=0.1.11)

website-worth
=============

Install
-------

### From pip
This app works from Python 3.5 and the best choice is installation using pip

```
pip install --user website-worth
```

How to use
----------

Run:
```
website_worth run https://example.com
```


Changelog
=========

Unreleased
----------


0.0.2 (2020-01-28)
------------------

* Add user-agent switcher


0.0.1 (2019-10-17)
------------------

* First release on PyPI.
* Add https://www.webuka.com support.


