Metadata-Version: 2.1
Name: Magnesium
Version: 0.1.1
Summary: A more intuitive way of mining XML & HTML data.
Home-page: https://github.com/kokaib/magnesium
Author: Bálint Kókai
Author-email: galsaizoltan1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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
Requires-Dist: lxml (==4.6.3)
Requires-Dist: pandas (==1.2.4)
Requires-Dist: pytz (==2021.1)
Requires-Dist: python-dateutil (==2.8.1) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: six (==1.16.0) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: numpy (==1.20.3) ; python_version >= "3.7"

# Magnesium

Magnesium aims to abstract away the complexity of finding
the right elements in an element tree and extracting their
data.


