Metadata-Version: 2.1
Name: format4me
Version: 0.0.3
Summary: A library to easily format the response coming from your bard or any other ai agent .
Home-page: 
Author: Sahil Pradhan
Author-email: sahilpradhan411@gmail.com
License: MIT
Keywords: responseFormatter,chatgpt,bard
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

This is library to format your bard  or other ai agent response. 

How to use? : https://github.com/s2ahil/format4me

usage :

from format4me import format_content

print(format_content('### Key Concepts * **Blockchain** is a shared, immutable ledger that facilitates the process of recording transactions and tracking assets in a business network. * **Blockchain is important** because it provides immediate, shared and completely transparent information stored on an immutable ledger that can be accessed only by permissioned network members. * **A blockchain network can track** orders, payments, accounts, production and much more. * **With blockchain,** as a member of a members-only network, you can rest assured that you are receiving accurate and timely data, and that your confidential blockchain records will be shared only with network members to whom you have specifically granted access. * **Blockchain creates trust** because it represents a shared record of the truth. * **Types of blockchain networks** include public, private, and consortium blockchains. * **Bitcoin** is an unregulated, digital currency that uses blockchain technology as its transaction ledger. * **The IBM Blockchain Platform** is powered by Hyperledger technology and is optimized to deploy on Red HatÂ® OpenShiftÂ®. * **To learn more about blockchain,** visit the IBM Blockchain website or read the IBM Blockchain for Dummies book.'))

Change Log
==========

0.0.1(23/1/2023)
-----------------
- First Release


0.0.2(23/1/2023)
-----------------
- First Release

0.0.3(28/1/2023)
-----------------
- Third stable  Release
