# pybracket
Add brackets and good semicolons to Python
## Installation
### From PyPI
#### On Linux
```sh
sudo pip3 install pybracket
```
#### On Windows
```bat
pip install pybracket
```
### From GitHub
#### On Linux
```sh
sudo pip3 install git+https://github.com/donno2048/pybracket
```
#### On Windows
```bat
pip install git+https://github.com/donno2048/pybracket
```
## Usage
See [example.py](https://github.com/donno2048/pybracket/blob/master/example.py) (no need for anything except just running `python3 example.py`)
Or if you don't want the `# coding: brackets` at the beginning you could just run `pybracket file.py` or `python3 -m pybracket file.py`
P.S version 1.0.0 is more reliable and won't allow using `# coding: brackets` without `pybracket file.py` or `python3 -m pybracket file.py`, you should use it.
Raw data
{
"_id": null,
"home_page": "https://github.com/donno2048/pybracket",
"name": "pybracket",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Elisha Hollander",
"author_email": "just4now666666@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/62/83/70e2b308ec9821a0d7084ba6489045435cb5171ed046a2291cb46c90222b/pybracket-1.0.1.tar.gz",
"platform": null,
"description": "# pybracket\n\nAdd brackets and good semicolons to Python\n\n## Installation\n\n### From PyPI\n\n#### On Linux\n\n```sh\nsudo pip3 install pybracket\n```\n\n#### On Windows\n\n```bat\npip install pybracket\n```\n\n### From GitHub\n\n#### On Linux\n\n```sh\nsudo pip3 install git+https://github.com/donno2048/pybracket\n```\n\n#### On Windows\n\n```bat\npip install git+https://github.com/donno2048/pybracket\n```\n\n## Usage\n\nSee [example.py](https://github.com/donno2048/pybracket/blob/master/example.py) (no need for anything except just running `python3 example.py`)\n\nOr if you don't want the `# coding: brackets` at the beginning you could just run `pybracket file.py` or `python3 -m pybracket file.py`\n\nP.S version 1.0.0 is more reliable and won't allow using `# coding: brackets` without `pybracket file.py` or `python3 -m pybracket file.py`, you should use it.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Add brackets and good semicolons to Python",
"version": "1.0.1",
"project_urls": {
"Bug Reports": "https://github.com/donno2048/pybracket/issues",
"Documentation": "https://github.com/donno2048/pybracket#readme",
"Homepage": "https://github.com/donno2048/pybracket",
"Source Code": "https://github.com/donno2048/pybracket"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "628370e2b308ec9821a0d7084ba6489045435cb5171ed046a2291cb46c90222b",
"md5": "1d52ddd7964290fbd7218313f0df77ec",
"sha256": "faaaca342ccf7ec67c5ad153e0f68f7e136732a84fbdb49db05e82e3677cc66e"
},
"downloads": -1,
"filename": "pybracket-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "1d52ddd7964290fbd7218313f0df77ec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3682,
"upload_time": "2022-09-22T09:36:40",
"upload_time_iso_8601": "2022-09-22T09:36:40.137582Z",
"url": "https://files.pythonhosted.org/packages/62/83/70e2b308ec9821a0d7084ba6489045435cb5171ed046a2291cb46c90222b/pybracket-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-09-22 09:36:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "donno2048",
"github_project": "pybracket",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pybracket"
}