71415d91103a68785bc8ff47c68d16a8e3e3a3d6,rastervision_aws_batch/setup.py,,,#,5

Before Change


    all_reqs = f.read().split("\n")
install_requires = [x.strip() for x in all_reqs if "git+" not in x]

setup(
    name="rastervision_aws_batch",
    version="0.12",
    packages=find_namespace_packages(exclude=["integration_tests*", "tests*"]),
    install_requires=install_requires,
    zip_safe=False,
)

After Change


    all_reqs = f.read().split("\n")
install_requires = [x.strip() for x in all_reqs if "git+" not in x]

name="rastervision_aws_batch"
version="0.12"
description="A rastervision plugin that adds an AWS Batch pipeline runner"

setup(
    name=name,
    version=version,
    description=description,
    url="https://github.com/azavea/raster-vision",
    author="Azavea",
    author_email="info@azavea.com",
    license="Apache License 2.0",
    classifiers=[
        "Intended Audience :: Developers",
        "License :: OSI Approved :: Apache Software License",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
    ],
    keywords=
    "raster deep-learning ml computer-vision earth-observation geospatial geospatial-processing",
    packages=find_namespace_packages(exclude=["integration_tests*", "tests*"]),
    install_requires=install_requires,
    zip_safe=False
)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 7

Non-data size: 8

Instances


Project Name: azavea/raster-vision
Commit Name: 71415d91103a68785bc8ff47c68d16a8e3e3a3d6
Time: 2020-06-28
Author: lewfish@gmail.com
File Name: rastervision_aws_batch/setup.py
Class Name:
Method Name:


Project Name: azavea/raster-vision
Commit Name: 71415d91103a68785bc8ff47c68d16a8e3e3a3d6
Time: 2020-06-28
Author: lewfish@gmail.com
File Name: rastervision_pytorch_learner/setup.py
Class Name:
Method Name:


Project Name: azavea/raster-vision
Commit Name: 71415d91103a68785bc8ff47c68d16a8e3e3a3d6
Time: 2020-06-28
Author: lewfish@gmail.com
File Name: rastervision_aws_s3/setup.py
Class Name:
Method Name:


Project Name: azavea/raster-vision
Commit Name: 71415d91103a68785bc8ff47c68d16a8e3e3a3d6
Time: 2020-06-28
Author: lewfish@gmail.com
File Name: rastervision_core/setup.py
Class Name:
Method Name:


Project Name: azavea/raster-vision
Commit Name: 71415d91103a68785bc8ff47c68d16a8e3e3a3d6
Time: 2020-06-28
Author: lewfish@gmail.com
File Name: rastervision_gdal_vsi/setup.py
Class Name:
Method Name:


Project Name: azavea/raster-vision
Commit Name: 71415d91103a68785bc8ff47c68d16a8e3e3a3d6
Time: 2020-06-28
Author: lewfish@gmail.com
File Name: rastervision_pipeline/setup.py
Class Name:
Method Name:


Project Name: azavea/raster-vision
Commit Name: 71415d91103a68785bc8ff47c68d16a8e3e3a3d6
Time: 2020-06-28
Author: lewfish@gmail.com
File Name: rastervision_pytorch_backend/setup.py
Class Name:
Method Name: