acquifer


Nameacquifer JSON
Version 2.0.0 PyPI version JSON
download
home_page
SummaryUtilitary functions when working with image datasets acquired with an ACQUIFER Imaging Machine microscope
upload_time2024-02-27 11:43:36
maintainer
docs_urlNone
authorLaurent Thomas
requires_python>=3.7
license
keywords image-analysis image-processing microscopy smart-imaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Acquifer-Python-API

Python package providing utilitary functionalities when working with an ACQUIFER Imaging Machine.  
Functionalities include :  
- metadata persing from filenames  
- control of the microscope (tcpip) 

Similar functions are available for java programs (e.g Fiji) via the acquifer-core package, distributed via the ACQUIFER update site (upon request).  

## Installation
In a command prompt, use `pip install acquifer`.

The package can be installed locally for test purpose, by opening a command line in the repository directory : 
`pip install -e .` with e for "experimental"  
This way any change to the code is directly reflected. 
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "acquifer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "image-analysis,image-processing,microscopy,smart-imaging",
    "author": "Laurent Thomas",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6a/51/533cb3d7e7496f006c4e9e73699a8d238347ab630c7be4a113a4dc01ea01/acquifer-2.0.0.tar.gz",
    "platform": null,
    "description": "# Acquifer-Python-API\n\nPython package providing utilitary functionalities when working with an ACQUIFER Imaging Machine.  \nFunctionalities include :  \n- metadata persing from filenames  \n- control of the microscope (tcpip) \n\nSimilar functions are available for java programs (e.g Fiji) via the acquifer-core package, distributed via the ACQUIFER update site (upon request).  \n\n## Installation\nIn a command prompt, use `pip install acquifer`.\n\nThe package can be installed locally for test purpose, by opening a command line in the repository directory : \n`pip install -e .` with e for \"experimental\"  \nThis way any change to the code is directly reflected. ",
    "bugtrack_url": null,
    "license": "",
    "summary": "Utilitary functions when working with image datasets acquired with an ACQUIFER Imaging Machine microscope",
    "version": "2.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/acquifer/Acquifer-Python-API/issues",
        "Homepage": "https://acquifer.de",
        "Repository": "https://github.com/acquifer/Acquifer-Python-API",
        "Twitter": "https://twitter.com/myacquifer"
    },
    "split_keywords": [
        "image-analysis",
        "image-processing",
        "microscopy",
        "smart-imaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f93a5373b8833515abe2d43bca10b5868da9d5c0787d14dfcd5f8a6dfdff400",
                "md5": "644dd35da9c3707840addfc5d9b45ca4",
                "sha256": "6d756dec154f2539aeee4f85e9045d33b3b1d11e4483e342b320657c06d9ffd5"
            },
            "downloads": -1,
            "filename": "acquifer-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "644dd35da9c3707840addfc5d9b45ca4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 431956,
            "upload_time": "2024-02-27T11:43:30",
            "upload_time_iso_8601": "2024-02-27T11:43:30.866748Z",
            "url": "https://files.pythonhosted.org/packages/5f/93/a5373b8833515abe2d43bca10b5868da9d5c0787d14dfcd5f8a6dfdff400/acquifer-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a51533cb3d7e7496f006c4e9e73699a8d238347ab630c7be4a113a4dc01ea01",
                "md5": "9a78daaf6401bfdab6fb14a14d77f0ad",
                "sha256": "823118b0365361e1f8afab5409bbe9c502319a20a0d007455ec3130fe539a381"
            },
            "downloads": -1,
            "filename": "acquifer-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9a78daaf6401bfdab6fb14a14d77f0ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1093112,
            "upload_time": "2024-02-27T11:43:36",
            "upload_time_iso_8601": "2024-02-27T11:43:36.741087Z",
            "url": "https://files.pythonhosted.org/packages/6a/51/533cb3d7e7496f006c4e9e73699a8d238347ab630c7be4a113a4dc01ea01/acquifer-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 11:43:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "acquifer",
    "github_project": "Acquifer-Python-API",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "acquifer"
}
        
Elapsed time: 0.18865s