pulumiverse-time


Namepulumiverse-time JSON
Version 0.0.17 PyPI version JSON
download
home_pagehttps://github.com/pulumiverse/pulumi-time
SummaryA Pulumi package for creating and managing Time resources
upload_time2024-03-22 16:44:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi time category/utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Time Resource Provider

The Time Resource Provider lets you manage [time](https://www.pulumi.com/registry/packages/time/) resources.

## Installing

This package is available for several languages/platforms:

### Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```bash
npm install @pulumiverse/time
```

or `yarn`:

```bash
yarn add @pulumiverse/time
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumiverse_time
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/pulumiverse/pulumi-time/sdk/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package Pulumiverse.Time
```

## Configuration

The Time provider does not need any additional configuration.

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/time/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pulumiverse/pulumi-time",
    "name": "pulumiverse-time",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi time category/utility",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/6c/b9/662f5bda2d4906026d0a385bca4ce8c32dbcee9315c83abef65ef8410503/pulumiverse_time-0.0.17.tar.gz",
    "platform": null,
    "description": "# Time Resource Provider\n\nThe Time Resource Provider lets you manage [time](https://www.pulumi.com/registry/packages/time/) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumiverse/time\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/time\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumiverse_time\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumiverse/pulumi-time/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Time\n```\n\n## Configuration\n\nThe Time provider does not need any additional configuration.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/time/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Time resources",
    "version": "0.0.17",
    "project_urls": {
        "Homepage": "https://github.com/pulumiverse/pulumi-time",
        "Repository": "https://github.com/pulumiverse/pulumi-time"
    },
    "split_keywords": [
        "pulumi",
        "time",
        "category/utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cb9662f5bda2d4906026d0a385bca4ce8c32dbcee9315c83abef65ef8410503",
                "md5": "a0795c658ffec3efca396ca7ad8344eb",
                "sha256": "b684e23d763178c1a57708986c367f8019a8c6413cf2b4fc3956f40d78fc158f"
            },
            "downloads": -1,
            "filename": "pulumiverse_time-0.0.17.tar.gz",
            "has_sig": false,
            "md5_digest": "a0795c658ffec3efca396ca7ad8344eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15146,
            "upload_time": "2024-03-22T16:44:27",
            "upload_time_iso_8601": "2024-03-22T16:44:27.002125Z",
            "url": "https://files.pythonhosted.org/packages/6c/b9/662f5bda2d4906026d0a385bca4ce8c32dbcee9315c83abef65ef8410503/pulumiverse_time-0.0.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 16:44:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumiverse",
    "github_project": "pulumi-time",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumiverse-time"
}
        
Elapsed time: 0.20630s