damply


Namedamply JSON
Version 0.7.1 PyPI version JSON
download
home_pageNone
SummaryA Quick Tool For Sorting Dicom Files
upload_time2024-07-31 16:33:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords damply package pixi python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # damply

[![codecov](https://codecov.io/gh/jjjermiah/damply/graph/badge.svg?token=tCcajRIGz9)](https://codecov.io/gh/jjjermiah/damply)
[![CI-CD](https://github.com/jjjermiah/damply/actions/workflows/main.yaml/badge.svg)](https://github.com/jjjermiah/damply/actions/workflows/main.yaml)
[![CodeFactor](https://www.codefactor.io/repository/github/jjjermiah/damply/badge)](https://www.codefactor.io/repository/github/jjjermiah/damply)

[![pixi-badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json&style=flat-square)](https://github.com/prefix-dev/pixi)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&style=flat-square)](https://github.com/pre-commit/pre-commit)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square)](https://github.com/astral-sh/ruff)
[![Built with Material for MkDocs](https://img.shields.io/badge/mkdocs--material-gray?logo=materialformkdocs&style=flat-square)](https://github.com/squidfunk/mkdocs-material)

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/damply)](https://pypi.org/project/damply/)
[![PyPI - Version](https://img.shields.io/pypi/v/damply)](https://pypi.org/project/damply/)
[![PyPI - Format](https://img.shields.io/pypi/format/damply)](https://pypi.org/project/damply/)
[![Downloads](https://static.pepy.tech/badge/damply)](https://pepy.tech/project/damply)

## Overview


DaMPly (Data Management Plan) is a Python module designed to streamline the process of managing and packaging directories. 

This tool is particularly useful for archiving project directories while leaving behind a README file to provide context and instructions for future users.

## Features

View a project's `README`, with emphasized fields that follow the Data Management Plan (DMP) guidelines.
![img](assets/screenshot.png)

TODO
- [ ] README Check: Verifies the presence of a README file in the specified directory.
- [ ] User Interaction: Prompts the user for necessary information to enhance the archiving process.
- [ ] Directory Compression: Compresses all files and sub


## Development

This project uses [`pixi`](pixi.sh) for managing the development environment.
A set of convenient `tasks` are defined in the `pyproject.toml` file to streamline the development process.

The `build` feature contains the following tasks:

- `build`: Builds the package.
- `publish-pypi`: Publishes the package to the main PYPI repository.
- `publish-test`: Publishes the package to the TEST-PYPI repository.
  
For more details, view the [devnotes on pixi + hatch](devnotes/pixi-hatch-build.md).
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "damply",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Jermiah Joseph <jermiahjoseph98@gmail.com>",
    "keywords": "damply, package, pixi, python",
    "author": null,
    "author_email": "Jermiah Joseph <jermiahjoseph98@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/69/ed/0da85d688f6745908032435574838a926764667f0d253e987b0b0e2793ca/damply-0.7.1.tar.gz",
    "platform": null,
    "description": "# damply\n\n[![codecov](https://codecov.io/gh/jjjermiah/damply/graph/badge.svg?token=tCcajRIGz9)](https://codecov.io/gh/jjjermiah/damply)\n[![CI-CD](https://github.com/jjjermiah/damply/actions/workflows/main.yaml/badge.svg)](https://github.com/jjjermiah/damply/actions/workflows/main.yaml)\n[![CodeFactor](https://www.codefactor.io/repository/github/jjjermiah/damply/badge)](https://www.codefactor.io/repository/github/jjjermiah/damply)\n\n[![pixi-badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json&style=flat-square)](https://github.com/prefix-dev/pixi)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&style=flat-square)](https://github.com/pre-commit/pre-commit)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square)](https://github.com/astral-sh/ruff)\n[![Built with Material for MkDocs](https://img.shields.io/badge/mkdocs--material-gray?logo=materialformkdocs&style=flat-square)](https://github.com/squidfunk/mkdocs-material)\n\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/damply)](https://pypi.org/project/damply/)\n[![PyPI - Version](https://img.shields.io/pypi/v/damply)](https://pypi.org/project/damply/)\n[![PyPI - Format](https://img.shields.io/pypi/format/damply)](https://pypi.org/project/damply/)\n[![Downloads](https://static.pepy.tech/badge/damply)](https://pepy.tech/project/damply)\n\n## Overview\n\n\nDaMPly (Data Management Plan) is a Python module designed to streamline the process of managing and packaging directories. \n\nThis tool is particularly useful for archiving project directories while leaving behind a README file to provide context and instructions for future users.\n\n## Features\n\nView a project's `README`, with emphasized fields that follow the Data Management Plan (DMP) guidelines.\n![img](assets/screenshot.png)\n\nTODO\n- [ ] README Check: Verifies the presence of a README file in the specified directory.\n- [ ] User Interaction: Prompts the user for necessary information to enhance the archiving process.\n- [ ] Directory Compression: Compresses all files and sub\n\n\n## Development\n\nThis project uses [`pixi`](pixi.sh) for managing the development environment.\nA set of convenient `tasks` are defined in the `pyproject.toml` file to streamline the development process.\n\nThe `build` feature contains the following tasks:\n\n- `build`: Builds the package.\n- `publish-pypi`: Publishes the package to the main PYPI repository.\n- `publish-test`: Publishes the package to the TEST-PYPI repository.\n  \nFor more details, view the [devnotes on pixi + hatch](devnotes/pixi-hatch-build.md).",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Quick Tool For Sorting Dicom Files",
    "version": "0.7.1",
    "project_urls": {
        "changelog": "https://github.com/jjjermiah/damply/blob/main/docs/CHANGELOG.md",
        "documentation": "https://jjjermiah.github.io/damply/",
        "homepage": "https://github.com/jjjermiah/damply",
        "issues": "https://github.com/jjjermiah/damply/issues",
        "repository": "https://github.com/jjjermiah/damply"
    },
    "split_keywords": [
        "damply",
        " package",
        " pixi",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc7846d4c6c8c894537ba3089b1a40a9ac397ddaa9a40f75fea320b2ef1989cd",
                "md5": "88e6c8cbf26efe6d4452835b71f11685",
                "sha256": "c029e91717e90c777195cf4411c40687601ec565807873223d3ba20ea0eb22b2"
            },
            "downloads": -1,
            "filename": "damply-0.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88e6c8cbf26efe6d4452835b71f11685",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 10505,
            "upload_time": "2024-07-31T16:34:04",
            "upload_time_iso_8601": "2024-07-31T16:34:04.867848Z",
            "url": "https://files.pythonhosted.org/packages/bc/78/46d4c6c8c894537ba3089b1a40a9ac397ddaa9a40f75fea320b2ef1989cd/damply-0.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "69ed0da85d688f6745908032435574838a926764667f0d253e987b0b0e2793ca",
                "md5": "cc7dd5b637470e084747ba6e9c4dfb99",
                "sha256": "963a9670803997d92b288e3d0490f4c4700c489dfd89a1d857b71731d0b4dbb5"
            },
            "downloads": -1,
            "filename": "damply-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cc7dd5b637470e084747ba6e9c4dfb99",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 241287,
            "upload_time": "2024-07-31T16:33:59",
            "upload_time_iso_8601": "2024-07-31T16:33:59.221296Z",
            "url": "https://files.pythonhosted.org/packages/69/ed/0da85d688f6745908032435574838a926764667f0d253e987b0b0e2793ca/damply-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-31 16:33:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jjjermiah",
    "github_project": "damply",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "damply"
}
        
Elapsed time: 4.03636s