Metadata-Version: 2.4
Name: pythonipsumlorem
Version: 0.1.0
Summary: A simple Python module that adds a variable and a Lorem Ipsum function.
Author: Arran Hewitt
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# pythonipsumlorem

A Python module that provides:

- A variable `loremipsum_text`
- A function `loremipsumtext()` to print the Lorem Ipsum text

```python
from pythonipsumlorem import loremipsum, print_lorem

print(loremipsum_text)   # prints the variable
loremipsumtext()       # prints the placeholder text
