Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.41 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.41 KB

NomoPyTools

Tools and modules I frequently use for machine learning, web scraping, and more.

Content

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
mail 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

Installation

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.