string-date-controller


Namestring-date-controller JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/nailen1/string_date_controller.git
SummaryA Python module for string date manipulation and formatting
upload_time2025-02-14 06:06:18
maintainerNone
docs_urlNone
authorJune Young Park
requires_python>=3.11
licenseNone
keywords date time formatting manipulation utility
VCS
bugtrack_url
requirements shining_pebbles
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # String Date Controller

A Python module for string date manipulation and formatting operations.

## Features

- Date shifting: Easily shift dates forward or backward
- Date formatting: Convert dates between different formats
- Date cropping: Crop dates to specific time periods
- Date generation: Generate date sequences and ranges

## Installation

```bash
pip install string-date-controller
```

## Usage

```python
from string_date_controller import date_shifter, date_formatter, date_cropper

# Example usage will be added soon
```

## Requirements

- Python >= 3.11
- shining_pebbles

## License

MIT License

## Author

June Young Park (juneyoungpaak@gmail.com)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nailen1/string_date_controller.git",
    "name": "string-date-controller",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "date time formatting manipulation utility",
    "author": "June Young Park",
    "author_email": "juneyoungpaak@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/58/b0/12a26d622803edbe56ac9806d944d703a1248dd227edda94017061ff9e9c/string_date_controller-0.1.0.tar.gz",
    "platform": null,
    "description": "# String Date Controller\n\nA Python module for string date manipulation and formatting operations.\n\n## Features\n\n- Date shifting: Easily shift dates forward or backward\n- Date formatting: Convert dates between different formats\n- Date cropping: Crop dates to specific time periods\n- Date generation: Generate date sequences and ranges\n\n## Installation\n\n```bash\npip install string-date-controller\n```\n\n## Usage\n\n```python\nfrom string_date_controller import date_shifter, date_formatter, date_cropper\n\n# Example usage will be added soon\n```\n\n## Requirements\n\n- Python >= 3.11\n- shining_pebbles\n\n## License\n\nMIT License\n\n## Author\n\nJune Young Park (juneyoungpaak@gmail.com)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python module for string date manipulation and formatting",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/nailen1/string_date_controller.git"
    },
    "split_keywords": [
        "date",
        "time",
        "formatting",
        "manipulation",
        "utility"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0eeafcc2c33863c771fbc7e8f9a51631ed8684b51f0d9f93413fff7fa0f89e62",
                "md5": "12a6936c3d73d359c4aae97c70e7e7cf",
                "sha256": "562d35c3d7638527929d554b84d191a50ea10475ba86cf387fec3cbf814c77f4"
            },
            "downloads": -1,
            "filename": "string_date_controller-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "12a6936c3d73d359c4aae97c70e7e7cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 4443,
            "upload_time": "2025-02-14T06:06:16",
            "upload_time_iso_8601": "2025-02-14T06:06:16.079831Z",
            "url": "https://files.pythonhosted.org/packages/0e/ea/fcc2c33863c771fbc7e8f9a51631ed8684b51f0d9f93413fff7fa0f89e62/string_date_controller-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "58b012a26d622803edbe56ac9806d944d703a1248dd227edda94017061ff9e9c",
                "md5": "267b392eda81d798c6aebb80e4b9868f",
                "sha256": "f694ebc5dfff09a612c655a5978db5f639ca2f6b642940ca239196c3cd278320"
            },
            "downloads": -1,
            "filename": "string_date_controller-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "267b392eda81d798c6aebb80e4b9868f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 3466,
            "upload_time": "2025-02-14T06:06:18",
            "upload_time_iso_8601": "2025-02-14T06:06:18.097149Z",
            "url": "https://files.pythonhosted.org/packages/58/b0/12a26d622803edbe56ac9806d944d703a1248dd227edda94017061ff9e9c/string_date_controller-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 06:06:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nailen1",
    "github_project": "string_date_controller",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "shining_pebbles",
            "specs": []
        }
    ],
    "lcname": "string-date-controller"
}
        
Elapsed time: 1.42147s