Skip to content

ZYpp bindings for scripting languages (EXPERIMENTAL)

Notifications You must be signed in to change notification settings

saukko/libzypp-bindings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attempt to create generated bindings for
libzypp. Not restricted to one language.

Authors: [email protected]
         [email protected]
	 [email protected]

Ruby Notes
==========

* API tries to follow ruby standards:
* Containers do not implement iterators but:
  * each
  * to_a
  * etc
* lower case methods, ie: ZYppFactory::instance.get_zypp
  instead of ZYppFactory::instance()->getZYpp()
  z.initialize_target("/") for z.initializeTarget("/")

About

ZYpp bindings for scripting languages (EXPERIMENTAL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.8%
  • Ruby 32.5%
  • C++ 14.8%
  • Perl 7.9%
  • Shell 1.0%