Metadata-Version: 2.1
Name: centaurminer
Version: 0.0.1
Summary: A selenium wrapper to help mining data from scientific literature.
Home-page: https://github.com/Simonsays095/CENTAURminer.git
Author: Simon Ewing
Author-email: Simonsays095@gmail.com
License: UNKNOWN
Description: CENTAUR Scientific Article Data Mining Framework
        ================================================
        
        This package is a wrapper on `selenium <https://pypi.org/project/selenium/>`_, a package that "automates web browser interaction from Python". In this package, we add the following features:
        
        * Add a class used to identify where elements are located on the DOM
        * Add a class that specifies if any extra processing should be done to the elements in the previous class, rather than just extract an attribute.
        * Create helper classes to simplify the process of identifying elements
        * Helper functions are included to make processing and storing data easier.
        
        Although this package is tailored to data mining scientific literature, is can be used in other applications in data mining.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.4
Description-Content-Type: text/x-rst
