-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes in preparation for public release
- Loading branch information
Adriano Marques
committed
Jul 21, 2020
1 parent
3f6d633
commit 81a9727
Showing
33 changed files
with
637 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
# | ||
# TODO: extract in a Sphinx plugin | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/usr/bin/env python3 | ||
## | ||
## Authors: Adriano Marques | ||
## Nathan Martins | ||
## Thales Ribeiro | ||
## | ||
## Copyright (C) 2019 Exponential Ventures LLC | ||
## | ||
## This library is free software; you can redistribute it and/or | ||
## modify it under the terms of the GNU Library General Public | ||
## License as published by the Free Software Foundation; either | ||
## version 2 of the License, or (at your option) any later version. | ||
## | ||
## This library is distributed in the hope that it will be useful, | ||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
## Library General Public License for more details. | ||
## | ||
## You should have received a copy of the GNU Library General Public | ||
## License along with this library; if not, write to the Free Software | ||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
#!/usr/bin/env python3 | ||
## | ||
## ---------------- | ||
## | | | ||
## | CONFIDENTIAL | | ||
## | | | ||
## ---------------- | ||
## Authors: Adriano Marques | ||
## Nathan Martins | ||
## Thales Ribeiro | ||
## | ||
## Copyright Exponential Ventures LLC (C), 2019 All Rights Reserved | ||
## Copyright (C) 2019 Exponential Ventures LLC | ||
## | ||
## Author: Adriano Marques <[email protected]> | ||
## This library is free software; you can redistribute it and/or | ||
## modify it under the terms of the GNU Library General Public | ||
## License as published by the Free Software Foundation; either | ||
## version 2 of the License, or (at your option) any later version. | ||
## | ||
## If you do not have a written authorization to read this code | ||
## PERMANENTLY REMOVE IT FROM YOUR SYSTEM IMMEDIATELY. | ||
## This library is distributed in the hope that it will be useful, | ||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
## Library General Public License for more details. | ||
## | ||
## You should have received a copy of the GNU Library General Public | ||
## License along with this library; if not, write to the Free Software | ||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
## | ||
|
||
|
||
from stripping.benchmark import Benchmark | ||
benchmark = Benchmark('Black Friday with stripping') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
#!/usr/bin/env python3 | ||
## | ||
## ---------------- | ||
## | | | ||
## | CONFIDENTIAL | | ||
## | | | ||
## ---------------- | ||
## Authors: Adriano Marques | ||
## Nathan Martins | ||
## Thales Ribeiro | ||
## | ||
## Copyright Exponential Ventures LLC (C), 2019 All Rights Reserved | ||
## Copyright (C) 2019 Exponential Ventures LLC | ||
## | ||
## Author: Adriano Marques <[email protected]> | ||
## This library is free software; you can redistribute it and/or | ||
## modify it under the terms of the GNU Library General Public | ||
## License as published by the Free Software Foundation; either | ||
## version 2 of the License, or (at your option) any later version. | ||
## | ||
## If you do not have a written authorization to read this code | ||
## PERMANENTLY REMOVE IT FROM YOUR SYSTEM IMMEDIATELY. | ||
## This library is distributed in the hope that it will be useful, | ||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
## Library General Public License for more details. | ||
## | ||
## You should have received a copy of the GNU Library General Public | ||
## License along with this library; if not, write to the Free Software | ||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
## | ||
|
||
|
||
from stripping.benchmark import Benchmark | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
#!/usr/bin/env python3 | ||
## | ||
## ---------------- | ||
## | | | ||
## | CONFIDENTIAL | | ||
## | | | ||
## ---------------- | ||
## Authors: Adriano Marques | ||
## Nathan Martins | ||
## Thales Ribeiro | ||
## | ||
## Copyright Exponential Ventures LLC (C), 2019 All Rights Reserved | ||
## Copyright (C) 2019 Exponential Ventures LLC | ||
## | ||
## Author: Thales Ribeiro <[email protected]> | ||
## This library is free software; you can redistribute it and/or | ||
## modify it under the terms of the GNU Library General Public | ||
## License as published by the Free Software Foundation; either | ||
## version 2 of the License, or (at your option) any later version. | ||
## | ||
## If you do not have a written authorization to read this code | ||
## PERMANENTLY REMOVE IT FROM YOUR SYSTEM IMMEDIATELY. | ||
## This library is distributed in the hope that it will be useful, | ||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
## Library General Public License for more details. | ||
## | ||
## You should have received a copy of the GNU Library General Public | ||
## License along with this library; if not, write to the Free Software | ||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
## | ||
|
||
|
||
import os | ||
from setuptools import setup, find_packages | ||
|
@@ -26,11 +33,14 @@ | |
author_email='[email protected], [email protected], [email protected]', | ||
python_requires='>=3.7.0', | ||
install_requires=['catalysis-client', 'numpy'], | ||
include_package_data=True, | ||
include_package_data=True,, | ||
license="GNU LGPLv3", | ||
url='https://github.com/exponential-ventures/stripping', | ||
packages=find_packages(exclude=['*tests*', 'test*']), | ||
platforms=['any'], | ||
classifiers=[ | ||
'License :: OSI Approved :: GNU LGPLv3', | ||
'Operating System :: OS Independent', | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,27 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
#!/usr/bin/env python3 | ||
## | ||
## ---------------- | ||
## | | | ||
## | CONFIDENTIAL | | ||
## | | | ||
## ---------------- | ||
## Authors: Adriano Marques | ||
## Nathan Martins | ||
## Thales Ribeiro | ||
## | ||
## Copyright Exponential Ventures LLC (C), 2019 All Rights Reserved | ||
## Copyright (C) 2019 Exponential Ventures LLC | ||
## | ||
## Author: Adriano Marques <[email protected]> | ||
## This library is free software; you can redistribute it and/or | ||
## modify it under the terms of the GNU Library General Public | ||
## License as published by the Free Software Foundation; either | ||
## version 2 of the License, or (at your option) any later version. | ||
## | ||
## If you do not have a written authorization to read this code | ||
## PERMANENTLY REMOVE IT FROM YOUR SYSTEM IMMEDIATELY. | ||
## This library is distributed in the hope that it will be useful, | ||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
## Library General Public License for more details. | ||
## | ||
## You should have received a copy of the GNU Library General Public | ||
## License along with this library; if not, write to the Free Software | ||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
## | ||
|
||
|
||
import os | ||
|
||
from catalysis.common.configuration import ClientConfiguration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
#!/usr/bin/env python3 | ||
## | ||
## ---------------- | ||
## | | | ||
## | CONFIDENTIAL | | ||
## | | | ||
## ---------------- | ||
## Authors: Adriano Marques | ||
## Nathan Martins | ||
## Thales Ribeiro | ||
## | ||
## Copyright Exponential Ventures LLC (C), 2019 All Rights Reserved | ||
## Copyright (C) 2019 Exponential Ventures LLC | ||
## | ||
## Author: Adriano Marques <[email protected]> | ||
## Author: Thales Ribeiro <[email protected]> | ||
## This library is free software; you can redistribute it and/or | ||
## modify it under the terms of the GNU Library General Public | ||
## License as published by the Free Software Foundation; either | ||
## version 2 of the License, or (at your option) any later version. | ||
## | ||
## If you do not have a written authorization to read this code | ||
## PERMANENTLY REMOVE IT FROM YOUR SYSTEM IMMEDIATELY. | ||
## This library is distributed in the hope that it will be useful, | ||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
## Library General Public License for more details. | ||
## | ||
## You should have received a copy of the GNU Library General Public | ||
## License along with this library; if not, write to the Free Software | ||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
## | ||
|
||
|
||
import asyncio | ||
import datetime | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
#!/usr/bin/env python3 | ||
## | ||
## ---------------- | ||
## | | | ||
## | CONFIDENTIAL | | ||
## | | | ||
## ---------------- | ||
## Authors: Adriano Marques | ||
## Nathan Martins | ||
## Thales Ribeiro | ||
## | ||
## Copyright Exponential Ventures LLC (C), 2019 All Rights Reserved | ||
## Copyright (C) 2019 Exponential Ventures LLC | ||
## | ||
## Author: Adriano Marques <[email protected]> | ||
## This library is free software; you can redistribute it and/or | ||
## modify it under the terms of the GNU Library General Public | ||
## License as published by the Free Software Foundation; either | ||
## version 2 of the License, or (at your option) any later version. | ||
## | ||
## If you do not have a written authorization to read this code | ||
## PERMANENTLY REMOVE IT FROM YOUR SYSTEM IMMEDIATELY. | ||
## This library is distributed in the hope that it will be useful, | ||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
## Library General Public License for more details. | ||
## | ||
## You should have received a copy of the GNU Library General Public | ||
## License along with this library; if not, write to the Free Software | ||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
#!/usr/bin/env python3 | ||
## | ||
## ---------------- | ||
## | | | ||
## | CONFIDENTIAL | | ||
## | | | ||
## ---------------- | ||
## Authors: Adriano Marques | ||
## Nathan Martins | ||
## Thales Ribeiro | ||
## | ||
## Copyright Exponential Ventures LLC (C), 2019 All Rights Reserved | ||
## Copyright (C) 2019 Exponential Ventures LLC | ||
## | ||
## Author: Thales Ribeiro <[email protected]> | ||
## This library is free software; you can redistribute it and/or | ||
## modify it under the terms of the GNU Library General Public | ||
## License as published by the Free Software Foundation; either | ||
## version 2 of the License, or (at your option) any later version. | ||
## | ||
## If you do not have a written authorization to read this code | ||
## PERMANENTLY REMOVE IT FROM YOUR SYSTEM IMMEDIATELY. | ||
## This library is distributed in the hope that it will be useful, | ||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
## Library General Public License for more details. | ||
## | ||
## You should have received a copy of the GNU Library General Public | ||
## License along with this library; if not, write to the Free Software | ||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
## | ||
|
||
|
||
from stripping.elemental.base import Elemental |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
#!/usr/bin/env python3 | ||
## | ||
## ---------------- | ||
## | | | ||
## | CONFIDENTIAL | | ||
## | | | ||
## ---------------- | ||
## Authors: Adriano Marques | ||
## Nathan Martins | ||
## Thales Ribeiro | ||
## | ||
## Copyright Exponential Ventures LLC (C), 2019 All Rights Reserved | ||
## Copyright (C) 2019 Exponential Ventures LLC | ||
## | ||
## Author: Thales Ribeiro <[email protected]> | ||
## Author: Nathan Martins <[email protected]> | ||
## This library is free software; you can redistribute it and/or | ||
## modify it under the terms of the GNU Library General Public | ||
## License as published by the Free Software Foundation; either | ||
## version 2 of the License, or (at your option) any later version. | ||
## | ||
## If you do not have a written authorization to read this code | ||
## PERMANENTLY REMOVE IT FROM YOUR SYSTEM IMMEDIATELY. | ||
## This library is distributed in the hope that it will be useful, | ||
## but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
## Library General Public License for more details. | ||
## | ||
## You should have received a copy of the GNU Library General Public | ||
## License along with this library; if not, write to the Free Software | ||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
## | ||
|
||
|
||
import json | ||
from pandas.core.frame import DataFrame | ||
|
Oops, something went wrong.