Metadata-Version: 2.1
Name: alacorder
Version: 0.4.6.1
Summary: beta
Author-email: Sam Robson <sbrobson@crimson.ua.edu>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: xlrd
Requires-Dist: openpyxl
Requires-Dist: setuptools
Requires-Dist: PyPDF2

# alacorder 0.4.6

Runs on Python >=3.7
Preferred installation via pip in virtual environment
Use conda or pip to install dependencies before launch
Recommended setup in iPython terminal in Anaconda virtual environment

Dependencies:
	 *  PyPDF2			https://pypi.org/project/PyPDF2/
	 *	pandas			https://pypi.org/project/pandas/
	 *  xlrd			https://pypi.org/project/xlrd/
	 *	xlsxwriter		https://pypi.org/project/XlsxWriter/
	 *  openpyxl		https://pypi.org/project/openpyxl/
	 * 	cython 			https://pypi.org/project/Cython/
	 *  setuptools		https://pypi.org/project/setuptools/
	 
	 
For command line interface:
	import alacorder
	

