Metadata-Version: 2.1
Name: apollov2-football-api-parser
Version: 0.0.2
Summary: extract data from api and transform it into dataframe
Author: zhe wang
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

websit: https://rapidapi.com/api-sports/api/api-football

[metadata]
name = apollov2_api_parser
version = 0.0.1
author = zhe wang
description = extract data from api and transform it into dataframe
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: MIT License
    Operating System :: OS Independent

[options]
package_dir =
    = src
packages = find:
python_requires = >=3.6

[options.packages.find]
where = src
