Navium


NameNavium JSON
Version 1.0 PyPI version JSON
download
home_pageNone
SummaryNavium is a Python-based automation library that leverages Chromium to control browser behavior, execute commands, and interact with web pages via WebSockets.
upload_time2024-10-08 10:52:13
maintainerNone
docs_urlNone
authorMohammad Hassan
requires_pythonNone
licenseMIT
keywords browser automation selenium playwright chromium scraping crawling web testing navium
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<img src="img/logo.png" style="width: 100px; height: 100px;"></img>
</p>

**Navium** is a high-performance browser automation library that leverages Chromium's DevTools Protocol (CDP) for direct communication, bypassing traditional WebDriver setups. This allows Navium to offer blazing fast speeds and lower overhead, making it ideal for developers and testers who need quick and efficient browser control. Navium was created to explore the inner workings of browser automation libraries like Playwright.

## Key Features
- **Chromium-based Automation**: Navium uses Chromium's native interface, removing the need for WebDrivers.
- **High-speed Execution**: With direct WebSocket connections to the browser, Navium delivers faster interactions than conventional WebDriver-based libraries.
- **Lightweight**: Minimal dependencies and direct browser control make Navium highly efficient.
- **Customizable**: Set up your browser instances with custom arguments and configurations to fit your needs.
- **Powerful Scripting**: Execute JavaScript directly in the browser context and retrieve results seamlessly.

## Status
**Navium** is currently under active development. Some features may still be in progress or experimental. Contributions, feedback, and bug reports are welcome!

## Getting Started
```python
from navium import Browser

with Browser() as worker:
    worker.goto("https://youtube.com/")
```

**Executing Scripts**
```python
from navium import Browser

with Browser() as worker:
    page = worker.goto("https://youtube.com/")
    js = page.execute_script("document.title")
    print(js)
```

[Examples](./examples/) contain more usage scenarios to explore.

## Contributing
We welcome contributions! Please feel free to submit issues or pull requests to help improve Navium.

### How to contribute:
- Fork the repository
- Create a new branch for your feature or bug fix
- Submit a pull request for review

## License
Navium is distributed under the [MIT License](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Navium",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "browser, automation, selenium, playwright, chromium, scraping, crawling, web, testing, navium",
    "author": "Mohammad Hassan",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f0/82/15ddf774bc2a5a2fcdd87ad52e7a82c395548cdc365a7a67b1b05a43d5c1/navium-1.0.tar.gz",
    "platform": "windows",
    "description": "<p align=\"center\">\r\n<img src=\"img/logo.png\" style=\"width: 100px; height: 100px;\"></img>\r\n</p>\r\n\r\n**Navium** is a high-performance browser automation library that leverages Chromium's DevTools Protocol (CDP) for direct communication, bypassing traditional WebDriver setups. This allows Navium to offer blazing fast speeds and lower overhead, making it ideal for developers and testers who need quick and efficient browser control. Navium was created to explore the inner workings of browser automation libraries like Playwright.\r\n\r\n## Key Features\r\n- **Chromium-based Automation**: Navium uses Chromium's native interface, removing the need for WebDrivers.\r\n- **High-speed Execution**: With direct WebSocket connections to the browser, Navium delivers faster interactions than conventional WebDriver-based libraries.\r\n- **Lightweight**: Minimal dependencies and direct browser control make Navium highly efficient.\r\n- **Customizable**: Set up your browser instances with custom arguments and configurations to fit your needs.\r\n- **Powerful Scripting**: Execute JavaScript directly in the browser context and retrieve results seamlessly.\r\n\r\n## Status\r\n**Navium** is currently under active development. Some features may still be in progress or experimental. Contributions, feedback, and bug reports are welcome!\r\n\r\n## Getting Started\r\n```python\r\nfrom navium import Browser\r\n\r\nwith Browser() as worker:\r\n    worker.goto(\"https://youtube.com/\")\r\n```\r\n\r\n**Executing Scripts**\r\n```python\r\nfrom navium import Browser\r\n\r\nwith Browser() as worker:\r\n    page = worker.goto(\"https://youtube.com/\")\r\n    js = page.execute_script(\"document.title\")\r\n    print(js)\r\n```\r\n\r\n[Examples](./examples/) contain more usage scenarios to explore.\r\n\r\n## Contributing\r\nWe welcome contributions! Please feel free to submit issues or pull requests to help improve Navium.\r\n\r\n### How to contribute:\r\n- Fork the repository\r\n- Create a new branch for your feature or bug fix\r\n- Submit a pull request for review\r\n\r\n## License\r\nNavium is distributed under the [MIT License](LICENSE).\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Navium is a Python-based automation library that leverages Chromium to control browser behavior, execute commands, and interact with web pages via WebSockets.",
    "version": "1.0",
    "project_urls": null,
    "split_keywords": [
        "browser",
        " automation",
        " selenium",
        " playwright",
        " chromium",
        " scraping",
        " crawling",
        " web",
        " testing",
        " navium"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53253b0fc1659f3e8e7ef43ecbda306cc5f9653d46d4ac31ddba2be8d27d4c3c",
                "md5": "801c27a9a60ec6d1cc9010f7ad94ac93",
                "sha256": "6d60de673e63f744bafda938e376476e9eb613ff817653ac310979f0b2372409"
            },
            "downloads": -1,
            "filename": "Navium-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "801c27a9a60ec6d1cc9010f7ad94ac93",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11151,
            "upload_time": "2024-10-08T10:52:10",
            "upload_time_iso_8601": "2024-10-08T10:52:10.926543Z",
            "url": "https://files.pythonhosted.org/packages/53/25/3b0fc1659f3e8e7ef43ecbda306cc5f9653d46d4ac31ddba2be8d27d4c3c/Navium-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f08215ddf774bc2a5a2fcdd87ad52e7a82c395548cdc365a7a67b1b05a43d5c1",
                "md5": "663f806e9bfc88ede22b8191309be5c5",
                "sha256": "cef25f7e685d5cad4f9af785a34ce247ecdf283b55d769c4b3c224219b873dcb"
            },
            "downloads": -1,
            "filename": "navium-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "663f806e9bfc88ede22b8191309be5c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9149,
            "upload_time": "2024-10-08T10:52:13",
            "upload_time_iso_8601": "2024-10-08T10:52:13.702100Z",
            "url": "https://files.pythonhosted.org/packages/f0/82/15ddf774bc2a5a2fcdd87ad52e7a82c395548cdc365a7a67b1b05a43d5c1/navium-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 10:52:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "navium"
}
        
Elapsed time: 0.41926s