Skip to content
BHM-Bob edited this page Jul 11, 2023 · 4 revisions

Welcome to the BA_PY wiki!

Install

This is a PyPI package, you can install it by

pip install mbapy

By the way, this package may have a hot-fix for the latest release, so you may try this often

pip install --upgrade mbapy

Contains

Some global utils in this package, most of them are also for users.

Some web-crawlers utils, small warps for BeautifulSoup and selenium.

Smoe file tools, mainly contains json and excel.

Some plot tools, mainly contains pandas.dataFrame tools for plot and some plot utils.

Some stats functions, most of them are just import form scipy and warps for scipy to make data transformation same as mabpy style.

Some pytorch utils and some models.

Some scientific paper utils, including parsing RIS, downloading pdf by title or doi through sci-hub, search through baidu-xueshu, extract specific section from a sci-paper and so on.

Clone this wiki locally