# Zephyrion - Deprecated
**Note: This repository is deprecated and no longer maintained. For an active and maintained browser automation library, we recommend using [Quokka](https://github.com/stevieflyer/quokka).**
Zephyrion is a powerful Python library built on top of Pyppeteer, designed to simplify browser automation and manipulation tasks. It provides a convenient way to interact with web pages, extract data, and automate browser actions.
## Deprecation Notice
This repository is no longer actively maintained. We encourage you to consider using [Quokka](https://github.com/stevieflyer/quokka), a modern and actively developed browser automation library that offers a rich set of features and improved performance.
## Key Features
- Easy Browser Management: Zephyrion provides a simple interface for managing browser instances, starting, stopping, and navigating web pages.
- Data Extraction: With the data extraction module, you can easily extract data from web pages using customizable selectors and patterns.
- Page Interaction: The page interaction module enables you to interact with web page elements, such as clicking, typing, and scrolling.
- Extensible: Zephyrion's architecture allows for extension and customization to suit your specific needs.
## Installation
```bash
pip install zephyrion
```
## Getting Started
Zephyrion's intuitive API makes browser automation straightforward. Here's a simple example:
```python
from zephyrion import Browser
async def main():
browser = await Browser.launch(headless=True)
page = await browser.new_page()
await page.goto("https://example.com")
# Your automation code here
await browser.close()
if __name__ == "__main__":
import asyncio
asyncio.run(main())
```
## Documentation
For detailed usage instructions, examples, and customization options, please refer to the Documentation.
## Examples
Check out the Examples folder for more usage scenarios and demonstrations of Zephyrion's capabilities.
## Contributing
Contributions to Zephyrion are welcome! Please read our Contribution Guidelines for more information on how to contribute to the project.
## License
This project is licensed under the MIT License.
Raw data
{
"_id": null,
"home_page": "https://github.com/stevieflyer/zephyrion",
"name": "zephyrion",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "steveflyer",
"author_email": "steveflyer7@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/45/fd/29ffaff67689d2cc62c68136a4ceab879fb887108ae6a99cb5a9eab53a91/zephyrion-0.1.18.tar.gz",
"platform": null,
"description": "# Zephyrion - Deprecated\n\n**Note: This repository is deprecated and no longer maintained. For an active and maintained browser automation library, we recommend using [Quokka](https://github.com/stevieflyer/quokka).**\n\nZephyrion is a powerful Python library built on top of Pyppeteer, designed to simplify browser automation and manipulation tasks. It provides a convenient way to interact with web pages, extract data, and automate browser actions.\n\n## Deprecation Notice\n\nThis repository is no longer actively maintained. We encourage you to consider using [Quokka](https://github.com/stevieflyer/quokka), a modern and actively developed browser automation library that offers a rich set of features and improved performance.\n\n## Key Features\n\n- Easy Browser Management: Zephyrion provides a simple interface for managing browser instances, starting, stopping, and navigating web pages.\n- Data Extraction: With the data extraction module, you can easily extract data from web pages using customizable selectors and patterns.\n- Page Interaction: The page interaction module enables you to interact with web page elements, such as clicking, typing, and scrolling.\n- Extensible: Zephyrion's architecture allows for extension and customization to suit your specific needs.\n \n## Installation\n\n```bash\npip install zephyrion\n```\n\n## Getting Started\n\nZephyrion's intuitive API makes browser automation straightforward. Here's a simple example:\n\n```python\nfrom zephyrion import Browser\n\nasync def main():\n browser = await Browser.launch(headless=True)\n page = await browser.new_page()\n await page.goto(\"https://example.com\")\n \n # Your automation code here\n\n await browser.close()\n\nif __name__ == \"__main__\":\n import asyncio\n asyncio.run(main())\n```\n\n## Documentation\nFor detailed usage instructions, examples, and customization options, please refer to the Documentation.\n\n## Examples\nCheck out the Examples folder for more usage scenarios and demonstrations of Zephyrion's capabilities.\n\n## Contributing\nContributions to Zephyrion are welcome! Please read our Contribution Guidelines for more information on how to contribute to the project.\n\n## License\nThis project is licensed under the MIT License.\n",
"bugtrack_url": null,
"license": "",
"summary": "",
"version": "0.1.18",
"project_urls": {
"Homepage": "https://github.com/stevieflyer/zephyrion"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "71361570044b4496dc94fb1e5576c2ca0f57b8fed0113cddd2efa7fd18ca5350",
"md5": "d0fc5225d5c07a4d8dbd61bfc99a9354",
"sha256": "07214a2b1d0dcce9ea8ce35cc74ba6f22c0109989a821958a1350eb41389b02b"
},
"downloads": -1,
"filename": "zephyrion-0.1.18-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d0fc5225d5c07a4d8dbd61bfc99a9354",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 24352,
"upload_time": "2023-11-06T06:52:58",
"upload_time_iso_8601": "2023-11-06T06:52:58.858395Z",
"url": "https://files.pythonhosted.org/packages/71/36/1570044b4496dc94fb1e5576c2ca0f57b8fed0113cddd2efa7fd18ca5350/zephyrion-0.1.18-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "45fd29ffaff67689d2cc62c68136a4ceab879fb887108ae6a99cb5a9eab53a91",
"md5": "08fa777a21e38970d4d6ab3fbe9447b3",
"sha256": "81b930e05f8c110988a5bc59ac5a86f62118fb81dfb7d7bf60bb62276a98850b"
},
"downloads": -1,
"filename": "zephyrion-0.1.18.tar.gz",
"has_sig": false,
"md5_digest": "08fa777a21e38970d4d6ab3fbe9447b3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17376,
"upload_time": "2023-11-06T06:53:00",
"upload_time_iso_8601": "2023-11-06T06:53:00.579999Z",
"url": "https://files.pythonhosted.org/packages/45/fd/29ffaff67689d2cc62c68136a4ceab879fb887108ae6a99cb5a9eab53a91/zephyrion-0.1.18.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-06 06:53:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "stevieflyer",
"github_project": "zephyrion",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "zephyrion"
}