stonemill


Namestonemill JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/mirror12k/stonemill
SummaryA terraform scaffolding tool
upload_time2024-02-03 21:48:08
maintainer
docs_urlNone
authorMirror12k
requires_python
licenseMIT
keywords aws terraform scaffolding
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Stonemill

Stonemill is a command-line tool designed to scaffold AWS infrastructure using Terraform. It streamlines the process of setting up various AWS services such as Lambda functions, EC2 servers, S3 buckets, DynamoDB tables, and more. The tool generates the necessary Terraform files to get your infrastructure up and running quickly.

## Installation

To install Stonemill, you will need to have Python installed on your system. You can install Stonemill using pip:

```sh
pip install stonemill
```

Alternatively, you can clone the repository and install it manually:

```sh
git clone https://github.com/mirror12k/stonemill.git
cd stonemill
pip install .
```

## Usage

Once installed, you can run Stonemill commands directly from the command line. For example, to create a basic Terraform configuration for an AWS infrastructure:

```sh
stonemill --infra-base mycompany myproject
```

To scaffold an AWS Lambda function:

```sh
stonemill --lambda-function my_lambda
```

For more detailed usage instructions, run:

```sh
stonemill --help
```

## Contributing

Contributions are welcome! If you have ideas for improvements or have found a bug, feel free to open an issue or submit a pull request. Please ensure that your code adheres to the project's style and conventions.

## License

Stonemill is open-sourced software licensed under the [MIT license](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mirror12k/stonemill",
    "name": "stonemill",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "aws terraform scaffolding",
    "author": "Mirror12k",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ad/60/66e192d092a7268d16099e4b2939481db7b22e5c4670b29039edc2cd2192/stonemill-0.1.1.tar.gz",
    "platform": null,
    "description": "# Stonemill\n\nStonemill is a command-line tool designed to scaffold AWS infrastructure using Terraform. It streamlines the process of setting up various AWS services such as Lambda functions, EC2 servers, S3 buckets, DynamoDB tables, and more. The tool generates the necessary Terraform files to get your infrastructure up and running quickly.\n\n## Installation\n\nTo install Stonemill, you will need to have Python installed on your system. You can install Stonemill using pip:\n\n```sh\npip install stonemill\n```\n\nAlternatively, you can clone the repository and install it manually:\n\n```sh\ngit clone https://github.com/mirror12k/stonemill.git\ncd stonemill\npip install .\n```\n\n## Usage\n\nOnce installed, you can run Stonemill commands directly from the command line. For example, to create a basic Terraform configuration for an AWS infrastructure:\n\n```sh\nstonemill --infra-base mycompany myproject\n```\n\nTo scaffold an AWS Lambda function:\n\n```sh\nstonemill --lambda-function my_lambda\n```\n\nFor more detailed usage instructions, run:\n\n```sh\nstonemill --help\n```\n\n## Contributing\n\nContributions are welcome! If you have ideas for improvements or have found a bug, feel free to open an issue or submit a pull request. Please ensure that your code adheres to the project's style and conventions.\n\n## License\n\nStonemill is open-sourced software licensed under the [MIT license](LICENSE).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A terraform scaffolding tool",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/mirror12k/stonemill"
    },
    "split_keywords": [
        "aws",
        "terraform",
        "scaffolding"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2246c4d63d688e7b4b5656c94619407edae599c9148001b2c4fa967fb55369c7",
                "md5": "30b0e7f32fcbe3e89b038563d18d9e65",
                "sha256": "5bea42e622b01519e397370a6ed3c63ba4f7c61f65880607ad7ff1c0d8e8402c"
            },
            "downloads": -1,
            "filename": "stonemill-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30b0e7f32fcbe3e89b038563d18d9e65",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 33426,
            "upload_time": "2024-02-03T21:48:07",
            "upload_time_iso_8601": "2024-02-03T21:48:07.301948Z",
            "url": "https://files.pythonhosted.org/packages/22/46/c4d63d688e7b4b5656c94619407edae599c9148001b2c4fa967fb55369c7/stonemill-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad6066e192d092a7268d16099e4b2939481db7b22e5c4670b29039edc2cd2192",
                "md5": "712affbd1fac22e3df88b858422c5057",
                "sha256": "0f315525ee685363da5f2013449aa3b043b13cc458610f39e4723ea06c38849a"
            },
            "downloads": -1,
            "filename": "stonemill-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "712affbd1fac22e3df88b858422c5057",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 33627,
            "upload_time": "2024-02-03T21:48:08",
            "upload_time_iso_8601": "2024-02-03T21:48:08.683827Z",
            "url": "https://files.pythonhosted.org/packages/ad/60/66e192d092a7268d16099e4b2939481db7b22e5c4670b29039edc2cd2192/stonemill-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-03 21:48:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mirror12k",
    "github_project": "stonemill",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "stonemill"
}
        
Elapsed time: 0.16609s