Metadata-Version: 2.1
Name: mlseo
Version: 0.0.12
Summary: SEO Tools
Home-page: https://github.com/miklevin/mlseo/tree/main/
Author: Mike Levin
Author-email: miklevin@gmail.com
License: Apache Software License 2.0
Keywords: SEO Python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: install
Requires-Dist: ohawf
Requires-Dist: nltk
Requires-Dist: httpx
Requires-Dist: pandas
Requires-Dist: art
Requires-Dist: rich
Requires-Dist: tldextract
Requires-Dist: yake
Requires-Dist: beautifulsoup4
Requires-Dist: sqlitedict
Requires-Dist: pyppeteer
Requires-Dist: lxml

# mlseo
> Pythonic SEO in JupyterLab


<a href="https://github.com/jupyterlab/jupyterlab-desktop">JupyterLab</a> standalone version is your "platform". Python is your framework. Pandas and Sqlite are your database. This package just adds some SEO functions and inspiration. Feel free to pip install it, but clone it from Github if you want the example Notebooks.

## Install

`pip install mlseo`

## How to use

Start a new Notebook, preferably in standalone JupyterLab. Then type:

    from mlseo import *
    
Then follow the instructions.


