## Braket Build Tools
## Installing the Amazon Braket Build Tools
The Amazon Braket Build Tools can be installed with pip as follows:
```bash
pip install amazon-braket-build-tools
```
You can also install from source by cloning this repository and running a pip install command in the root directory of the repository:
```bash
git clone https://github.com/aws/amazon-braket-build-tools.git
cd amazon-braket-build-tools
pip install .
```
### Flake8 Checkstyle Plugin
This tool checks python source code for Braket checkstyle standards as a Flake8 plugin.
Installing amazon-braket-build-tools automatically registers this plugin with flake8 and
will be run by default whenever flake8 is used.
#### Testing The Installation
To test if the extension has been installed run:
```bash
flake8 --enable-extensions=BCS --help
```
At the bottom of the output you should see braket checkstyle among your installed plugins:
```
Installed plugins: braket.flake8_plugins.braket_checkstyle_plugin: 0.1.0
```
#### Running
To run with the extension enabled, just run flake8 on the module of your choice.
For example:
```bash
flake8 --enable-extensions=BCS src
```
## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This project is licensed under the Apache-2.0 License.
Raw data
{
"_id": null,
"home_page": "https://github.com/aws/amazon-braket-build-tools",
"name": "amazon-braket-build-tools",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Amazon AWS Quantum",
"author": "Amazon Web Services",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/3d/8a/c136e74a5d8741f104ed40a0826ddfca77d2a69f8baf69f2a6dd015c9167/amazon_braket_build_tools-0.2.11.post0.tar.gz",
"platform": null,
"description": "## Braket Build Tools\n\n## Installing the Amazon Braket Build Tools\n\nThe Amazon Braket Build Tools can be installed with pip as follows:\n\n```bash\npip install amazon-braket-build-tools\n```\n\nYou can also install from source by cloning this repository and running a pip install command in the root directory of the repository:\n\n```bash\ngit clone https://github.com/aws/amazon-braket-build-tools.git\ncd amazon-braket-build-tools\npip install .\n```\n\n### Flake8 Checkstyle Plugin\n\nThis tool checks python source code for Braket checkstyle standards as a Flake8 plugin.\nInstalling amazon-braket-build-tools automatically registers this plugin with flake8 and\nwill be run by default whenever flake8 is used.\n\n#### Testing The Installation\nTo test if the extension has been installed run:\n```bash\nflake8 --enable-extensions=BCS --help\n```\nAt the bottom of the output you should see braket checkstyle among your installed plugins:\n```\nInstalled plugins: braket.flake8_plugins.braket_checkstyle_plugin: 0.1.0\n```\n\n#### Running\nTo run with the extension enabled, just run flake8 on the module of your choice.\nFor example:\n```bash\nflake8 --enable-extensions=BCS src\n```\n\n\n## Security\n\nSee [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "A set of build tools for Amazon Braket",
"version": "0.2.11.post0",
"project_urls": {
"Homepage": "https://github.com/aws/amazon-braket-build-tools"
},
"split_keywords": [
"amazon",
"aws",
"quantum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b2d321c06d42656b4165c809aa85b58c7ed08474db4e1e8ccdc465f7f37c4fd8",
"md5": "dd771143a7c03c352a9c4eed5c6f0402",
"sha256": "05b08a723d10ccd6d5d69531f7dce8d2e988e3697f504605d6f8b171a895531c"
},
"downloads": -1,
"filename": "amazon_braket_build_tools-0.2.11.post0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dd771143a7c03c352a9c4eed5c6f0402",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 12162,
"upload_time": "2024-09-23T16:03:39",
"upload_time_iso_8601": "2024-09-23T16:03:39.807797Z",
"url": "https://files.pythonhosted.org/packages/b2/d3/21c06d42656b4165c809aa85b58c7ed08474db4e1e8ccdc465f7f37c4fd8/amazon_braket_build_tools-0.2.11.post0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3d8ac136e74a5d8741f104ed40a0826ddfca77d2a69f8baf69f2a6dd015c9167",
"md5": "c320ccb0d63bd4088d84b0f784ae500e",
"sha256": "9da95ec79e6ca622c8d98aae8761540ad14327b23aa185ddf84c838c6c01d7b6"
},
"downloads": -1,
"filename": "amazon_braket_build_tools-0.2.11.post0.tar.gz",
"has_sig": false,
"md5_digest": "c320ccb0d63bd4088d84b0f784ae500e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 11143,
"upload_time": "2024-09-23T16:03:41",
"upload_time_iso_8601": "2024-09-23T16:03:41.261587Z",
"url": "https://files.pythonhosted.org/packages/3d/8a/c136e74a5d8741f104ed40a0826ddfca77d2a69f8baf69f2a6dd015c9167/amazon_braket_build_tools-0.2.11.post0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-23 16:03:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aws",
"github_project": "amazon-braket-build-tools",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "amazon-braket-build-tools"
}