https://github.com/kalaspuff/beautiful
😻 [not yet built] A collection of functions and classes to aid developers into building better code faster without having to reinvent the wheel.
https://github.com/kalaspuff/beautiful
beautiful code helpers library nicer package prettier python python3 sugar utility
Last synced: 23 days ago
JSON representation
😻 [not yet built] A collection of functions and classes to aid developers into building better code faster without having to reinvent the wheel.
- Host: GitHub
- URL: https://github.com/kalaspuff/beautiful
- Owner: kalaspuff
- License: mit
- Created: 2019-11-29T02:06:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T03:29:45.000Z (over 5 years ago)
- Last Synced: 2025-03-04T06:19:05.441Z (11 months ago)
- Topics: beautiful, code, helpers, library, nicer, package, prettier, python, python3, sugar, utility
- Language: Makefile
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `beautiful`
[](https://pypi.python.org/pypi/beautiful/)
[](https://www.python.org/)
[](https://github.com/kalaspuff/beautiful)
[](https://github.com/kalaspuff/beautiful/blob/master/LICENSE)
[](https://codecov.io/gh/kalaspuff/beautiful/tree/master/beautiful)
*A collection of functions and classes to aid developers into building better code faster.*
**Note: This is _not_ the Python package for `BeautifulSoup`, the popular screen scraping library. If that's what you're looking for, head over to [https://www.crummy.com/software/BeautifulSoup/](https://www.crummy.com/software/BeautifulSoup/).**
## Installation with `pip`
Like you would install any other Python package, use `pip`, `poetry`, `pipenv` or your weapon of choice.
```
$ pip install beautiful
```
## Usage and examples
#### Use-case
```
import beautiful
```