seqconf


Nameseqconf JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summarya toolset for sequencing of configuration
upload_time2023-11-20 15:20:01
maintainer
docs_urlNone
authorDeutsche Telekom IT GmbH
requires_python
licenseApache Software License (Apache 2.0)
keywords python sequencing configuration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SeqConf

## introduction

This module is used for the sequencing of configuration. You can implement existing task or you can implement new ones.
## Installation

```bash
python -m pip install seqconf
```

## Examples

### Input Configuration
    ...

### Custom Task
    ...

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "seqconf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,sequencing,configuration",
    "author": "Deutsche Telekom IT GmbH",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/33/cf/da71fb8f1b1fa0c055424c7a310c7f7478d5caa2d4e7769d5521b17ce342/seqconf-0.1.0.tar.gz",
    "platform": null,
    "description": "# SeqConf\n\n## introduction\n\nThis module is used for the sequencing of configuration. You can implement existing task or you can implement new ones.\n## Installation\n\n```bash\npython -m pip install seqconf\n```\n\n## Examples\n\n### Input Configuration\n    ...\n\n### Custom Task\n    ...\n",
    "bugtrack_url": null,
    "license": "Apache Software License (Apache 2.0)",
    "summary": "a toolset for sequencing of configuration",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "python",
        "sequencing",
        "configuration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7254b36be97bc118db3fdd68ffc0e38c0edcc870ae5432006b7b6f7c0c8c6d2d",
                "md5": "c094d7443ffea15a8d89fea37a924299",
                "sha256": "b188db4d4aca3b62656186c7691daf6066729cb93c8dad1d3c6662c9eb52ca3f"
            },
            "downloads": -1,
            "filename": "seqconf-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c094d7443ffea15a8d89fea37a924299",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10124,
            "upload_time": "2023-11-20T15:19:59",
            "upload_time_iso_8601": "2023-11-20T15:19:59.183487Z",
            "url": "https://files.pythonhosted.org/packages/72/54/b36be97bc118db3fdd68ffc0e38c0edcc870ae5432006b7b6f7c0c8c6d2d/seqconf-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33cfda71fb8f1b1fa0c055424c7a310c7f7478d5caa2d4e7769d5521b17ce342",
                "md5": "282555bda59068d2d0fa2e66dd156105",
                "sha256": "0a66b8f6eca5ca0da0191e6215f983e890ce58b8cc712167eafab4cb7c6d868c"
            },
            "downloads": -1,
            "filename": "seqconf-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "282555bda59068d2d0fa2e66dd156105",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9645,
            "upload_time": "2023-11-20T15:20:01",
            "upload_time_iso_8601": "2023-11-20T15:20:01.000652Z",
            "url": "https://files.pythonhosted.org/packages/33/cf/da71fb8f1b1fa0c055424c7a310c7f7478d5caa2d4e7769d5521b17ce342/seqconf-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-20 15:20:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "seqconf"
}
        
Elapsed time: 0.14334s