Skip to content

Add knowledge_dictionary package structure with empty Python files#1

Merged
srmnitc merged 3 commits intomainfrom
copilot/add-knowledge-dictionary-package
Nov 14, 2025
Merged

Add knowledge_dictionary package structure with empty Python files#1
srmnitc merged 3 commits intomainfrom
copilot/add-knowledge-dictionary-package

Conversation

Copy link

Copilot AI commented Nov 14, 2025

Creates a Python package structure for storing and serializing metadata using dictionary templates.

Package Structure

  • templates.py: Empty Python file ready for dictionary template definitions
  • knowledgedict.py: Empty Python file ready for KnowledgeDict class implementation
  • __init__.py: Empty Python file for package initialization
  • pyproject.toml: setuptools-based package configuration for pip installation

Installation

The package can be installed with:

pip install -e .

The Python files are currently empty placeholders, ready for implementation of templates and serialization functionality.

Original prompt

So I will only have one two files here. One is an importable python dictionary, and the second will be a KnowledgeDict class which can be used to serialise these. Make two files - templates.py and knowledgedict.py; they should be installable as python packages. so pyporject file or so is needed


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: srmnitc <12624457+srmnitc@users.noreply.github.com>
Copilot AI changed the title [WIP] Add KnowledgeDict class and templates for serialization Add knowledge_dictionary package with templates and serialization Nov 14, 2025
Copilot AI requested a review from srmnitc November 14, 2025 16:14
@srmnitc
Copy link
Member

srmnitc commented Nov 14, 2025

@copilot there should be contents in .py files, they should be empty

Co-authored-by: srmnitc <12624457+srmnitc@users.noreply.github.com>
Copy link
Author

Copilot AI commented Nov 14, 2025

@copilot there should be contents in .py files, they should be empty

Done. All Python files (templates.py, knowledgedict.py, init.py) are now empty. Commit: f164472

Copilot AI changed the title Add knowledge_dictionary package with templates and serialization Add knowledge_dictionary package structure with empty Python files Nov 14, 2025
@srmnitc
Copy link
Member

srmnitc commented Nov 14, 2025

@copilot done, lets open PR

@srmnitc srmnitc marked this pull request as ready for review November 14, 2025 17:18
@srmnitc srmnitc merged commit 28b69ca into main Nov 14, 2025
1 check passed
@srmnitc srmnitc deleted the copilot/add-knowledge-dictionary-package branch November 14, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants