# Democritus User Agents
[![PyPI](https://img.shields.io/pypi/v/d8s-user-agents.svg)](https://pypi.python.org/pypi/d8s-user-agents)
[![CI](https://github.com/democritus-project/d8s-user-agents/workflows/CI/badge.svg)](https://github.com/democritus-project/d8s-user-agents/actions)
[![Lint](https://github.com/democritus-project/d8s-user-agents/workflows/Lint/badge.svg)](https://github.com/democritus-project/d8s-user-agents/actions)
[![codecov](https://codecov.io/gh/democritus-project/d8s-user-agents/branch/main/graph/badge.svg?token=V0WOIXRGMM)](https://codecov.io/gh/democritus-project/d8s-user-agents)
[![The Democritus Project uses semver version 2.0.0](https://img.shields.io/badge/-semver%20v2.0.0-22bfda)](https://semver.org/spec/v2.0.0.html)
[![The Democritus Project uses black to format code](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://choosealicense.com/licenses/lgpl-3.0/)
Democritus functions<sup>[1]</sup> for working with User Agents.
[1] Democritus functions are <i>simple, effective, modular, well-tested, and well-documented</i> Python functions.
We use `d8s` (pronounced "dee-eights") as an abbreviation for `democritus` (you can read more about this [here](https://github.com/democritus-project/roadmap#what-is-d8s)).
## Installation
```
pip install d8s-user-agents
```
## Usage
You import the library like:
```python
from d8s_user_agents import *
```
Once imported, you can use any of the functions listed below.
## Functions
- ```python
def user_agent_common():
"""."""
```
## Development
๐ If you want to get involved in this project, we have some short, helpful guides below:
- [contribute to this project ๐ฅ][contributing]
- [test it ๐งช][local-dev]
- [lint it ๐งน][local-dev]
- [explore it ๐ญ][local-dev]
If you have any questions or there is anything we did not cover, please raise an issue and we'll be happy to help.
## Credits
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and Floyd Hightower's [Python project template](https://github.com/fhightower-templates/python-project-template).
[contributing]: https://github.com/democritus-project/.github/blob/main/CONTRIBUTING.md#contributing-a-pr-
[local-dev]: https://github.com/democritus-project/.github/blob/main/CONTRIBUTING.md#local-development-
Raw data
{
"_id": null,
"home_page": "https://github.com/democritus-project/d8s-user-agents",
"name": "d8s-user-agents",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "democritus,utility,python,user-agents,user-agents-utility",
"author": "Floyd Hightower",
"author_email": "floyd.hightower27@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/05/6b/70b5d44b39441a5b646c05d6b1ebd46f87215aa0d7e7bfd08441505d5795/d8s_user_agents-0.6.0.tar.gz",
"platform": "",
"description": "# Democritus User Agents\n\n[![PyPI](https://img.shields.io/pypi/v/d8s-user-agents.svg)](https://pypi.python.org/pypi/d8s-user-agents)\n[![CI](https://github.com/democritus-project/d8s-user-agents/workflows/CI/badge.svg)](https://github.com/democritus-project/d8s-user-agents/actions)\n[![Lint](https://github.com/democritus-project/d8s-user-agents/workflows/Lint/badge.svg)](https://github.com/democritus-project/d8s-user-agents/actions)\n[![codecov](https://codecov.io/gh/democritus-project/d8s-user-agents/branch/main/graph/badge.svg?token=V0WOIXRGMM)](https://codecov.io/gh/democritus-project/d8s-user-agents)\n[![The Democritus Project uses semver version 2.0.0](https://img.shields.io/badge/-semver%20v2.0.0-22bfda)](https://semver.org/spec/v2.0.0.html)\n[![The Democritus Project uses black to format code](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://choosealicense.com/licenses/lgpl-3.0/)\n\nDemocritus functions<sup>[1]</sup> for working with User Agents.\n\n[1] Democritus functions are <i>simple, effective, modular, well-tested, and well-documented</i> Python functions.\n\nWe use `d8s` (pronounced \"dee-eights\") as an abbreviation for `democritus` (you can read more about this [here](https://github.com/democritus-project/roadmap#what-is-d8s)).\n\n## Installation\n\n```\npip install d8s-user-agents\n```\n\n## Usage\n\nYou import the library like:\n\n```python\nfrom d8s_user_agents import *\n```\n\nOnce imported, you can use any of the functions listed below.\n\n## Functions\n\n - ```python\n def user_agent_common():\n \"\"\".\"\"\"\n ```\n\n## Development\n\n\ud83d\udc4b If you want to get involved in this project, we have some short, helpful guides below:\n\n- [contribute to this project \ud83e\udd47][contributing]\n- [test it \ud83e\uddea][local-dev]\n- [lint it \ud83e\uddf9][local-dev]\n- [explore it \ud83d\udd2d][local-dev]\n\nIf you have any questions or there is anything we did not cover, please raise an issue and we'll be happy to help.\n\n## Credits\n\nThis package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and Floyd Hightower's [Python project template](https://github.com/fhightower-templates/python-project-template).\n\n[contributing]: https://github.com/democritus-project/.github/blob/main/CONTRIBUTING.md#contributing-a-pr-\n[local-dev]: https://github.com/democritus-project/.github/blob/main/CONTRIBUTING.md#local-development-\n\n\n",
"bugtrack_url": null,
"license": "GNU Lesser General Public License v3",
"summary": "Democritus functions for working with User Agents.",
"version": "0.6.0",
"project_urls": {
"Homepage": "https://github.com/democritus-project/d8s-user-agents"
},
"split_keywords": [
"democritus",
"utility",
"python",
"user-agents",
"user-agents-utility"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cb8bfe46297ee8b6ce828cc789f91611fa94fdecb1657cb7984bf8b3fd66dd97",
"md5": "83a700b6eee46be6e8d908f6140e4d73",
"sha256": "9841507b8ef617d0823c4bcb86951e09a45cc032e07b0b3fe12a39d1b7a0e035"
},
"downloads": -1,
"filename": "d8s_user_agents-0.6.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "83a700b6eee46be6e8d908f6140e4d73",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 19420,
"upload_time": "2021-05-07T10:58:28",
"upload_time_iso_8601": "2021-05-07T10:58:28.950998Z",
"url": "https://files.pythonhosted.org/packages/cb/8b/fe46297ee8b6ce828cc789f91611fa94fdecb1657cb7984bf8b3fd66dd97/d8s_user_agents-0.6.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "056b70b5d44b39441a5b646c05d6b1ebd46f87215aa0d7e7bfd08441505d5795",
"md5": "b4554b8142ad8ac9399c0865af312d43",
"sha256": "2bcdcff88bbd82589b0c5de65417cc4651421dcc2e1b3b74a5f91063f886d73a"
},
"downloads": -1,
"filename": "d8s_user_agents-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "b4554b8142ad8ac9399c0865af312d43",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23042,
"upload_time": "2021-05-07T10:58:30",
"upload_time_iso_8601": "2021-05-07T10:58:30.455808Z",
"url": "https://files.pythonhosted.org/packages/05/6b/70b5d44b39441a5b646c05d6b1ebd46f87215aa0d7e7bfd08441505d5795/d8s_user_agents-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-05-07 10:58:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "democritus-project",
"github_project": "d8s-user-agents",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"lcname": "d8s-user-agents"
}