Tools and modules I frequently use for machine learning, web scraping, and more.
Module Name | Description | Installation |
---|---|---|
ml | Machine learning | nomopytools[ml] |
selenium_extensions | Webdriver extensions for Selenium | nomopytools[selenium] |
collections_extensions | Extensions for Python's collections | nomopytools |
func | Small tools | nomopytools |
Communication with mail servers | nomopytools[mail] |
|
mongodb | Communication with MongoDB databases | nomopytools[mongodb] |
str | Tools for string objects | nomopytools |
web | Mostly requests extensions | nomopytools[web] |
xpath | Custom XPath functions | nomopytools |
Install with
pip install nomopytools[all] @ git+https://github.com/t1h0/nomopytools
or replace nomopytools[all]
with a module variant from the table above if you only need a specific module.