# prettify-py
[](https://pepy.tech/project/carate)
[](https://www.gnu.org/licenses/gpl-3.0)


[](https://pypi.org/project/prettify-py)
# Why
Pretty Python files are necessary for productive Python development with high quality and safety standards.
# What
It is a simple command-line application formatting Python files written in Python. The package is yet highly experimental
but it was necessary to speed of maintenance and development speeds of software. It has not perfect stats on quality yet, but it is pretty good already.
# Usage
```bash
prettify-py format-file sample.py
prettify-py format-dir sample_dir/
```
# Installation
## Production Build
```bash
pip install prettify-py
```
## Dev Build
Clone the repository with
```bash
git clone https://codeberg.org/cap_jmk/prettify-py
cd prettify-py/
```
### Linux
Run with one of the follwing:
```bash
bash install.sh
./install.sh
sh install.sh
```
### Windows
Double click on `install.bat` or run
```bash
install.bat
```
Raw data
{
"_id": null,
"home_page": "http://www.codeberg/cap_jmk/prettify-py",
"name": "prettify-py",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Julian M. Kleber",
"author_email": "julian.kleber@sail.black",
"download_url": "https://files.pythonhosted.org/packages/09/fa/8523d83701a2a2a65e0f7ba7d56ef5f1968726e6642d1b29944f2bdb31f0/prettify_py-0.2.3.12.tar.gz",
"platform": null,
"description": "# prettify-py\n[](https://pepy.tech/project/carate)\n[](https://www.gnu.org/licenses/gpl-3.0)\n \n \n\n\n[](https://pypi.org/project/prettify-py)\n\n\n# Why \n\nPretty Python files are necessary for productive Python development with high quality and safety standards. \n\n# What \n\nIt is a simple command-line application formatting Python files written in Python. The package is yet highly experimental\nbut it was necessary to speed of maintenance and development speeds of software. It has not perfect stats on quality yet, but it is pretty good already. \n\n# Usage \n\n```bash\nprettify-py format-file sample.py\nprettify-py format-dir sample_dir/\n```\n\n# Installation\n\n## Production Build \n\n```bash \npip install prettify-py\n```\n\n## Dev Build\nClone the repository with\n\n```bash \ngit clone https://codeberg.org/cap_jmk/prettify-py\ncd prettify-py/\n```\n\n### Linux \n\nRun with one of the follwing: \n```bash\nbash install.sh\n./install.sh\nsh install.sh\n```\n\n\n### Windows\n\nDouble click on `install.bat` or run\n\n```bash\ninstall.bat\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "CLI for prettifying Python",
"version": "0.2.3.12",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5328c28a348473dc608b6a6b137c9c25d89caf6a28da6d0946a796ebc9f0be94",
"md5": "9a50af380d09b39ec7158289d30d45c8",
"sha256": "91d71db0c908671a8e72537b457e4ea4884d3b488ff2bf4257fa7f865fbd3c78"
},
"downloads": -1,
"filename": "prettify_py-0.2.3.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9a50af380d09b39ec7158289d30d45c8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6475,
"upload_time": "2023-01-26T12:35:16",
"upload_time_iso_8601": "2023-01-26T12:35:16.550011Z",
"url": "https://files.pythonhosted.org/packages/53/28/c28a348473dc608b6a6b137c9c25d89caf6a28da6d0946a796ebc9f0be94/prettify_py-0.2.3.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "09fa8523d83701a2a2a65e0f7ba7d56ef5f1968726e6642d1b29944f2bdb31f0",
"md5": "785ce4c51ec9f9c817c07b1434b97f78",
"sha256": "1d1e17a85d6d274ba4586d30e5db9ed0ec6523a938fc448d89c1c96b6b802f79"
},
"downloads": -1,
"filename": "prettify_py-0.2.3.12.tar.gz",
"has_sig": false,
"md5_digest": "785ce4c51ec9f9c817c07b1434b97f78",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5720,
"upload_time": "2023-01-26T12:35:18",
"upload_time_iso_8601": "2023-01-26T12:35:18.098573Z",
"url": "https://files.pythonhosted.org/packages/09/fa/8523d83701a2a2a65e0f7ba7d56ef5f1968726e6642d1b29944f2bdb31f0/prettify_py-0.2.3.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-26 12:35:18",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "prettify-py"
}