Metadata-Version: 2.3
Name: oblique
Version: 25.1.0
Summary: Show koans from Oblique Strategies
License: BSD-3-Clause
Author: Łukasz Langa
Author-email: lukasz@langa.pl
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.0.3,<9.0.0)
Project-URL: Homepage, https://github.com/ambv/oblique
Description-Content-Type: text/markdown

# Oblique Strategies for Python

Shows koans from [Oblique Strategies](https://en.wikipedia.org/wiki/Oblique_Strategies).

You can get the official [physical card set](https://www.enoshop.co.uk/product/oblique-strategies) as well.

```
❯ pip install oblique
❯ python -m oblique --help
Usage: python -m oblique [OPTIONS]

Options:
  --edition TEXT   Which OS editions to include?  [default: 1,2,3,4]
  --extra          Include additional koans found online  [default: False]
  --python         Include Monty Python quotes  [default: False]
  --count INTEGER  How many koans to show  [default: 3]
  --help           Show this message and exit.

❯ oblique
Faced with a choice, do both (from Dieter Rot)
Do something sudden, destructive and unpredictable
Move towards the unimportant
```

## Change Log

### 25.1.0
- Fixed Python 3.10+ incompatibility with `random.sample`. Patch by Hugo
  van Kemenade.

### 22.2.0
- Initial version.

## License

Code is BSD-3 licensed. Koans attributed to Brian Eno and Peter Schmidt. 
