Metadata-Version: 2.1
Name: pyrefworks
Version: 0.0.1
Summary: Converting RefWorks files into a CSV table file
Home-page: http://github.com/dhchenx/pyrefworks
Author: Donghua Chen
Author-email: douglaschan@126.com
License: MIT
Project-URL: Bug Reports, https://github.com/dhchenx/pyrefworks/issues
Project-URL: Source, https://github.com/dhchenx/pyrefworks
Keywords: refworks,csv file
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

# A Python Toolkit for RefWorks Data Analysis

This is a project to convert RefWork files to a CSV file

## Installation
```pip
pip install pyrefworks==0.0.1
```

## License
This project follows the MIT license.


