Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/t1h0/nomopytools
- Owner: t1h0
- License: apache-2.0
- Created: 2024-03-10T15:48:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T08:37:53.000Z (3 months ago)
- Last Synced: 2024-10-12T22:19:35.881Z (3 months ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.