Skip to content

pullrequests Search Results · repo:httpdss/structkit language:Python

Filter by

89 results
 (109 ms)

89 results

inhttpdss/structkit (press backspace or delete to remove)

This pull request updates the .github/workflows/struct-generate.yaml workflow to improve flexibility and security in how STRUCT files are handled, and to ensure the workspace is clean before generating ...
  • httpdss
  • 2
  • Opened 
    on Jan 7
  • #126

Description Implements environment variable support for additional CLI arguments to improve usability in CI/CD pipelines and containerized environments. This is a follow-up to #122. Changes High Priority ...
enhancement
minor
  • httpdss
  • 3
  • Opened 
    on Nov 5, 2025
  • #125

Description This PR implements support for the STRUCTKIT_STRUCTURES_PATH environment variable to address #122. Changes - Add environment variable support: Users can now set STRUCTKIT_STRUCTURES_PATH ...
feature
minor
  • httpdss
  • 2
  • Opened 
    on Oct 29, 2025
  • #124

Overview Rename the project from struct to structkit to avoid conflicts with the Python Standard Library struct module. Changes - Updated package name in pyproject.toml to structkit - Changed CLI ...
feature
major
  • httpdss
  • 3
  • Opened 
    on Oct 27, 2025
  • #121

This pull request updates the versioning approach for the struct Python package and refines the GitHub Actions workflow for publishing to PyPI. The most important changes are the adoption of dynamic version ...
patch
  • httpdss
  • 7
  • Opened 
    on Oct 27, 2025
  • #120

Description Implements optional dependencies and modernizes packaging for the project. Closes #96 Changes - Implement optional dependencies - Modernize packaging configuration Type of change ...
feature
  • httpdss
  • 7
  • Opened 
    on Oct 25, 2025
  • #119

Overview Improves the interactive variable prompting experience by displaying variable descriptions, contextual icons, and bold variable names for better user guidance. Changes Core Features - Variable ...
feature
  • httpdss
  • 1
  • Opened 
    on Oct 24, 2025
  • #118

Description This PR implements the feature requested in issue #116 to display variable descriptions in interactive mode prompts, enhancing the user experience when generating project structures. Changes ...
enhancement
feature
minor
  • httpdss
  • 1
  • Opened 
    on Sep 22, 2025
  • #117

Issue !-- Please link the GitHub issues related to this PR, if available -- Description !-- Please explain the changes you made here. Help your reviewers by guiding them through your key changes, implementation ...
docs
documentation
  • httpdss
  • 1
  • Opened 
    on Sep 2, 2025
  • #115

Summary This PR improves the UX of the generate command by making both positional arguments optional with sensible defaults. Users can now run struct generate with no additional arguments when a .struct.yaml ...
enhancement
minor
  • httpdss
  • 1
  • Opened 
    on Aug 25, 2025
  • #114