No project description provided
Project description
RecUtilsWrap
A Wrap class to make the use of recutils easier
Simple example
from recutilswrap import *
# Create a database book in a file book.rec with Id as primary key
r = RecUtilsWrap('Book','book.rec','Id')
# create / overwrite the db file. Should be done once
r.create_db()
# Insert some entries
r.insert(title="The Trial",author="Kafka")
r.insert(title="The Castle",author="Kafka")
r.insert(title="Thus Spoke Zarathustra",author="Nietzsche")
r.insert(title="The Plague", author="Camus")
r.insert(title="The Stranger", author="Camus")
# print a dictionary with the books of Camus
print(r.select(EQ('author',"Camus")))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
recutilswrap-0.1.0.tar.gz
(5.8 kB
view details)
File details
Details for the file recutilswrap-0.1.0.tar.gz.
File metadata
- Download URL: recutilswrap-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7472cf786b3e6f28629381df3318290e71b61828e29aff829599fa9267c20dbe
|
|
| MD5 |
d9c64d5d574da1147bfee4d573673c51
|
|
| BLAKE2b-256 |
830ad115d21443f5d3a0da68bb851dabb2aa64c1b28827ead66869e29588d651
|