Metadata-Version: 2.1
Name: lifehacks
Version: 0.99.99
Summary: lifehacks language extension by mightbesimon.com
Author: mightbesimon
License: Copyright © 2022 mightbesimon.com
        
        All rights reserved.
        
        > Material belonging to others may have been
        > used under Creative Commons Licence or with
        > explicit or implicit permission.
        
Project-URL: Homepage, https://mightbesimon.com
Project-URL: Documentation, https://github.com/mightbesimon/lifehacks
Project-URL: Source Code, https://github.com/mightbesimon/lifehacks
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md

# lifehacks [![publish](https://github.com/mightbesimon/lifehacks/actions/workflows/publish.yml/badge.svg)](https://github.com/mightbesimon/lifehacks)

## Structure

```plaintext
📦 lifehacks
│
├── 📦 metaclasses
│   ├── meta
│   ├── enum
│   └── EnumException
│
└── 📦 colour
    ├── Colour
    ├── hsla
    ├── rgba
    │
    └── 📦 palette
        ├── Apple
        └── Mariana
```

## Usage

- [`lifehacks.metaclasses`](https://github.com/mightbesimon/lifehacks.metaclasses/#readme)
- [`lifehacks.colour`](https://github.com/mightbesimon/lifehacks.colour/#readme)

## Contributors

- **Simon** - [mightbesimon](https://github.com/mightbesimon)
- you?
