inventree


Nameinventree JSON
Version 0.13.4 PyPI version JSON
download
home_pagehttps://github.com/inventree/inventree-python/
SummaryPython interface for InvenTree inventory management system
upload_time2024-04-30 00:25:13
maintainerNone
docs_urlNone
authorOliver Walters
requires_python>=3.8
licenseMIT
keywords bom bill of materials stock inventory management barcode
VCS
bugtrack_url
requirements requests flake8 wheel invoke coverage coveralls Pillow
Travis-CI No Travis.
coveralls test coverage
            [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI](https://img.shields.io/pypi/v/inventree)](https://pypi.org/project/inventree/)
![Build Status](https://github.com/inventree/inventree-python/actions/workflows/ci.yaml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/inventree/inventree-python/badge.svg)](https://coveralls.io/github/inventree/inventree-python)
![PEP](https://github.com/inventree/inventree-python/actions/workflows/pep.yaml/badge.svg)

## InvenTree Python Interface

Python library for communication with the [InvenTree parts management system](https:///github.com/inventree/inventree) using the integrated REST API.

This library provides a class-based interface for interacting with the database. Each database table is represented as a class object which provides features analogous to the REST CRUD endpoints (Create, Retrieve, Update, Destroy).

## Installation

The InvenTree python library can be easily installed using PIP:

```
pip install inventree
```

## Documentation

Refer to the [InvenTree documentation](https://docs.inventree.org/en/latest/api/python/python/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inventree/inventree-python/",
    "name": "inventree",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "bom, bill of materials, stock, inventory, management, barcode",
    "author": "Oliver Walters",
    "author_email": "oliver.henry.walters@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/5b/03dd5542968ba4f5e97383f2aa209c9d228b398213a888fbeefa8b4d97f9/inventree-0.13.4.tar.gz",
    "platform": null,
    "description": "[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PyPI](https://img.shields.io/pypi/v/inventree)](https://pypi.org/project/inventree/)\n![Build Status](https://github.com/inventree/inventree-python/actions/workflows/ci.yaml/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/inventree/inventree-python/badge.svg)](https://coveralls.io/github/inventree/inventree-python)\n![PEP](https://github.com/inventree/inventree-python/actions/workflows/pep.yaml/badge.svg)\n\n## InvenTree Python Interface\n\nPython library for communication with the [InvenTree parts management system](https:///github.com/inventree/inventree) using the integrated REST API.\n\nThis library provides a class-based interface for interacting with the database. Each database table is represented as a class object which provides features analogous to the REST CRUD endpoints (Create, Retrieve, Update, Destroy).\n\n## Installation\n\nThe InvenTree python library can be easily installed using PIP:\n\n```\npip install inventree\n```\n\n## Documentation\n\nRefer to the [InvenTree documentation](https://docs.inventree.org/en/latest/api/python/python/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python interface for InvenTree inventory management system",
    "version": "0.13.4",
    "project_urls": {
        "Homepage": "https://github.com/inventree/inventree-python/"
    },
    "split_keywords": [
        "bom",
        " bill of materials",
        " stock",
        " inventory",
        " management",
        " barcode"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cea4dbfe921c5491e806f3048f46cef516b0575423dc54fbab44847c57b1997",
                "md5": "09e6142490b37950638b871bebe24dbf",
                "sha256": "e821173932282ca185b9bc54cc29c666f831b3174a37cbff85cbaccdda9576e7"
            },
            "downloads": -1,
            "filename": "inventree-0.13.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09e6142490b37950638b871bebe24dbf",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 30584,
            "upload_time": "2024-04-30T00:25:11",
            "upload_time_iso_8601": "2024-04-30T00:25:11.879351Z",
            "url": "https://files.pythonhosted.org/packages/0c/ea/4dbfe921c5491e806f3048f46cef516b0575423dc54fbab44847c57b1997/inventree-0.13.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e15b03dd5542968ba4f5e97383f2aa209c9d228b398213a888fbeefa8b4d97f9",
                "md5": "c041bb7d815ec56c7707e780bd845cda",
                "sha256": "09cbbfbd7a4729d2614b6a5d2c12fe82b7a61cfa8db4bb13f3b9dff71dd6cfb5"
            },
            "downloads": -1,
            "filename": "inventree-0.13.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c041bb7d815ec56c7707e780bd845cda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 44645,
            "upload_time": "2024-04-30T00:25:13",
            "upload_time_iso_8601": "2024-04-30T00:25:13.857221Z",
            "url": "https://files.pythonhosted.org/packages/e1/5b/03dd5542968ba4f5e97383f2aa209c9d228b398213a888fbeefa8b4d97f9/inventree-0.13.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 00:25:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inventree",
    "github_project": "inventree-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.21.0"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    "==",
                    "3.8.4"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    ">=",
                    "0.34.2"
                ]
            ]
        },
        {
            "name": "invoke",
            "specs": [
                [
                    ">=",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    ">=",
                    "6.4.1"
                ]
            ]
        },
        {
            "name": "coveralls",
            "specs": [
                [
                    ">=",
                    "3.3.1"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    ">=",
                    "9.1.1"
                ]
            ]
        }
    ],
    "lcname": "inventree"
}
        
Elapsed time: 0.38323s