https://github.com/diddileija/text_formatter
Pretty formatter for Python strings.
https://github.com/diddileija/text_formatter
format package pip-package pypi-package python python-3 python3 strings strings-python text
Last synced: 4 months ago
JSON representation
Pretty formatter for Python strings.
- Host: GitHub
- URL: https://github.com/diddileija/text_formatter
- Owner: DiddiLeija
- License: mit
- Created: 2021-06-07T18:32:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T15:36:27.000Z (over 1 year ago)
- Last Synced: 2025-01-20T22:08:20.244Z (4 months ago)
- Topics: format, package, pip-package, pypi-package, python, python-3, python3, strings, strings-python, text
- Language: Python
- Homepage: https://text-formatter.readthedocs.io/en/latest
- Size: 379 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# text_formatter
[](https://text-formatter.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/psf/black)Pretty formatter for Python strings.
## Installation
The **`text_formatter`** package can be installed using **[`pip`](http://pip.pypa.io)**:
```
pip install text_formatter
```\(To upgrade, use `pip install --upgrade text_formatter`\).
## Changelog
Read [NEWS.md](http://github.com/diddileija/text_formatter/blob/main/NEWS.md) to know about the new features by version.
## Documentation
Our documentation is hosted on [ReadTheDocs](http://readthedocs.org). You can see the documentation site [here](http://text-formatter.readthedocs.io).
Also, if you want to build the docs locally, you'll need the requirements described [here](https://github.com/DiddiLeija/text_formatter/blob/main/docs/requirements.txt).## Contributing
Read the [contributing guidelines](http://github.com/diddileija/text_formatter/blob/main/CONTRIBUTING.md) to know how to contribute to this repository.
## License
This repository is licensed under the MIT License \([view license](http://github.com/diddileija/text_formatter/blob/main/LICENSE.txt)\).