{"id":22603681,"url":"https://github.com/teleprint-me/json-py-craft","last_synced_at":"2025-07-04T04:38:15.435Z","repository":{"id":207863016,"uuid":"720268770","full_name":"teleprint-me/json-py-craft","owner":"teleprint-me","description":"JsonPyCraft is a specialized Python toolkit designed for efficient and structured JSON management.","archived":false,"fork":false,"pushed_at":"2025-04-07T22:42:40.000Z","size":2963,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T23:29:04.666Z","etag":null,"topics":["api","json","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teleprint-me.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-18T01:02:48.000Z","updated_at":"2025-04-07T22:42:37.000Z","dependencies_parsed_at":"2024-01-12T08:42:04.481Z","dependency_job_id":"f077e323-c762-4706-b9f7-4110968fff98","html_url":"https://github.com/teleprint-me/json-py-craft","commit_stats":null,"previous_names":["teleprint-me/json-py-craft"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teleprint-me%2Fjson-py-craft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teleprint-me%2Fjson-py-craft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teleprint-me%2Fjson-py-craft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teleprint-me%2Fjson-py-craft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teleprint-me","download_url":"https://codeload.github.com/teleprint-me/json-py-craft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749977,"owners_count":20989712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","json","python"],"created_at":"2024-12-08T13:07:17.750Z","updated_at":"2025-04-11T03:43:55.933Z","avatar_url":"https://github.com/teleprint-me.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONPyCraft\n\n\u003cfigure\u003e\n    \u003cp align=\"center\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/teleprint-me/json-py-craft/main/assets/logo.png\"\n            alt=\"JsonPyCraft Artwork Image\"\n            width=\"256\" height=\"256\"\u003e\n        \u003cfigcaption\u003eJsonPyCraft - A Fusion of Python and JSON, symbolizing the toolkit's capability to manage intricate JSON data structures.\u003c/figcaption\u003e\n    \u003c/p\u003e\n\u003c/figure\u003e\n\n## Description\nJsonPyCraft is a specialized Python toolkit designed for efficient and structured JSON management. This toolkit offers a range of functionalities from basic JSON file handling to advanced operations, making it ideal for developers looking to manage JSON data in Python applications with precision and ease.\n\n## Features\n\n- Robust JSON file handling (load, save, backup).\n- Advanced JSON structure manipulation (mapping and list templates).\n- Nested JSON data management.\n- Pythonic, easy-to-use interface with detailed documentation.\n\n## JSONPyCraft Documentation\n\nWelcome to the JSONPyCraft documentation! Explore detailed documentation on key aspects of JSONPyCraft:\n\n- **[Core Components](https://github.com/teleprint-me/json-py-craft/tree/main/docs/core):** Learn about custom error handling, the Singleton pattern, core types, and more.\n\n- **[JSON Templates](https://github.com/teleprint-me/json-py-craft/tree/main/docs/json):** Understand JSON templates, I/O operations, list templates, and map templates.\n\n- **[Managers](https://github.com/teleprint-me/json-py-craft/tree/main/docs/manager):** Discover the `ConfigurationManager` class for managing configuration data.\n\n- **[PlantUML Diagrams](https://github.com/teleprint-me/json-py-craft/tree/main/docs/puml):** Visual representations of key components.\n\nFor more detailed information, check out the [full documentation index](https://github.com/teleprint-me/json-py-craft/tree/main/docs).\n\n### OpenAI GPT Support\n\nJsonPyCraft supports integration with OpenAI GPT if you have an OpenAI Plus subscription. You can chat with [JSONPyCraft](https://chat.openai.com/g/g-ECxYHAufF-jsonpycraft) for more information.\n\n## Installation\n\nYou can install JsonPyCraft using either `pip` or `poetry`. Follow the instructions below based on your preferred method.\n\n### Using pip:\n\n1. Create a virtual environment (optional but recommended for isolation):\n\n```bash\nvirtualenv .venv\n```\n\n2. Activate the virtual environment:\n\n```bash\nsource .venv/bin/activate\n```\n\n3. Install JSONPyCraft using PyPI:\n\n```bash\npip install jsonpycraft\n```\n\n### Using poetry:\n\n1. Initialize a new Poetry project. If you haven't already installed Poetry, you can do so with `pip`:\n\n```bash\npip install poetry\n```\n\n2. Navigate to your project directory and run:\n\n```bash\npoetry init\n```\n\nFollow the prompts and add any necessary packages to your project.\n\n3. Activate the Poetry shell:\n\n```bash\npoetry shell\n```\n\n4. Add JsonPyCraft to your project using the following command, specifying the URL to the wheel file:\n\n```bash\npoetry add jsonpycraft\n```\n\n## Usage\n\nHere's a quick start guide to using JsonPyCraft:\n\n```python\nfrom jsonpycraft import JSONMapTemplate, JSONListTemplate\n\n# Example of using JSONMapTemplate\nmap_template = JSONMapTemplate('map_data.json')\nmap_template.create('key', 'value')\n\n# Example of using JSONListTemplate\nlist_template = JSONListTemplate('list_data.json')\nlist_template.append({'id': 1, 'name': 'JsonPyCraft'})\n```\n\n## Contributing, Support, and Contact\n\nFor support, feature requests, or contributions, feel free to open an issue or pull request.\n\n## License\n\n- [LICENSE](https://github.com/teleprint-me/json-py-craft/blob/main/LICENSE): JsonPyCraft is released under the GNU Affero General Public License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteleprint-me%2Fjson-py-craft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteleprint-me%2Fjson-py-craft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteleprint-me%2Fjson-py-craft/lists"}