nixio


Namenixio JSON
Version 1.5.4 PyPI version JSON
download
home_pagehttps://github.com/G-Node/nixpy
SummaryPython reimplementation of NIXIO (http://g-node.github.io/nix/)
upload_time2024-11-08 12:04:32
maintainerNone
docs_urlNone
authorChristian Kellner, Adrian Stoewer, Andrey Sobolev, Jan Grewe, Balint Morvai, Achilleas Koutsou
requires_python>=3.6
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://github.com/G-Node/nixpy/workflows/NIXPy%20tests%20and%20linting/badge.svg?branch=master
    :target: https://github.com/G-Node/nixpy/actions
.. image:: https://ci.appveyor.com/api/projects/status/72l10ooxbvf0vfgd/branch/master?svg=true
    :target: https://ci.appveyor.com/project/G-Node/nixpy
.. image:: https://coveralls.io/repos/github/G-Node/nixpy/badge.svg?branch=master
    :target: https://coveralls.io/github/G-Node/nixpy?branch=master
.. image:: https://codecov.io/gh/G-Node/nixpy/branch/master/graph/badge.svg?token=xT5rz1BlGJ
    :target: https://codecov.io/gh/G-Node/nixpy


----

Versions
--------

This repository's `master` is the development branch of *NIXPY*. It is not guaranteed to build or work properly. At times it may not even work at all. We strongly recommend using the latest stable version, which can be found on PyPI as nixio_.

About NIXPY
-----------

The *NIXPY* project is an extension to `NIX <https://github.com/G-Node/nix>`_ and provides Python bindings for *NIX*.

Getting Started
---------------

The simplest way to install *NIXPY* is from PyPI using pip. The name of the package is nixio_::

    pip install nixio


To check if installed properly
------------------------------

Try importing nixio::

    >>> import nixio
    >>>

If python successfully executes :code:`import nixio`, the installation went well.
Check out the API documentation for further tutorials.


NIXPY API Documentation
-----------------------

The API documentation can be found `here <https://nixpy.readthedocs.io/>`_.


.. _nixio: https://pypi.python.org/pypi/nixio

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/G-Node/nixpy",
    "name": "nixio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Christian Kellner, Adrian Stoewer, Andrey Sobolev, Jan Grewe, Balint Morvai, Achilleas Koutsou",
    "author_email": "dev@g-node.org",
    "download_url": "https://files.pythonhosted.org/packages/39/c9/145c7a1458ed5863f1b7e7333b4b44237f8f1fa16bfa669bd1319757b7b3/nixio-1.5.4.tar.gz",
    "platform": null,
    "description": ".. image:: https://github.com/G-Node/nixpy/workflows/NIXPy%20tests%20and%20linting/badge.svg?branch=master\n    :target: https://github.com/G-Node/nixpy/actions\n.. image:: https://ci.appveyor.com/api/projects/status/72l10ooxbvf0vfgd/branch/master?svg=true\n    :target: https://ci.appveyor.com/project/G-Node/nixpy\n.. image:: https://coveralls.io/repos/github/G-Node/nixpy/badge.svg?branch=master\n    :target: https://coveralls.io/github/G-Node/nixpy?branch=master\n.. image:: https://codecov.io/gh/G-Node/nixpy/branch/master/graph/badge.svg?token=xT5rz1BlGJ\n    :target: https://codecov.io/gh/G-Node/nixpy\n\n\n----\n\nVersions\n--------\n\nThis repository's `master` is the development branch of *NIXPY*. It is not guaranteed to build or work properly. At times it may not even work at all. We strongly recommend using the latest stable version, which can be found on PyPI as nixio_.\n\nAbout NIXPY\n-----------\n\nThe *NIXPY* project is an extension to `NIX <https://github.com/G-Node/nix>`_ and provides Python bindings for *NIX*.\n\nGetting Started\n---------------\n\nThe simplest way to install *NIXPY* is from PyPI using pip. The name of the package is nixio_::\n\n    pip install nixio\n\n\nTo check if installed properly\n------------------------------\n\nTry importing nixio::\n\n    >>> import nixio\n    >>>\n\nIf python successfully executes :code:`import nixio`, the installation went well.\nCheck out the API documentation for further tutorials.\n\n\nNIXPY API Documentation\n-----------------------\n\nThe API documentation can be found `here <https://nixpy.readthedocs.io/>`_.\n\n\n.. _nixio: https://pypi.python.org/pypi/nixio\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Python reimplementation of NIXIO (http://g-node.github.io/nix/)",
    "version": "1.5.4",
    "project_urls": {
        "Homepage": "https://github.com/G-Node/nixpy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39c9145c7a1458ed5863f1b7e7333b4b44237f8f1fa16bfa669bd1319757b7b3",
                "md5": "1f047d5ba6ab61a71ab3aa30375bd137",
                "sha256": "0aa6a44100d60acfa40430e5467d75431b10e7e4804a92735b29d6cbcf7d1863"
            },
            "downloads": -1,
            "filename": "nixio-1.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1f047d5ba6ab61a71ab3aa30375bd137",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28795377,
            "upload_time": "2024-11-08T12:04:32",
            "upload_time_iso_8601": "2024-11-08T12:04:32.548004Z",
            "url": "https://files.pythonhosted.org/packages/39/c9/145c7a1458ed5863f1b7e7333b4b44237f8f1fa16bfa669bd1319757b7b3/nixio-1.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 12:04:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "G-Node",
    "github_project": "nixpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "nixio"
}
        
Elapsed time: 0.30646s