Metadata-Version: 2.1
Name: finalbib
Version: 0.0.6
Summary: this is my first test
Home-page: UNKNOWN
Author: chenkun
Author-email: qbei113043@163.com
License: LICENSE.txt
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

#-- bibtexTidying 0.1.0 --

Author: Jian Ding and ShiBo Xu and Kun Chen
Email: qbei113043@163.com
Mentor: X. Fu and TingYu Luo

##[Purpose]
This software is trying to help users to tidy up their bibtex files.

##[Prerequisite]
- Python3
- MySQL

##[Requires Projects]
- bibtexparser
- mysqlclient

##[Github]
https://gitee.com/chen-kun19/summer-program

##[Manual]
- **How to install it?**
  - use command following.
    - For Windows 
    ```PowerShell
    pip install bibtexTidying
    ```
    - For Linux
    ```PowerShell
    sudo apt-get update
    sudo apt-get install libmysqlclient-dev
    sudo pip install mysqlclient
    pip install bibtexTidying
    ```
- **How to use it?**
  - Type following code in your python files:
    - from bibtexTidying import bibcopy
- **Then you can use all the function in module bibcopy!**

##[Function]
     1.Formating your bibtex files.

##[Known Issues]:
1. 

##[Bug Report]:
Any bug or documentation error you found , please submit an issue on github parge: https://gitee.com/chen-kun19/summer-program

