# 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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "aws terraform scaffolding",
"author": "Mirror12k",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/2f/0a/7b605e916781bfb6c7f0a9a43cdf6bab816a5c7da41971d84f8e0c7aceb4/stonemill-0.1.8.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.8",
"project_urls": {
"Homepage": "https://github.com/mirror12k/stonemill"
},
"split_keywords": [
"aws",
"terraform",
"scaffolding"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "477e5e71668241da65839da979b026304603cb305dfefba378afe15c8f1011b2",
"md5": "095c822bf07324440e07167b05fe99ff",
"sha256": "66e05007746bf8819fa99406425eff1eb673c4580059176532d59a43b4e6dfda"
},
"downloads": -1,
"filename": "stonemill-0.1.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "095c822bf07324440e07167b05fe99ff",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 38706,
"upload_time": "2024-08-31T19:07:17",
"upload_time_iso_8601": "2024-08-31T19:07:17.777375Z",
"url": "https://files.pythonhosted.org/packages/47/7e/5e71668241da65839da979b026304603cb305dfefba378afe15c8f1011b2/stonemill-0.1.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2f0a7b605e916781bfb6c7f0a9a43cdf6bab816a5c7da41971d84f8e0c7aceb4",
"md5": "05d408da0cabe07ed002ca30143fe967",
"sha256": "cb2ace9efd5f5e8c5f1b58607d4baaaf5764ddf873af78b576ee9832c4837089"
},
"downloads": -1,
"filename": "stonemill-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "05d408da0cabe07ed002ca30143fe967",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38844,
"upload_time": "2024-08-31T19:07:19",
"upload_time_iso_8601": "2024-08-31T19:07:19.152240Z",
"url": "https://files.pythonhosted.org/packages/2f/0a/7b605e916781bfb6c7f0a9a43cdf6bab816a5c7da41971d84f8e0c7aceb4/stonemill-0.1.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-31 19:07:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mirror12k",
"github_project": "stonemill",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "stonemill"
}