limeinstall


Namelimeinstall JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryRepository installation tool
upload_time2024-12-18 14:33:07
maintainerNone
docs_urlNone
authorLimespy
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI Package latest release](https://img.shields.io/pypi/v/limeinstall.svg)][1]
[![PyPI Wheel](https://img.shields.io/pypi/wheel/limeinstall.svg)][1]
[![Supported versions](https://img.shields.io/pypi/pyversions/limeinstall.svg)][1]
[![Supported implementations](https://img.shields.io/pypi/implementation/limeinstall.svg)][1]

# LimeInstall <!-- omit in toc -->

LimeInstall is a tool for more complex installation combining installation from pyproject, requirements and editable repositories.

## Table of Contents <!-- omit in toc -->

- [Quick start guide](#quick-start-guide)
    - [The first steps](#the-first-steps)
        - [Installing](#installing)
        - [Importing](#importing)
        - [Example](#example)

# Quick start guide

Here's how you can start

## The first steps

### Installing

Install LimeInstall with pip

```
pip install limeinstall
```

### Importing

Import name is the same as install name, `limeinstall`.

```python
import limeinstall
```

Since the package is accessed often,  abbreviation `li` is used. The abbreviation is used throughout this document.

```python
import limeinstall as li
```

### Example

```python
import limeinstall as li

```

# Changelog <!-- omit in toc -->

## 0.0.1 2024-12-18 <!-- omit in toc -->

Initial release

[1]: <https://pypi.org/project/limeinstall> "Project PyPI page"

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "limeinstall",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Limespy",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1d/a8/cd3eef7389dd7bcb5c62cf59151ea9350f4a4215d7b62e58e1ff9d64699b/limeinstall-0.0.1.tar.gz",
    "platform": null,
    "description": "[![PyPI Package latest release](https://img.shields.io/pypi/v/limeinstall.svg)][1]\n[![PyPI Wheel](https://img.shields.io/pypi/wheel/limeinstall.svg)][1]\n[![Supported versions](https://img.shields.io/pypi/pyversions/limeinstall.svg)][1]\n[![Supported implementations](https://img.shields.io/pypi/implementation/limeinstall.svg)][1]\n\n# LimeInstall <!-- omit in toc -->\n\nLimeInstall is a tool for more complex installation combining installation from pyproject, requirements and editable repositories.\n\n## Table of Contents <!-- omit in toc -->\n\n- [Quick start guide](#quick-start-guide)\n    - [The first steps](#the-first-steps)\n        - [Installing](#installing)\n        - [Importing](#importing)\n        - [Example](#example)\n\n# Quick start guide\n\nHere's how you can start\n\n## The first steps\n\n### Installing\n\nInstall LimeInstall with pip\n\n```\npip install limeinstall\n```\n\n### Importing\n\nImport name is the same as install name, `limeinstall`.\n\n```python\nimport limeinstall\n```\n\nSince the package is accessed often,  abbreviation `li` is used. The abbreviation is used throughout this document.\n\n```python\nimport limeinstall as li\n```\n\n### Example\n\n```python\nimport limeinstall as li\n\n```\n\n# Changelog <!-- omit in toc -->\n\n## 0.0.1 2024-12-18 <!-- omit in toc -->\n\nInitial release\n\n[1]: <https://pypi.org/project/limeinstall> \"Project PyPI page\"\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Repository installation tool",
    "version": "0.0.1",
    "project_urls": {
        "Changelog": "https://github.com/Limespy/Limeinstaller/blob/main/README.md#Changelog",
        "Homepage": "https://github.com/Limespy/Limeinstaller",
        "Issue Tracker": "https://github.com/Limespy/Limeinstaller/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "585d08d725424a82b751f10d115f28fafa077d01947f7cc8f69c6a8e3272573e",
                "md5": "6cb6b3f028d03e3eef3f03cbc8dcbdad",
                "sha256": "3db010907137effbdb0f3e0a99532b5b5c3b157475146898aec4b686d2b5fbb2"
            },
            "downloads": -1,
            "filename": "limeinstall-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6cb6b3f028d03e3eef3f03cbc8dcbdad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6157,
            "upload_time": "2024-12-18T14:33:05",
            "upload_time_iso_8601": "2024-12-18T14:33:05.980772Z",
            "url": "https://files.pythonhosted.org/packages/58/5d/08d725424a82b751f10d115f28fafa077d01947f7cc8f69c6a8e3272573e/limeinstall-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1da8cd3eef7389dd7bcb5c62cf59151ea9350f4a4215d7b62e58e1ff9d64699b",
                "md5": "1733de078b457ea0e3fc65b47eff2e2a",
                "sha256": "51b50264ce3d4f249b6b2a8354169ea2ab797e4cd95e6fdc114a18d760c74c70"
            },
            "downloads": -1,
            "filename": "limeinstall-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1733de078b457ea0e3fc65b47eff2e2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 6687,
            "upload_time": "2024-12-18T14:33:07",
            "upload_time_iso_8601": "2024-12-18T14:33:07.093976Z",
            "url": "https://files.pythonhosted.org/packages/1d/a8/cd3eef7389dd7bcb5c62cf59151ea9350f4a4215d7b62e58e1ff9d64699b/limeinstall-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 14:33:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Limespy",
    "github_project": "Limeinstaller",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "limeinstall"
}
        
Elapsed time: 0.56779s