Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
You can install the package using pip:
pip install connectlist
## Features
This module is used to create contact book and then to add data,view data,search for data
## Publisher
This module is produced by 'APS TECH INFO'
OWNER: APS TECH INFO
AUTHOR: SANTIN FABRIZIO AP
GMAIL: apstechinfo20@gmail.com
##usage
from connectlist import *
'''the below contents can be replaced
book_name: by name of your contact book
name: name of the person
designation: by how you know them
phone-no: by the phone no
search : by thing to search '''
'''to create a new contact book'''
create('book_name')
''' to write in content in contact book'''
write('book_name','name','designation','phone-no')
'''to view content of contact book'''
view('book_name')
'''to search content of contact book'''
search('book_name','search')
FAQs
module to create,edit contact_book
We found that connectlist demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.