pyutils-basstal


Namepyutils-basstal JSON
Version 0.4.6 PyPI version JSON
download
home_pagehttps://github.com/basstal/pyutils
Summaryself used py utils
upload_time2023-12-08 08:09:33
maintainer
docs_urlNone
authorbasstal
requires_python>=3.7, <4
license
keywords utils development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Description

This package contains self-used utils and 3rd-party source files that can be called from other python modules.

# Install

```
python3 setup.py install
```

# Files & Functions

- fsext : file system extension, include search, copy files with filter.
- executor : subprocess extension, including setup windows env, use git-bash as executor, and more.
- templite : customized [3rd-party](https://pypi.org/project/templite/) template coding module.
- autoupgrade : auto-upgrade package use pip, check if remote has a later version of that package.

# TODO

- [ ] more testcase.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/basstal/pyutils",
    "name": "pyutils-basstal",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <4",
    "maintainer_email": "",
    "keywords": "utils,development",
    "author": "basstal",
    "author_email": "330475004@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/da/85/2fd1b7ab702b0e85e86b37d227f156e4bec451eef93487739f8ed41b85ab/pyutils_basstal-0.4.6.tar.gz",
    "platform": null,
    "description": "# Description\r\n\r\nThis package contains self-used utils and 3rd-party source files that can be called from other python modules.\r\n\r\n# Install\r\n\r\n```\r\npython3 setup.py install\r\n```\r\n\r\n# Files & Functions\r\n\r\n- fsext : file system extension, include search, copy files with filter.\r\n- executor : subprocess extension, including setup windows env, use git-bash as executor, and more.\r\n- templite : customized [3rd-party](https://pypi.org/project/templite/) template coding module.\r\n- autoupgrade : auto-upgrade package use pip, check if remote has a later version of that package.\r\n\r\n# TODO\r\n\r\n- [ ] more testcase.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "self used py utils",
    "version": "0.4.6",
    "project_urls": {
        "Homepage": "https://github.com/basstal/pyutils"
    },
    "split_keywords": [
        "utils",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da852fd1b7ab702b0e85e86b37d227f156e4bec451eef93487739f8ed41b85ab",
                "md5": "65a3835ed0a6eeafde40ba3367632b43",
                "sha256": "0bd10c10f744046b5b947525aa7cb62c07513c3f746c7bffead32aa56a954d45"
            },
            "downloads": -1,
            "filename": "pyutils_basstal-0.4.6.tar.gz",
            "has_sig": false,
            "md5_digest": "65a3835ed0a6eeafde40ba3367632b43",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <4",
            "size": 22177,
            "upload_time": "2023-12-08T08:09:33",
            "upload_time_iso_8601": "2023-12-08T08:09:33.909892Z",
            "url": "https://files.pythonhosted.org/packages/da/85/2fd1b7ab702b0e85e86b37d227f156e4bec451eef93487739f8ed41b85ab/pyutils_basstal-0.4.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-08 08:09:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "basstal",
    "github_project": "pyutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyutils-basstal"
}
        
Elapsed time: 0.49847s