DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-buzhug
Beschreibungpure-Python database engine, using a Pythonic, no-SQL syntax
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.6-1
Sektionpython
Prioritätoptional
Installierte Größe168 Byte
Hängt ab vonpython (>= 2.5), python-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerDebian Python Modules Team
Quelle
Paketgröße26314 Byte
Prüfsumme MD5329b7218622bf6da7b1daa093f83346f
Prüfsumme SHA14ecc814db01387ea6afd4455f0c0a50417043b63
Prüfsumme SHA25627a1d23cc7956ad820c270dc6796b832d5aabc83168ed2a7bf2dd4a4bf7ce904
Link zum Herunterladenpython-buzhug_1.6-1_all.deb
Ausführliche BeschreibungBuzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive. . The data is stored and accessed on disk (it is not an in-memory database); the implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language. . The database is implemented as a Python iterator, yielding objects whose attributes are the fields defined when the base is created ; therefore, requests can be expressed as list comprehensions or generator expressions, instead of SQL queries.


Impressum
Linux is a registered trademark of Linus Torvalds