I hereby claim:
- I am ashaw596 on github.
- I am ashaw596 (https://keybase.io/ashaw596) on keybase.
- I have a public key ASDHCT_8sk6RK-89D7_J8odZvALliK9cF4VZDJA0i_2TQQo
To claim this, I am signing this object:
from setuptools import setup, find_packages | |
import subprocess | |
from distutils.command.build import build as _build # type: ignore | |
import setuptools | |
# This class handles the pip install mechanism. | |
class build(_build): # pylint: disable=invalid-name | |
"""A build command class that will be invoked during package install. | |
The package built using the current setup.py will be staged and later | |
installed in the worker using `pip install package'. This class will be |
I hereby claim:
To claim this, I am signing this object:
import org.junit.After; | |
import org.junit.Before; | |
import org.junit.Test; | |
import com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiNilLoader.Array; | |
import java.util.Arrays; | |
import java.util.Collection; | |
import java.util.LinkedList; | |
import java.util.List; |