
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
= README
release:: 0.7.2 lastupdate:: $Date$ copyright:: copyright(c) 2005-2010 kuwata-lab all rights reserved.
== Introduction
Kwalify is a parser, schema validator, and data binding tool for YAML and JSON.
See doc/users-guide.html for details.
== Installation
If you have installed RubyGems, just type 'gem install kwalify'
$ sudo gem install kwalify
Else if you can be root user, use 'setup.rb' as following:
$ tar xjf kwalify-0.7.2.tar.bz2 $ cd kwalify-0.7.2/ $ sudo ruby setup.rb install
Else copy script and libraries to proper directory.
$ tar xjf kwalify-0.7.2.tar.bz2 $ cd kwalify-0.7.2/ $ mkdir -p $HOME/bin $ cp -a bin/* $HOME/bin $ export PATH=$PATH:$HOME/bin $ mkdir -p $HOME/lib/ruby $ cp -a lib/* $HOME/lib/ruby $ export RUBYLIB=$HOME/lib/ruby
(Optional) 'contrib/inline-require' script to concatenate all script and libraries into a file.
$ tar xjf kwalify-0.7.2.tar.bz2 $ cd kwalify-0.7.2/ $ unset RUBYLIB $ ruby contrib/inline-require -I ./lib bin/kwalify > contrib/kwalify $ chmod a+x contrib/kwalify $ mv contrib/kwalify $HOME/bin
== License
MIT License
== Copyright
copyright(c) 2005-2010 kuwata-lab all rights reserved.
FAQs
Unknown package
We found that kwalify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.