trash-collector


Nametrash-collector JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryPython cli to easily help clean old folders and free up disk space.
upload_time2024-02-21 15:19:25
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords cleaner cleanup disk space garbage garbage collector trash trash collector
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # trash_collector

Python cli to easily help clean old folders and free up disk space.

## Develop

Setup a venv, activate it and install the requirements

```bash
py -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

## Testing

Run the tests

```bash
py -m pytest tests
```

## Build

`py -m pip install --upgrade build`
`py -m build`

## Build to test

`pip install .`



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "trash-collector",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "cleaner,cleanup,disk space,garbage,garbage collector,trash,trash collector",
    "author": "",
    "author_email": "\"Notenlish (Ihsan Carkci)\" <notenlish@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/74/0d/ab1e5343383999fad5a4c308553cf18e404639e200bc30e097cee90e06ad/trash_collector-0.0.2.tar.gz",
    "platform": null,
    "description": "# trash_collector\n\nPython cli to easily help clean old folders and free up disk space.\n\n## Develop\n\nSetup a venv, activate it and install the requirements\n\n```bash\npy -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n## Testing\n\nRun the tests\n\n```bash\npy -m pytest tests\n```\n\n## Build\n\n`py -m pip install --upgrade build`\n`py -m build`\n\n## Build to test\n\n`pip install .`\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python cli to easily help clean old folders and free up disk space.",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "cleaner",
        "cleanup",
        "disk space",
        "garbage",
        "garbage collector",
        "trash",
        "trash collector"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cddaaa89fa74fabfa12fb3aa876c6b359d4481c8ac86166db4da295dd59caf75",
                "md5": "f51d617fdc99341bc890ad047f0669c3",
                "sha256": "e288e387f150ec1924caee0d65a0696f711a684b52fea2aeea0aca256e06462e"
            },
            "downloads": -1,
            "filename": "trash_collector-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f51d617fdc99341bc890ad047f0669c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6041,
            "upload_time": "2024-02-21T15:19:23",
            "upload_time_iso_8601": "2024-02-21T15:19:23.036012Z",
            "url": "https://files.pythonhosted.org/packages/cd/da/aa89fa74fabfa12fb3aa876c6b359d4481c8ac86166db4da295dd59caf75/trash_collector-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "740dab1e5343383999fad5a4c308553cf18e404639e200bc30e097cee90e06ad",
                "md5": "d7390f2a0a01207155c4795957e3ff29",
                "sha256": "961d1ea65473e5b4f8f67de02db878e9123b5c0a65d89a45da5b9f078be5c9f9"
            },
            "downloads": -1,
            "filename": "trash_collector-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d7390f2a0a01207155c4795957e3ff29",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6084,
            "upload_time": "2024-02-21T15:19:25",
            "upload_time_iso_8601": "2024-02-21T15:19:25.390270Z",
            "url": "https://files.pythonhosted.org/packages/74/0d/ab1e5343383999fad5a4c308553cf18e404639e200bc30e097cee90e06ad/trash_collector-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 15:19:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trash-collector"
}
        
Elapsed time: 0.23979s