A simple package for managing notes using a custom database with Python.
Project description
Notes Database Package
This package provides functionality to create, read, update, and delete notes in a simple database using Python's pickle module.
Features
- Create new notes with a title and content.
- Edit and delete existing notes.
- Store notes persistently in a local file.
Installation
You can install the package using: pip install .
Usage
from notes_database import NotesDatabase
db = NotesDatabase()
db.create_note("12345", {"title": "My First Note", "content": "This is a note."})
notes = db.get_notes()
print(notes)
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
File details
Details for the file pradyumnacustomedatabse-1.0.0.tar.gz.
File metadata
- Download URL: pradyumnacustomedatabse-1.0.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9f867560ffed7a8e34023c71bcb4c2c09c41e1708f555cac7efb236067938e6
|
|
| MD5 |
5f943f7d088f43c263f4d07d7e2be839
|
|
| BLAKE2b-256 |
6072e396e401845ff1f3bc3dfaaf020c301e59dd68ebed29c25662e523a71560
|