Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T03:29:45.000Z (over 4 years ago)
- Last Synced: 2025-01-01T09:34:32.412Z (about 1 month 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`
[![pypi](https://badge.fury.io/py/beautiful.svg)](https://pypi.python.org/pypi/beautiful/)
[![Made with Python](https://img.shields.io/pypi/pyversions/beautiful)](https://www.python.org/)
[![Type hinted - mypy validated](https://img.shields.io/badge/typehinted-yes-teal)](https://github.com/kalaspuff/beautiful)
[![MIT License](https://img.shields.io/github/license/kalaspuff/beautiful.svg)](https://github.com/kalaspuff/beautiful/blob/master/LICENSE)
[![Code coverage](https://codecov.io/gh/kalaspuff/beautiful/branch/master/graph/badge.svg)](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```