findlibs


Namefindlibs JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/ecmwf/findlibs
SummaryA packages to search for shared libraries on various platforms
upload_time2023-04-21 10:05:11
maintainer
docs_urlNone
authorEuropean Centre for Medium-Range Weather Forecasts (ECMWF)
requires_python
licenseApache License Version 2.0
keywords tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # findlibs

A Python package that search for shared libraries on various platforms.

```python
import findlibs
lib = findlibs.find("eccodes")

# If package name differs from library name use:
lib = findlibs.find(lib_name="odccore", pkg_name="odc")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ecmwf/findlibs",
    "name": "findlibs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tool",
    "author": "European Centre for Medium-Range Weather Forecasts (ECMWF)",
    "author_email": "software.support@ecmwf.int",
    "download_url": "https://files.pythonhosted.org/packages/ae/be/6c72ef9d990cd25fe3dd97ebe9d77a859f7d27b7273e62ad750846d207ee/findlibs-0.0.5.tar.gz",
    "platform": null,
    "description": "# findlibs\n\nA Python package that search for shared libraries on various platforms.\n\n```python\nimport findlibs\nlib = findlibs.find(\"eccodes\")\n\n# If package name differs from library name use:\nlib = findlibs.find(lib_name=\"odccore\", pkg_name=\"odc\")\n```\n",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "A packages to search for shared libraries on various platforms",
    "version": "0.0.5",
    "split_keywords": [
        "tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aebe6c72ef9d990cd25fe3dd97ebe9d77a859f7d27b7273e62ad750846d207ee",
                "md5": "d13924d3e202b7554fd0e37e42b51f43",
                "sha256": "7a801571e999d0ee83f9b92cbb598c21f861ee26ca9dba74cea8958ba4335e7e"
            },
            "downloads": -1,
            "filename": "findlibs-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d13924d3e202b7554fd0e37e42b51f43",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6581,
            "upload_time": "2023-04-21T10:05:11",
            "upload_time_iso_8601": "2023-04-21T10:05:11.987705Z",
            "url": "https://files.pythonhosted.org/packages/ae/be/6c72ef9d990cd25fe3dd97ebe9d77a859f7d27b7273e62ad750846d207ee/findlibs-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-21 10:05:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ecmwf",
    "github_project": "findlibs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "findlibs"
}
        
Elapsed time: 0.35188s