Skip to content

joardar-aditya/address_book_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

address_book_python

This is a simple Address book application created using Python.

The main aim is to show the application of ProtoBuffers for creating simple APIs for storing and retreiving structured data easily.

Other methods like pickling can also be used but protobuffers are supported by various languages like JAVA, C++, C# etc. Thus the client and master applications can be written in the language of any choice.

the .proto file shows the basic schema of the address book database

adding new contact

$python3 writer.py new.txt

retrieving the address book

$python3 reader.py new.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages