Name | vividict JSON |
Version |
0.1.1
JSON |
| download |
home_page | None |
Summary | Package containing the Vividict class. Allows for nested dictionaries. |
upload_time | 2024-07-11 02:27:12 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | MIT License Copyright (c) 2024 StockScrapers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
nested dictionary
vividict
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Home of the ViviDict Package
This package contains the Vividict class which can be used to create nested dictionaries in python.
### By: Charbel Marche
---
### Meta Data
* Title: ViviDict Package
* Author: Charbel Antoine Marche
* Date: July 10, 2024
* Language: Python
* Comment: This package contains a simple vividict class that is adapted from various stackoverflow answers.
It enables the creation of nested dictionaries, which is necessary across many stockscrapers projects.
* URL: https://github.com/StockScrapers/vividict
---
## Table of Contents
* [Installation](#installation)
* [Usage](#usage)
* [More From Us](#more-from-us)
## Installation
You can install this package locally using the following command in your terminal.
s
```bash
pip install vividict
```
This should install the latest vividict version to your environment.
## Usage
Once the package is installed, you can import the Vividict class into your python project as such:
```python
from vividict import Vividict
```
Then you can initialize your vividict object with the below code.
```python
vivi = Vividict()
```
From then on out you can use the 'vivi' variable (or the respectively named variable) to create a nested dictionary.
```python
vivi[outerkey][innerkey] = value
```
## More From Us
* Website: https://stockscrapers.com
* Financial Statement API: https://rapidapi.com/charbelmarche33-m9pHgx2tG/api/stock-financial-statement-retriever-from-sec
* On PyPi: https://pypi.org/user/charbelmarche33/
Raw data
{
"_id": null,
"home_page": null,
"name": "vividict",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": "Charbel Marche <charbelmarche33@gmail.com>",
"keywords": "nested dictionary, vividict",
"author": null,
"author_email": "Charbel Marche <charbelmarche33@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/bc/38/2b4b9fe0ade148097a06870905f54e8e444700674b4c5b5cb724974767ee/vividict-0.1.1.tar.gz",
"platform": null,
"description": "# Home of the ViviDict Package\nThis package contains the Vividict class which can be used to create nested dictionaries in python.\n### By: Charbel Marche\n---\n### Meta Data\n* Title: ViviDict Package\n* Author: Charbel Antoine Marche\n* Date: July 10, 2024 \n* Language: Python\n* Comment: This package contains a simple vividict class that is adapted from various stackoverflow answers.\n It enables the creation of nested dictionaries, which is necessary across many stockscrapers projects. \n* URL: https://github.com/StockScrapers/vividict\n---\n## Table of Contents\n* [Installation](#installation)\n* [Usage](#usage)\n* [More From Us](#more-from-us)\n\n## Installation\nYou can install this package locally using the following command in your terminal.\ns\n```bash\npip install vividict\n```\n\nThis should install the latest vividict version to your environment.\n\n## Usage\nOnce the package is installed, you can import the Vividict class into your python project as such:\n```python\nfrom vividict import Vividict\n```\n\nThen you can initialize your vividict object with the below code.\n```python\nvivi = Vividict()\n```\n\nFrom then on out you can use the 'vivi' variable (or the respectively named variable) to create a nested dictionary.\n```python\nvivi[outerkey][innerkey] = value\n```\n\n## More From Us\n* Website: https://stockscrapers.com\n* Financial Statement API: https://rapidapi.com/charbelmarche33-m9pHgx2tG/api/stock-financial-statement-retriever-from-sec\n* On PyPi: https://pypi.org/user/charbelmarche33/\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 StockScrapers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Package containing the Vividict class. Allows for nested dictionaries.",
"version": "0.1.1",
"project_urls": {
"Bug Tracker": "https://github.com/StockScrapers/vividict/issues",
"Changelog": "https://github.com/me/vividict/blob/master/CHANGELOG.md",
"Homepage": "https://stockscrapers.com",
"Repository": "https://github.com/StockScrapers/vividict"
},
"split_keywords": [
"nested dictionary",
" vividict"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4475853e9f3d92e59e27ec672d2f38619f5cae40387cc6abc6ffc9dde216c27b",
"md5": "b6803754b6250cd3dbc7a7c44b0c118c",
"sha256": "b2f54b8d211be87899c0da9c49de49ba1fa03e40a34e1a04dc87c48f5bb68462"
},
"downloads": -1,
"filename": "vividict-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b6803754b6250cd3dbc7a7c44b0c118c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 3686,
"upload_time": "2024-07-11T02:27:11",
"upload_time_iso_8601": "2024-07-11T02:27:11.634152Z",
"url": "https://files.pythonhosted.org/packages/44/75/853e9f3d92e59e27ec672d2f38619f5cae40387cc6abc6ffc9dde216c27b/vividict-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bc382b4b9fe0ade148097a06870905f54e8e444700674b4c5b5cb724974767ee",
"md5": "8553eb6765ed6504f4bb48e55f47c510",
"sha256": "378fbd746b3de70ec01fdc9ac6049315ed44935d08f69cec7aea05f70ef10425"
},
"downloads": -1,
"filename": "vividict-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "8553eb6765ed6504f4bb48e55f47c510",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 4032,
"upload_time": "2024-07-11T02:27:12",
"upload_time_iso_8601": "2024-07-11T02:27:12.568246Z",
"url": "https://files.pythonhosted.org/packages/bc/38/2b4b9fe0ade148097a06870905f54e8e444700674b4c5b5cb724974767ee/vividict-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-11 02:27:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "StockScrapers",
"github_project": "vividict",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "vividict"
}