The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "YAML"

YAML - YAML Ain't Markup Language™ River stage four • 627 direct dependents • 2019 total dependents

The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/> YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structur...

INGY/YAML-1.31 - 27 Dec 2023 15:11:23 UTC - Search in distribution

IO::YAML - read and write YAML streams incrementally River stage zero No dependents

IO::YAML may be used to read and write YAML streams one "document" (i.e., one value) at a time. A YAML stream is a file consisting of a sequence of YAML documents, each of which may (optionally) be terminated by a line consisting solely of three peri...

NKUITSE/IO-YAML-0.10 - 03 Mar 2017 14:26:28 UTC - Search in distribution

YAML::XS - Perl YAML Serialization using XS and libyaml River stage four • 260 direct dependents • 1141 total dependents

Kirill Simonov's "libyaml" is arguably the best YAML implementation. The C library is written precisely to the YAML 1.1 specification. It was originally bound to Python and was later bound to Ruby. This module is a Perl XS binding to libyaml which of...

TINITA/YAML-LibYAML-0.89 - 27 Jan 2024 00:45:43 UTC - Search in distribution

YAML::PP - YAML 1.2 processor River stage three • 37 direct dependents • 167 total dependents

YAML::PP is a modular YAML processor. It aims to support "YAML 1.2" and "YAML 1.1". See <https://yaml.org/>. Some (rare) syntax elements are not yet supported and documented below. YAML is a serialization language. The YAML input is called "YAML Stre...

TINITA/YAML-PP-v0.38.0 - 29 Jan 2024 23:29:38 UTC - Search in distribution

RDF::YAML - RDF YAML parser and dumper River stage zero No dependents

This module is a RDF/YAML parser/dumper; it can parse RDF/YAML files or strings, provide results as triples, and dump triples back to RDF/YAML format. It is only a thin wrapper around RDF::Simple::Parser::YAML and RDF::Simple::Serialiser::YAML. Note ...

AUTRIJUS/RDF-YAML-0.11 - 22 Oct 2003 05:23:34 UTC - Search in distribution

Tie::YAML - Stores your object when untied via YAML River stage one • 2 direct dependents • 2 total dependents

Tie::YAML stores tied variables when untied. Usually that happens when you variable is out of scope. You can of course explicitly untie the variable or "tied($variable)->save" but the whole idea is not to forget to save it. This module uses YAML as i...

DANKOGAI/Tie-SaveLater-0.05 - 05 Aug 2020 18:32:26 UTC - Search in distribution

YAML::DBH - instant database connection from config file on disk River stage one • 1 direct dependent • 1 total dependent

Point and shoot method of getting a database handle with only a yaml configuration file as argument. This is meant for people learning perl who just want to get up and running. It's the simplest customizable way of getting a database handle with very...

LEOCHARRE/YAML-DBH-1.08 - 27 Aug 2009 19:13:28 UTC - Search in distribution

YAML::Tag - Tag URI object class for YAML River stage three • 5 direct dependents • 546 total dependents

Used by YAML::Old::Node....

INGY/YAML-Old-1.23 - 11 May 2017 14:03:25 UTC - Search in distribution

Data::YAML - Easy YAML serialisation of Perl data structures River stage one • 3 direct dependents • 4 total dependents

In the spirit of YAML::Tiny, Data::YAML::Reader and Data::YAML::Writer provide lightweight, dependency-free YAML handling. While "YAML::Tiny" is designed principally for working with configuration files "Data::YAML" concentrates on the transparent ro...

ANDYA/Data-YAML-0.0.7 - 17 Apr 2015 14:00:03 UTC - Search in distribution

Test::YAML - Testing Module for YAML Implementations River stage four • 2 direct dependents • 2518 total dependents

Test::YAML is a subclass of Test::Base with YAML specific support....

TINITA/Test-YAML-1.07 - 16 Jun 2018 14:10:02 UTC - Search in distribution

YAML::Diff - Diff 2 YAML Documents Semantically River stage zero No dependents

Installs a tool called "yaml-diff" that might be useful for comparing the content of 2 YAML files. Just a simple hack at this point....

INGY/YAML-Diff-0.0.2 - 11 Oct 2014 17:06:24 UTC - Search in distribution

YAML::Dump - Dump stuff, (simplified) YAML style River stage zero No dependents

This module allows you to generate a YAML representation of a data structure, provided that: * there are no circular references * there are no objects or "weird" references, but see below If you recognize most (not all) the constraints of YAML::Tiny ...

POLETTIX/YAML-Dump-1.84 - 20 Apr 2018 22:51:52 UTC - Search in distribution

YAML::Full - Full Stack YAML Processor. River stage zero No dependents

YAML::Full is a full stack framework for processing YAML. It gives you control at every level....

INGY/YAML-Full-0.0.1 - 30 May 2014 21:18:09 UTC - Search in distribution

YAML::Hobo - Poor man's YAML River stage zero No dependents

YAML::Hobo is a module to read and write a limited subset of YAML. It does two things: reads YAML from a string – with "Dump" – and dumps YAML into a string – via "Load". Its only oddity is that, when dumping, it prefers double-quoted strings, as ill...

FERREIRA/YAML-Hobo-0.2.0 - 25 Apr 2018 18:20:55 UTC - Search in distribution

YAML::Perl - Pure Perl YAML Implementation River stage zero No dependents

PyYAML is the most robust and correct YAML module for a dynamic language. It is (obviously) written in/for Python. This module is a complete port of PyYAML to Perl....

INGY/YAML-Perl-0.02 - 09 Mar 2009 00:37:57 UTC - Search in distribution

YAML::Safe - Safe Perl YAML Serialization using XS and libyaml River stage zero No dependents

This module is a re-factoring of YAML::XS, the old Perl XS binding to "libyaml" which offers Perl somewhat acceptable YAML support to date. YAML::XS never produced code which could be read from YAML, and thus was unsuitable to be used as YAML replace...

RURBAN/YAML-Safe-0.82 - 03 Feb 2023 14:27:59 UTC - Search in distribution

YAML::Syck - Fast, lightweight YAML loader and dumper River stage three • 187 direct dependents • 771 total dependents

This module provides a Perl interface to the libsyck data serialization library. It exports the "Dump" and "Load" functions for converting Perl data structures to YAML strings, and the other way around. NOTE: If you are working with other language's ...

TODDR/YAML-Syck-1.34 - 26 Oct 2020 20:20:42 UTC - Search in distribution

YAML::Tidy - Tidy YAML files River stage zero No dependents

yamltidy is a linter or rather a formatter for YAML files. It can adjust formatting without removing comments or blank lines. For examples see <https://perlpunk.github.io/yamltidy> The code can be found at <https://github.com/perlpunk/yamltidy>....

TINITA/YAML-Tidy-v0.10.0 - 01 Feb 2024 14:36:26 UTC - Search in distribution

YAML::Tiny - Read/Write YAML files with as little code as possible River stage four • 117 direct dependents • 1063 total dependents

YAML::Tiny is a perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The ::Tiny f...

ETHER/YAML-Tiny-1.74 - 23 Mar 2023 03:20:43 UTC - Search in distribution

Jifty::YAML - Wrapper around YAML River stage two • 33 direct dependents • 33 total dependents

Provides a wrapper around the YAML library. If the faster YAML::Syck is available, then it's used instead....

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution
1,511 results (0.113 seconds)