Git Product home page Git Product logo

Comments (5)

paradigmatic avatar paradigmatic commented on June 2, 2024

I will be happy to add YAML format. Just a few questions to understand more precisely what you are looking for:

  1. Do you need YAML as input format (a YAML file can be loaded in a Configuration), output format (Configuration can be saved as YAML), or both ?
  2. Which YAML 1.1 features you think are essential ? Scalar and collections can be implemented easily but anchors, tags, etc. will require either more work.

The less features you ask, the soonest I may do the job ;-)

from configrity.

slavus avatar slavus commented on June 2, 2024
  1. reading from YAML is a must(input) , writing to it(output) would be nice.
  2. I think Scalar and collections are enough.

from configrity.

paradigmatic avatar paradigmatic commented on June 2, 2024

I have enough time to work on the YAML format for Configrity and I hope to finish it before Christmas. I will use SnakeYAML for the actual YAML parsing.

As I want Configrity to remain without external dependencies, I chose a modular architecture. You can have a look at the work in progress, in branch modular. The YAML plugin is in the modules/yaml directory. Of course, you can contribute...

from configrity.

slavus avatar slavus commented on June 2, 2024

It looks good. I like modular design, it is good that you don't introduce external dependencies if you don't want to use yaml. Thanx

from configrity.

paradigmatic avatar paradigmatic commented on June 2, 2024

I commited the YAML module to the v0.10.0. See: https://github.com/paradigmatic/Configrity/wiki/YAML for usage.

from configrity.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.