Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mbapy-0.1.4.2.tar.gz | 2023-07-15 | 84.0 kB | |
mbapy-0.1.4.1.tar.gz | 2023-07-13 | 81.0 kB | |
mbapy-0.1.4.tar.gz | 2023-07-12 | 80.6 kB | |
README.md | 2023-07-12 | 1.8 kB | |
v0.1.4 source code.tar.gz | 2023-07-12 | 241.9 kB | |
v0.1.4 source code.zip | 2023-07-12 | 263.3 kB | |
Totals: 6 Items | 752.7 kB | 0 |
v0.1.4.2
hotfix for v0.1.4.1, v0.1.4.1 has a scihub_cn dependence, which may unable to be installed in some situation. In v0.1.4.2, scihub_cn dependence was removed.
BUG-FIX
- fix-bug: file.opts_file:: support binnary file write option.
Improvements
paper
- Updated the search_by_baidu function to include a proxies parameter for specifying proxies.
- Added a new function search_by_pubmed for searching articles on PubMed using a given query and email.
- Updated the search function to include the search_by_pubmed function as an option for the search engine.
- Updated the download_from_scihub_by_doi function to include a proxies parameter for specifying proxies.
- Updated the download_from_scihub_by_title function to include a proxies parameter for specifying proxies.
- Updated the download_by_scihub function to include a proxies parameter for specifying proxies.
- Updated the has_sci_bookmarks function to include a proxies parameter for specifying proxies.
- Updated the get_section_bookmarks function to include a proxies parameter for specifying proxies.
v0.1.4.1
hotfix for v0.1.4, v0.1.4 has requirements problems and can not be installed througth PyPI. In v0.1.4.1, setup way of requirements go back to old style and works well.
v0.1.4
Full Changelog: https://github.com/BHM-Bob/BA_PY/compare/v0.1.3...v0.1.4
ADD
paper
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. SEE WIKI: paper sub-module wiki
v0.1.4.1
hotfix for v0.1.4, v0.1.4 has requirements problems and can not be installed througth PyPI. In v0.1.4.1, setup way of requirements go back to old style.