Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ccorp-yaml-include-relative-path

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ccorp-yaml-include-relative-path

Exactly ccorp-yaml-include package with a bug fix and support of relative paths for included aliases

  • 0.0.4
  • PyPI
  • Socket score

Maintainers
1

CCorp Ruamel.YAML Include Extension

This package is exactly ccorp-yaml-include package(a fork of ccorp-yaml-include) that contains a bug fix (init of YAML didn't accept a 'typ' kwargs that was a list) It also allows to use !include tag with a relative path for aliases, e.g. instead of just writing:
!include bear_common.yaml
(which means that bear_common.yaml should be located in the same directory as your yaml file)

you can have:
!include ../common_data/bear_common.yaml
(which means that bear_common.yaml in now located in a separate folder 'common_data')

  • version 0.0.4: a bug related to ExcludingConstructor.construct_sequence() method to miss a parameter called 'deep', fixed.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc