Metadata-Version: 1.1
Name: findlibs
Version: 0.0.1
Summary: A packages to search for shared libraries on various platforms
Home-page: https://github.com/ecmwf/findlibs
Author: European Centre for Medium-Range Weather Forecasts (ECMWF)
Author-email: software.support@ecmwf.int
License: Apache License Version 2.0
Description: # findlibs
        
        A Python package that search for shared libraries on various platforms.
        
        
        ```python
        import findlibs
        lib = findlibs.find("eccodes")
        ```
        
Keywords: tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
