limedev


Namelimedev JSON
Version 0.6.1 PyPI version JSON
download
home_pageNone
SummaryToolkit for Python development, especially packaging
upload_time2024-07-17 16:31:27
maintainerNone
docs_urlNone
authorLimespy
requires_python>=3.10
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/limedev.svg)][1]
[![PyPI Wheel](https://img.shields.io/pypi/wheel/limedev.svg)][1]
[![Supported versions](https://img.shields.io/pypi/pyversions/limedev.svg)][1]
[![Supported implementations](https://img.shields.io/pypi/implementation/limedev.svg)][1]

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

LimeDev is collection tools for Python development. These tools are more or less thin wrappers around other packages.

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

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

# Quick start guide

Here's how you can start

## The first steps

### Installing

Install LimeDev with pip

```
pip install limedev
```

### Importing

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

```python
import limedev
```

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

## 0.6.1 2024-07-17 <!-- omit in toc -->

- Running the benchmakable function once in setup to better accompany numba
- Expanding benchmarking prefixes

## 0.6.0 2024-07-17 <!-- omit in toc -->

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

#### Readme toolkit <!-- omit in toc -->

- Readme tool now gives the full pyproject dictionary
- readme make tool allows abbreviation

#### Testing toolkit <!-- omit in toc -->

- Benchmarking tools added

## 0.5.0 2024-07-16 <!-- omit in toc -->

- Updated CLI framework
- Support for python 3.9 dropped
- Support for python 3.13 added

## 0.4.1 2023-11-06 <!-- omit in toc -->

- Fixed configs

## 0.4.0 2023-11-06 <!-- omit in toc -->

- Updated profiling structure
- function_cli
- Python version range moved from 3.9 -3.11 to 3.10-3.12

## 0.3.0 2023-08-27 <!-- omit in toc -->

- Change to testing interface

## 0.2.2 2023-08-27 <!-- omit in toc -->

- Fix to performance test deleting previous performance data

## 0.2.1 2023-08-06 <!-- omit in toc -->

- Performance results dump sorting fix

## 0.2.0 2023-08-06 <!-- omit in toc -->

- Bugfixes
- Cleaner structure
- Reworked readme build

## 0.1.0 2023-05-04 <!-- omit in toc -->

- Initial assembly of the tools

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "limedev",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Limespy",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4b/c6/85a1e2c9501aa8b9af2bf67504132a6069b5b6b315c00a4f9f020a350fce/limedev-0.6.1.tar.gz",
    "platform": null,
    "description": "[![PyPI Package latest release](https://img.shields.io/pypi/v/limedev.svg)][1]\n[![PyPI Wheel](https://img.shields.io/pypi/wheel/limedev.svg)][1]\n[![Supported versions](https://img.shields.io/pypi/pyversions/limedev.svg)][1]\n[![Supported implementations](https://img.shields.io/pypi/implementation/limedev.svg)][1]\n\n# LimeDev <!-- omit in toc -->\n\nLimeDev is collection tools for Python development. These tools are more or less thin wrappers around other packages.\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\n# Quick start guide\n\nHere's how you can start\n\n## The first steps\n\n### Installing\n\nInstall LimeDev with pip\n\n```\npip install limedev\n```\n\n### Importing\n\nImport name is the same as install name, `limedev`.\n\n```python\nimport limedev\n```\n\n# Changelog <!-- omit in toc -->\n\n## 0.6.1 2024-07-17 <!-- omit in toc -->\n\n- Running the benchmakable function once in setup to better accompany numba\n- Expanding benchmarking prefixes\n\n## 0.6.0 2024-07-17 <!-- omit in toc -->\n\n### Features <!-- omit in toc -->\n\n#### Readme toolkit <!-- omit in toc -->\n\n- Readme tool now gives the full pyproject dictionary\n- readme make tool allows abbreviation\n\n#### Testing toolkit <!-- omit in toc -->\n\n- Benchmarking tools added\n\n## 0.5.0 2024-07-16 <!-- omit in toc -->\n\n- Updated CLI framework\n- Support for python 3.9 dropped\n- Support for python 3.13 added\n\n## 0.4.1 2023-11-06 <!-- omit in toc -->\n\n- Fixed configs\n\n## 0.4.0 2023-11-06 <!-- omit in toc -->\n\n- Updated profiling structure\n- function_cli\n- Python version range moved from 3.9 -3.11 to 3.10-3.12\n\n## 0.3.0 2023-08-27 <!-- omit in toc -->\n\n- Change to testing interface\n\n## 0.2.2 2023-08-27 <!-- omit in toc -->\n\n- Fix to performance test deleting previous performance data\n\n## 0.2.1 2023-08-06 <!-- omit in toc -->\n\n- Performance results dump sorting fix\n\n## 0.2.0 2023-08-06 <!-- omit in toc -->\n\n- Bugfixes\n- Cleaner structure\n- Reworked readme build\n\n## 0.1.0 2023-05-04 <!-- omit in toc -->\n\n- Initial assembly of the tools\n\n[1]: <https://pypi.org/project/limedev> \"Project PyPI page\"\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Toolkit for Python development, especially packaging",
    "version": "0.6.1",
    "project_urls": {
        "Changelog": "https://github.com/Limespy/limedev/blob/main/README.md#Changelog",
        "Homepage": "https://github.com/Limespy/limedev",
        "Issue Tracker": "https://github.com/Limespy/limedev/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8e1ed0590c53de41192a52f955e5a3cf5b02875544896149017281e8bea662d",
                "md5": "58f22ad8c2d0a5cb925f49da0518c435",
                "sha256": "141efccbd4daf7607c6a8fc9a386c8b287d033f9128ffc2224ef37a384e9af9d"
            },
            "downloads": -1,
            "filename": "limedev-0.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "58f22ad8c2d0a5cb925f49da0518c435",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 15560,
            "upload_time": "2024-07-17T16:31:26",
            "upload_time_iso_8601": "2024-07-17T16:31:26.352474Z",
            "url": "https://files.pythonhosted.org/packages/c8/e1/ed0590c53de41192a52f955e5a3cf5b02875544896149017281e8bea662d/limedev-0.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4bc685a1e2c9501aa8b9af2bf67504132a6069b5b6b315c00a4f9f020a350fce",
                "md5": "d8e7a788827ba56783550273b87109a6",
                "sha256": "f0c18cd09ec3de2ab1cf5998e244002517d7f5b1c90c2c5aae2bbb855f04770a"
            },
            "downloads": -1,
            "filename": "limedev-0.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d8e7a788827ba56783550273b87109a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 15096,
            "upload_time": "2024-07-17T16:31:27",
            "upload_time_iso_8601": "2024-07-17T16:31:27.586627Z",
            "url": "https://files.pythonhosted.org/packages/4b/c6/85a1e2c9501aa8b9af2bf67504132a6069b5b6b315c00a4f9f020a350fce/limedev-0.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-17 16:31:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Limespy",
    "github_project": "limedev",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "limedev"
}
        
Elapsed time: 0.80339s