Metadata-Version: 2.4
Name: six-seven-package
Version: 0.1.0
Summary: A simple Python package to display 67
Author-email: Alexus817 <bakoff@rambler.ru>
License: MIT
Project-URL: Homepage, https://github.com/alexus817/six-seven
Project-URL: Repository, https://github.com/alexus817/six-seven.git
Project-URL: Issues, https://github.com/alexus817/six-seven/issues
Keywords: 67,six-seven,print
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# six-seven

A simple Python package to display 67 on the screen.

## Installation

```bash
pip install six-seven
```

## Usage

### As a module

```python
from six_seven import print_six_seven, get_six_seven

# Print 67 to the screen
print_six_seven()

# Get 67 as a number
number = get_six_seven()
print(number)  # Output: 67
```

### As a command-line tool

```bash
six-seven
```

## License

MIT License
