Metadata-Version: 2.1
Name: mbapy
Version: 0.0.7
Summary: MyBA in Python
Home-page: https://github.com/BHM-Bob/BA_PY
Author: BHM-Bob G
Author-email: bhmfly@foxmail.com
License: MIT Licence
Keywords: mbapy,Utilities,plot
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7, <3.11
Description-Content-Type: text/markdown
License-File: LICENSE

<!--
 * @Author: BHM-Bob 2262029386@qq.com
 * @Date: 2022-10-19 22:16:22
 * @LastEditors: BHM-Bob
 * @LastEditTime: 2022-12-09 17:23:24
 * @Description: 
-->
# BA_PY
some helpful python scripts. (Basic for All in Python)

## contain  
### mbapy  
##### \_\_version\_\_  
*some version info*
##### base  
1. TimeCosts: a Wrapper to test cost time
2. rand_choose_times: a func
3. put_err: a func to print err info
4. MyArgs: a class to process **kwargs
5. get_wanted_args: a func to create MyArgs from defalut_args and kwargs

##### file
1. detect_byte_coding: decode bytes depending it's encoding

##### plot
1. pro_bar_data: func to calcu bar data as mean value and SE value
2. sort_df_factors: func
3. plot_bar: func to create a stack bar plot with hue style
4. get_df_data: func to make extracting data from dataFrame more easily based on df.loc
5. plot_positional_hue: wrapper to create a pos-y plot with hue style


##### web
*some crawler utils things*

### examples
##### file
*some file utils things*

##### plot
1. stack bar plot with hue style

##### torch
1. seq2seq core from bentrevett / pytorch-seq2seq


##### web/crawler
1. chaoxin ppt multi threads downloader (jpg->pdf)
2. wujin search http://www.basechem.org
3. chemSub search http://chemsub.online.fr/

