Metadata-Version: 2.1
Name: maxhk
Version: 0.1.1
Summary: Set of miscelaneous utils.
Home-page: https://github.com/maximehk/maxhk_pypi
License: MIT
Author: Max
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT 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
Project-URL: Repository, https://github.com/maximehk/maxhk_pypi
Description-Content-Type: text/markdown

# Package with miscelaneous utils

## 1 password

```python
creds = op.get_item("pypi.org", ["username", "password"])
# use `creds.username` or `creds.password`
```

## PyPI

https://pypi.org/project/maxhk/

