buzhug 1.5
The fastest pure-Python database engine
buzhug is the fastest pure-Python database engine, with a clear and
intuitive syntax (no SQL)
The new release 1.5 brings the following improvements :
- introduce a thread-safe version
- introduce a new syntax for record selection :
record = db(key1=value2[,key2=value2...])
- allow an iterable of records for update
db.update(list_of_records,key1=value1...)
- a Windows installer is provided
- Author: Pierre Quentel <pierre quentel at gmail com>
- Maintainer: Pierre Quentel <pierre quentel at gmail com>
- Home Page: http://buzhug.sourceforge.net
- Download URL: http://downloads.sourceforge.net/project/buzhug/buzhug/buzhug-1.5/buzhug-1.5.zip?use_mirror=ovh
- Keywords: Python database
- License: BSD
- Platform: Platform-independant
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- Intended Audience :: System Administrators
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Natural Language :: French
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Database :: Database Engines/Servers
- Package Index Owner: quentel
- DOAP record: buzhug-1.5.xml
Log in to rate this package.
Package rating (1 vote):
4.0
- 4 points: 1 vote
Ratings range from 0 to 5 (best).
Package Comments:
- This package isn't working properly with easy install. I've found the real download link in the sourceforge page. With this link, easy_install was able to properly install this package.
sudo easy_install -i http://downloads.sourceforge.net/project/buzhug/buzhug/buzhug-1.5/buzhug-1.5.zip?use_mirror=ufpr buzhug
Searching for buzhug
Reading http://sourceforge.net/projects/buzhug/files/buzhug/buzhug-1.5/buzhug-1.5.zip/download/buzhug/
No local packages or download links found for buzhug
error: Could not find suitable distribution for Requirement.parse('buzhug')
david@vbox:~$ sudo easy_install -i http://downloads.sourceforge.net/project/buzhug/buzhug/buzhug-1.5/buzhug-1.5.zip?use_mirror=ufpr buzhug
Searching for buzhug
Couldn't retrieve index page for 'buzhug'
Scanning index of all packages (this may take a while)
Best match: buzhug 1.5
Downloading http://downloads.sourceforge.net/project/buzhug/buzhug/buzhug-1.5/buzhug-1.5.zip?use_mirror=ufpr/
Processing buzhug-1.5.zip
Running buzhug-1.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-PfbvvE/buzhug-1.5/egg-dist-tmp-3Oqtlj
zip_safe flag not set; analyzing archive contents...
buzhug.buzhug_test: module references __file__
Adding buzhug 1.5 to easy-install.pth file
Installed /usr/local/lib/python2.6/dist-packages/buzhug-1.5-py2.6.egg
Processing dependencies for buzhug
Finished processing dependencies for buzhug (David.Kwast, 2009-10-01,points)
