# SudReg
##### A light weight Python library for the SudReg Web API
## Documentation
SudReg Web API's full documentation is online at [Sudski registar api - javni korisnici](https://sudreg-podaci.pravosudje.hr/docs/services/5adda5d214bb2910b8322a96/operations/bris_pravni_oblik_Get).
## Installation
```bash
pip install sudreg
```
## Quick Start
```python
from sudreg import SudskiRegistarAPI
api = SudskiRegistarAPI("Subscription-Key")
print(api.get_subjekt_detalji(tip_identifikatora="oib", identifikator="53056966535", expand_relations=True))
```
Raw data
{
"_id": null,
"home_page": "https://github.com/0xe20x8d0xbc/sudreg",
"name": "SudReg",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Sudski Registar,Sudski Registar API",
"author": "Your Name",
"author_email": "0xe20x8d0xbc@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/44/fd/ca0f08cdfb666e88fc2cbd609f3985f5a46d411c4f55f9a408f318ec670e/SudReg-1.0.2.tar.gz",
"platform": null,
"description": "# SudReg\n\n##### A light weight Python library for the SudReg Web API\n\n## Documentation\n\nSudReg Web API's full documentation is online at [Sudski registar api - javni korisnici](https://sudreg-podaci.pravosudje.hr/docs/services/5adda5d214bb2910b8322a96/operations/bris_pravni_oblik_Get).\n\n## Installation\n\n```bash\npip install sudreg\n```\n\n## Quick Start\n\n```python\nfrom sudreg import SudskiRegistarAPI\n\napi = SudskiRegistarAPI(\"Subscription-Key\")\n\nprint(api.get_subjekt_detalji(tip_identifikatora=\"oib\", identifikator=\"53056966535\", expand_relations=True))\n\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "A light weight Python library for the SudReg Web API",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/0xe20x8d0xbc/sudreg"
},
"split_keywords": [
"sudski registar",
"sudski registar api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "14ea8955c289fa0d399f85e169d97d4772f2836884a724b1f30ee500d73c423f",
"md5": "44908f43c6f0dafa625d270bdeff2739",
"sha256": "b4e9b791730837900ab2dd856c0aad3ac5dd1b2dd4a9b1fdf4d041bd3b3d0014"
},
"downloads": -1,
"filename": "SudReg-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "44908f43c6f0dafa625d270bdeff2739",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4631,
"upload_time": "2023-07-16T16:27:35",
"upload_time_iso_8601": "2023-07-16T16:27:35.490582Z",
"url": "https://files.pythonhosted.org/packages/14/ea/8955c289fa0d399f85e169d97d4772f2836884a724b1f30ee500d73c423f/SudReg-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "44fdca0f08cdfb666e88fc2cbd609f3985f5a46d411c4f55f9a408f318ec670e",
"md5": "bf12f065ec644717cc0da0a256b86a93",
"sha256": "55c322be3e9fd850f9a7211e4afe1551f0cb7312fc255f84118631d4d9331afe"
},
"downloads": -1,
"filename": "SudReg-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "bf12f065ec644717cc0da0a256b86a93",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4177,
"upload_time": "2023-07-16T16:27:36",
"upload_time_iso_8601": "2023-07-16T16:27:36.829483Z",
"url": "https://files.pythonhosted.org/packages/44/fd/ca0f08cdfb666e88fc2cbd609f3985f5a46d411c4f55f9a408f318ec670e/SudReg-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-16 16:27:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "0xe20x8d0xbc",
"github_project": "sudreg",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sudreg"
}