## 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/0c/8a/ca0a3dcdb2d766b57747612c1d6854ea8a8ca68288d1171a663ca68824cd/amazon_braket_build_tools-0.2.12.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.12",
"project_urls": {
"Homepage": "https://github.com/aws/amazon-braket-build-tools"
},
"split_keywords": [
"amazon",
"aws",
"quantum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d4255d8bfcc63d9a20176439e4bfb6db8fff092ae67a5449a12443661951b5a6",
"md5": "b5d7e9c863622d5d9fea03e43f3dd228",
"sha256": "f3a79ea18db111b8123d686831b914aad839e8ec783dbac60c521b2a1878b43b"
},
"downloads": -1,
"filename": "amazon_braket_build_tools-0.2.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b5d7e9c863622d5d9fea03e43f3dd228",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 12061,
"upload_time": "2024-11-25T16:03:34",
"upload_time_iso_8601": "2024-11-25T16:03:34.410111Z",
"url": "https://files.pythonhosted.org/packages/d4/25/5d8bfcc63d9a20176439e4bfb6db8fff092ae67a5449a12443661951b5a6/amazon_braket_build_tools-0.2.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0c8aca0a3dcdb2d766b57747612c1d6854ea8a8ca68288d1171a663ca68824cd",
"md5": "3d895d1d857bd56b87b4ca1d8520e072",
"sha256": "291e0fd361e186053ffbbf9c46796acba12bb1e1136ee860c2749517e5b7c5d7"
},
"downloads": -1,
"filename": "amazon_braket_build_tools-0.2.12.tar.gz",
"has_sig": false,
"md5_digest": "3d895d1d857bd56b87b4ca1d8520e072",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 11126,
"upload_time": "2024-11-25T16:03:35",
"upload_time_iso_8601": "2024-11-25T16:03:35.336568Z",
"url": "https://files.pythonhosted.org/packages/0c/8a/ca0a3dcdb2d766b57747612c1d6854ea8a8ca68288d1171a663ca68824cd/amazon_braket_build_tools-0.2.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-25 16:03:35",
"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"
}