Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/t1h0/nomopytools

Tools and modules I frequently use for machine learning, web scraping, and more.
https://github.com/t1h0/nomopytools

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```shell
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.