Metadata-Version: 2.1
Name: white124
Version: 0.1.0
Summary: Combining methods for convenience in new projects
Home-page: https://github.com/white124bk/
Author: Alexander White
Author-email: pip@mail83.ru
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# White124
**Combining methods for convenience in new projects:**  

from white124 import MySQL  
&nbsp;&nbsp;&nbsp;&nbsp;def connect  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Query to MySQL database  
&nbsp;&nbsp;&nbsp;&nbsp;def send_bd  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Request to the server via socket, sterilization if necessary  

from white124 import DomGosuslugi  
&nbsp;&nbsp;&nbsp;&nbsp;def apiFias  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Uses the Dadata library to generate the correct address in FIAS format 
