Skip to content

Commit

Permalink
Merge pull request #393 from apache/remove_python
Browse files Browse the repository at this point in the history
removed python stuff since it was moved to its own repo
  • Loading branch information
AlexanderSaydakov authored Sep 11, 2023
2 parents 060d5f6 + 3e777f7 commit 6fba487
Show file tree
Hide file tree
Showing 57 changed files with 1 addition and 7,623 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,3 @@ jobs:
run: cmake --build build --config Release
- name: Run C++ tests
run: cmake --build build --config Release --target ${{ matrix.config.test_target }}
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.8' # 3.x grabs latest minor version of python3, but 3.9 not fully supported yet
- name: Install Python dependencies
run: python -m pip install --upgrade pip setuptools wheel tox
- name: Build and run Python tests
run: python -m tox
106 changes: 0 additions & 106 deletions .github/workflows/build_wheels.yml

This file was deleted.

76 changes: 0 additions & 76 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ APPENDIX A: How to apply the Apache License to your work.
-------------------------------------------------------------



APPENDIX B: Additional licenses relevant to this product.

This product includes a number of source files with code that has been
Expand All @@ -215,43 +214,6 @@ APPENDIX B: Additional licenses relevant to this product.
conditions of the following licenses.



=============================================================
MIT License
=============================================================
Original source code:
https://github.com/benjaminjack/python_cpp_example
-------------------------------------------------------------
Copyright (c) 2017 Benjamin R. Jack

MIT License (https://opensource.org/licenses/MIT):

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-------------------------------------------------------------
Code locations:
* https://github.com/apache/datasketches-cpp/blob/master/setup.py
that is adapted from the above.



=============================================================
Boost License (https://www.boost.org/LICENSE_1_0.txt)
=============================================================
Expand Down Expand Up @@ -287,44 +249,6 @@ APPENDIX B: Additional licenses relevant to this product.
of CMake configuration if configured to build tests.


=============================================================
BSD License
=============================================================
Original source code:
https://github.com/pybind/pybind11/blob/master/LICENSE

Copyright (c) 2016 Wenzel Jakob <[email protected]>, All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-------------------------------------------------------------
Code Locations:
Found only in the convenience binaries distributed from PyPI, which rely
on pybind11 code during compilation.


=============================================================
Public Domain
=============================================================
Expand Down
39 changes: 0 additions & 39 deletions MANIFEST.in

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ If you are interested in making contributions to this site please see our [Commu

This code requires C++11.

This includes Python bindings. For the Python interface, see the README notes in [the python subdirectory](https://github.com/apache/datasketches-cpp/tree/master/python).

This library is header-only. The build process provided is only for building unit tests and the python library.
This library is header-only. The build process provided is only for building unit tests.

Building the unit tests requires cmake 3.12.0 or higher.

Expand Down
23 changes: 0 additions & 23 deletions pyproject.toml

This file was deleted.

87 changes: 0 additions & 87 deletions python/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 6fba487

Please sign in to comment.