Metadata-Version: 2.1
Name: ophac_cpp
Version: 0.4.1
Summary: C++ implementation of parts of ophac to improve performance.
Home-page: https://bitbucket.org/Bakkelund/ophac_cpp
Author: Daniel Bakkelund
Author-email: daniel_bakkelund@hotmail.com
License: UNKNOWN
Description: # ophac-cpp
        
        This python module contains a c++ extension to `ophac` for
        performance enhancements, and should be accessed 
        through the API of `ophac`.
        
        See the documentation of [ophac](https://pypi.org/project/ophac/) for details.
        
        ## Licensing
        
        The software in this package is released under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.en.html).
        
        ## Installation
        
        This package is supposed to install automatically when installing `ophac`. However, if you suspect that something has gone wrong, you can install this package manually via
        
        ```python
        python -m pip install ophac-cpp [--user]
        ```
        
        ## Platform requirements
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
