automonisaur


Nameautomonisaur JSON
Version 0.6.8 PyPI version JSON
download
home_pagehttps://github.com/TheShellLand/automonisaur
SummaryCore libraries for automonisaur
upload_time2025-01-23 23:44:59
maintainerNone
docs_urlNone
authornaisanza
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements requests xmltodict deprecation beautifulsoup4 lxml ddtrace pandas jupyterlab numpy swifter elasticsearch Flask Flask-Login Flask-WTF bcrypt google-api-python-client google-auth-httplib2 google-auth-oauthlib minio neo4j python-keystoneclient python-swiftclient opentelemetry-distro opentelemetry-exporter-otlp opentelemetry-instrumentation-logging None pytz selenium beautifulsoup4 sentry-sdk Scrapy slackclient splunk-sdk pytest pytest-cov coverage setuptools wheel twine psutil urllib3 nest-asyncio
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![](https://github.com/TheShellLand/automonisaur/raw/master/docs/images/sauruspark.gif)

# Automonisaur: Core Libraries

**[about](#about)** |
**[integrations](#integrations)** |
**[install](#install)** |
**[docker](docker)** |
**[unittest locally](#unittest-locally)** |
**[codecov](https://codecov.io/gh/TheShellLand/automonisaur)** |
**[pypi](https://pypi.org/project/automonisaur/)**

[![cicd](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml)
[![3.14](https://github.com/TheShellLand/automonisaur/actions/workflows/python314.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python314.yml)
[![3.13](https://github.com/TheShellLand/automonisaur/actions/workflows/python313.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python313.yml)
[![3.12](https://github.com/TheShellLand/automonisaur/actions/workflows/python312.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python312.yml)
[![3.11](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml)
[![3.10](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml)
[![3.9](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml)
[![3.8](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml)
[![3,7](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml)

[![Downloads](https://static.pepy.tech/badge/automonisaur)](https://pepy.tech/project/automonisaur)
[![Downloads](https://static.pepy.tech/badge/automonisaur/month)](https://pepy.tech/project/automonisaur)
[![Downloads](https://static.pepy.tech/badge/automonisaur/week)](https://pepy.tech/project/automonisaur)

[//]: # ([![codecov](https://codecov.io/gh/TheShellLand/automonisaur/branch/master/graph/badge.svg)](https://codecov.io/gh/TheShellLand/automonisaur))

### About

This library adds some easier-to-use wrappers around common services for data
science and threat intelligence.

Provides easier clients and configuration options, as well as any additional
helpers to get things up and running.

Github issues and feature requests welcomed.

### Integrations

| Category        | Library                                                     |
|-----------------|-------------------------------------------------------------|
| API             | flask                                                       |
| Chat            | slack                                                       |
| Data Scraping   | beautifulsoup<br/>facebook groups<br/>instagram<br/>scrapy  |
| Databases       | elasticsearch<br/>neo4j<br/>splunk<br/>pass                 |
| Data Store      | minio<br/>swift                                             |
| Devices         | snmp                                                        |
| Google Cloud    | google auth api<br/>google people api<br/>google sheets api |
| Helpers         | os<br/>subprocess<br/>threading<br/>socket<br/>datetime     |
| Logging         | sentryio                                                    |
| MacOS           | airport<br/>macchanger<br/>wdutil                           |
| Python          | logging<br/>requests                                        |
| SOAR            | swimlane<br/>splunk soar<br/>xsoar                          |
| Recon           | nmap                                                        |
| Test Automation | selenium                                                    |

#### Requires

- python >= 3.10

_Note: install requirements.txt to use all integrations_

#### install core library

```shell script
/bin/bash install.sh
```

#### install integration libraries

```shell script
# shell script
/bin/bash install-requirements.sh

# pip
python3 -m pip install -U -r requirements.txt

# pip 
python3 -m pip install -U -r https://raw.githubusercontent.com/TheShellLand/automonisaur/master/requirements.txt

# master branch 
python3 -m pip install --upgrade git+https://github.com/TheShellLand/automonisaur.git@master#egg
```

#### unittest locally

```shell script
/bin/bash unittests.sh
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TheShellLand/automonisaur",
    "name": "automonisaur",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "naisanza",
    "author_email": "naisanza@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c9/75/f1c0525687a1b0caf6ef62d7bb55989937ac6892c2cce40c4ffb2f7f04eb/automonisaur-0.6.8.tar.gz",
    "platform": null,
    "description": "![](https://github.com/TheShellLand/automonisaur/raw/master/docs/images/sauruspark.gif)\n\n# Automonisaur: Core Libraries\n\n**[about](#about)** |\n**[integrations](#integrations)** |\n**[install](#install)** |\n**[docker](docker)** |\n**[unittest locally](#unittest-locally)** |\n**[codecov](https://codecov.io/gh/TheShellLand/automonisaur)** |\n**[pypi](https://pypi.org/project/automonisaur/)**\n\n[![cicd](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml)\n[![3.14](https://github.com/TheShellLand/automonisaur/actions/workflows/python314.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python314.yml)\n[![3.13](https://github.com/TheShellLand/automonisaur/actions/workflows/python313.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python313.yml)\n[![3.12](https://github.com/TheShellLand/automonisaur/actions/workflows/python312.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python312.yml)\n[![3.11](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml)\n[![3.10](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml)\n[![3.9](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml)\n[![3.8](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml)\n[![3,7](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml)\n\n[![Downloads](https://static.pepy.tech/badge/automonisaur)](https://pepy.tech/project/automonisaur)\n[![Downloads](https://static.pepy.tech/badge/automonisaur/month)](https://pepy.tech/project/automonisaur)\n[![Downloads](https://static.pepy.tech/badge/automonisaur/week)](https://pepy.tech/project/automonisaur)\n\n[//]: # ([![codecov]&#40;https://codecov.io/gh/TheShellLand/automonisaur/branch/master/graph/badge.svg&#41;]&#40;https://codecov.io/gh/TheShellLand/automonisaur&#41;)\n\n### About\n\nThis library adds some easier-to-use wrappers around common services for data\nscience and threat intelligence.\n\nProvides easier clients and configuration options, as well as any additional\nhelpers to get things up and running.\n\nGithub issues and feature requests welcomed.\n\n### Integrations\n\n| Category        | Library                                                     |\n|-----------------|-------------------------------------------------------------|\n| API             | flask                                                       |\n| Chat            | slack                                                       |\n| Data Scraping   | beautifulsoup<br/>facebook groups<br/>instagram<br/>scrapy  |\n| Databases       | elasticsearch<br/>neo4j<br/>splunk<br/>pass                 |\n| Data Store      | minio<br/>swift                                             |\n| Devices         | snmp                                                        |\n| Google Cloud    | google auth api<br/>google people api<br/>google sheets api |\n| Helpers         | os<br/>subprocess<br/>threading<br/>socket<br/>datetime     |\n| Logging         | sentryio                                                    |\n| MacOS           | airport<br/>macchanger<br/>wdutil                           |\n| Python          | logging<br/>requests                                        |\n| SOAR            | swimlane<br/>splunk soar<br/>xsoar                          |\n| Recon           | nmap                                                        |\n| Test Automation | selenium                                                    |\n\n#### Requires\n\n- python >= 3.10\n\n_Note: install requirements.txt to use all integrations_\n\n#### install core library\n\n```shell script\n/bin/bash install.sh\n```\n\n#### install integration libraries\n\n```shell script\n# shell script\n/bin/bash install-requirements.sh\n\n# pip\npython3 -m pip install -U -r requirements.txt\n\n# pip \npython3 -m pip install -U -r https://raw.githubusercontent.com/TheShellLand/automonisaur/master/requirements.txt\n\n# master branch \npython3 -m pip install --upgrade git+https://github.com/TheShellLand/automonisaur.git@master#egg\n```\n\n#### unittest locally\n\n```shell script\n/bin/bash unittests.sh\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Core libraries for automonisaur",
    "version": "0.6.8",
    "project_urls": {
        "Homepage": "https://github.com/TheShellLand/automonisaur"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "873e4491df1cf0e5ebfd87c8fa0f17fd26231b1e258a3f58076eebd0b0d01d9a",
                "md5": "6a85b8aaedbd0e4710c75c6232738e50",
                "sha256": "d82b838085fb540096426a4c8f916b3745404e959e08bd061e343ecfaf066d9a"
            },
            "downloads": -1,
            "filename": "automonisaur-0.6.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a85b8aaedbd0e4710c75c6232738e50",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 650418,
            "upload_time": "2025-01-23T23:44:56",
            "upload_time_iso_8601": "2025-01-23T23:44:56.113508Z",
            "url": "https://files.pythonhosted.org/packages/87/3e/4491df1cf0e5ebfd87c8fa0f17fd26231b1e258a3f58076eebd0b0d01d9a/automonisaur-0.6.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c975f1c0525687a1b0caf6ef62d7bb55989937ac6892c2cce40c4ffb2f7f04eb",
                "md5": "cad7fe5686a6d7a378f43300c4a9339d",
                "sha256": "6d76570d246016a365ef5db4756bc20385582ba74e4c4578185a5cd96d32ab52"
            },
            "downloads": -1,
            "filename": "automonisaur-0.6.8.tar.gz",
            "has_sig": false,
            "md5_digest": "cad7fe5686a6d7a378f43300c4a9339d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 535676,
            "upload_time": "2025-01-23T23:44:59",
            "upload_time_iso_8601": "2025-01-23T23:44:59.257192Z",
            "url": "https://files.pythonhosted.org/packages/c9/75/f1c0525687a1b0caf6ef62d7bb55989937ac6892c2cce40c4ffb2f7f04eb/automonisaur-0.6.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-23 23:44:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TheShellLand",
    "github_project": "automonisaur",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.26.0"
                ]
            ]
        },
        {
            "name": "xmltodict",
            "specs": [
                [
                    ">=",
                    "0.12.0"
                ]
            ]
        },
        {
            "name": "deprecation",
            "specs": [
                [
                    ">=",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "beautifulsoup4",
            "specs": [
                [
                    ">=",
                    "4.10.0"
                ]
            ]
        },
        {
            "name": "lxml",
            "specs": [
                [
                    ">=",
                    "4.7.1"
                ]
            ]
        },
        {
            "name": "ddtrace",
            "specs": [
                [
                    ">=",
                    "2.7.6"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.1.5"
                ]
            ]
        },
        {
            "name": "jupyterlab",
            "specs": [
                [
                    ">=",
                    "3.1.9"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.19.5"
                ]
            ]
        },
        {
            "name": "swifter",
            "specs": [
                [
                    ">=",
                    "1.0.9"
                ]
            ]
        },
        {
            "name": "elasticsearch",
            "specs": [
                [
                    ">=",
                    "7.14.0"
                ]
            ]
        },
        {
            "name": "Flask",
            "specs": [
                [
                    ">=",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "Flask-Login",
            "specs": [
                [
                    ">=",
                    "0.5.0"
                ]
            ]
        },
        {
            "name": "Flask-WTF",
            "specs": [
                [
                    ">=",
                    "0.15.1"
                ]
            ]
        },
        {
            "name": "bcrypt",
            "specs": [
                [
                    ">",
                    "3.1.7"
                ]
            ]
        },
        {
            "name": "google-api-python-client",
            "specs": [
                [
                    ">=",
                    "2.39.0"
                ]
            ]
        },
        {
            "name": "google-auth-httplib2",
            "specs": [
                [
                    ">=",
                    "0.1.0"
                ]
            ]
        },
        {
            "name": "google-auth-oauthlib",
            "specs": [
                [
                    ">=",
                    "0.5.0"
                ]
            ]
        },
        {
            "name": "minio",
            "specs": [
                [
                    ">=",
                    "7.1.0"
                ]
            ]
        },
        {
            "name": "neo4j",
            "specs": [
                [
                    ">=",
                    "4.4.9"
                ]
            ]
        },
        {
            "name": "python-keystoneclient",
            "specs": [
                [
                    ">=",
                    "4.2.0"
                ]
            ]
        },
        {
            "name": "python-swiftclient",
            "specs": [
                [
                    ">=",
                    "3.12.0"
                ]
            ]
        },
        {
            "name": "opentelemetry-distro",
            "specs": [
                [
                    "==",
                    "0.43b0"
                ]
            ]
        },
        {
            "name": "opentelemetry-exporter-otlp",
            "specs": [
                [
                    "==",
                    "1.22.0"
                ]
            ]
        },
        {
            "name": "opentelemetry-instrumentation-logging",
            "specs": [
                [
                    "==",
                    "0.43b0"
                ]
            ]
        },
        {
            "name": null,
            "specs": []
        },
        {
            "name": "pytz",
            "specs": [
                [
                    ">=",
                    "2021.1"
                ]
            ]
        },
        {
            "name": "selenium",
            "specs": [
                [
                    ">=",
                    "3.141.0"
                ]
            ]
        },
        {
            "name": "beautifulsoup4",
            "specs": [
                [
                    ">=",
                    "4.10.0"
                ]
            ]
        },
        {
            "name": "sentry-sdk",
            "specs": [
                [
                    ">=",
                    "1.5.1"
                ]
            ]
        },
        {
            "name": "Scrapy",
            "specs": [
                [
                    ">=",
                    "2.6.0"
                ]
            ]
        },
        {
            "name": "slackclient",
            "specs": [
                [
                    ">=",
                    "2.9.3"
                ]
            ]
        },
        {
            "name": "splunk-sdk",
            "specs": [
                [
                    ">=",
                    "1.6.16"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "6.2.4"
                ]
            ]
        },
        {
            "name": "pytest-cov",
            "specs": [
                [
                    ">=",
                    "2.12.1"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    ">=",
                    "5.4"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "wheel",
            "specs": []
        },
        {
            "name": "twine",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": [
                [
                    ">=",
                    "5.8.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    ">=",
                    "1.26.6"
                ]
            ]
        },
        {
            "name": "nest-asyncio",
            "specs": [
                [
                    ">=",
                    "1.5.1"
                ]
            ]
        }
    ],
    "lcname": "automonisaur"
}
        
Elapsed time: 0.46206s