Name | cpidk JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | A Python library for checking driver permissions in Poland. |
upload_time | 2025-01-07 23:45:43 |
maintainer | None |
docs_url | None |
author | deestt |
requires_python | <4.0,>=3.8 |
license | MIT |
keywords |
cpidk
cepik
driver
driver-license
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# CPIDK - library for checking driver permissions in Poland.
## Installation
```bash
pip install cpidk
```
## Usage
```python
from cpidk import check_driver_permissions
data = check_driver_permissions(
firstname="Jan",
surname="Kowalski",
serial_number="A1234567"
)
if data is None:
print("Driver not found")
else:
print(data)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "cpidk",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": "cpidk, cepik, driver, driver-license",
"author": "deestt",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/94/6e/0947162c4b80cfb38f8e7d3a5d488b409c9a0e8b4a896b0b2c77bfd82c21/cpidk-1.0.0.tar.gz",
"platform": null,
"description": "# CPIDK - library for checking driver permissions in Poland.\n\n## Installation\n```bash\npip install cpidk\n```\n\n## Usage\n```python\nfrom cpidk import check_driver_permissions\n\ndata = check_driver_permissions(\n firstname=\"Jan\",\n surname=\"Kowalski\",\n serial_number=\"A1234567\"\n)\n\nif data is None:\n print(\"Driver not found\")\nelse:\n print(data)\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python library for checking driver permissions in Poland.",
"version": "1.0.0",
"project_urls": null,
"split_keywords": [
"cpidk",
" cepik",
" driver",
" driver-license"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a41430d32a55505c7e5d2fb87c9208bb463984d5771de2336cec4e66405809db",
"md5": "b274d7ac3a1b7a8676f362dab558e192",
"sha256": "775a6f1b9e12c5075c9adfc06c78fb8e047bd730a9f08c952903aa06908ce072"
},
"downloads": -1,
"filename": "cpidk-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b274d7ac3a1b7a8676f362dab558e192",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 3902,
"upload_time": "2025-01-07T23:45:41",
"upload_time_iso_8601": "2025-01-07T23:45:41.223844Z",
"url": "https://files.pythonhosted.org/packages/a4/14/30d32a55505c7e5d2fb87c9208bb463984d5771de2336cec4e66405809db/cpidk-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "946e0947162c4b80cfb38f8e7d3a5d488b409c9a0e8b4a896b0b2c77bfd82c21",
"md5": "3de8f27ab655779d7d9f844545414647",
"sha256": "7ca115841a4601666c238d6171d8e7852457bb19d723ac5bfd49bf9505f4571b"
},
"downloads": -1,
"filename": "cpidk-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "3de8f27ab655779d7d9f844545414647",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 2696,
"upload_time": "2025-01-07T23:45:43",
"upload_time_iso_8601": "2025-01-07T23:45:43.696068Z",
"url": "https://files.pythonhosted.org/packages/94/6e/0947162c4b80cfb38f8e7d3a5d488b409c9a0e8b4a896b0b2c77bfd82c21/cpidk-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-07 23:45:43",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "cpidk"
}