Metadata-Version: 2.1
Name: maxhk
Version: 0.0.6.post2
Summary: Set of miscelaneous utils
Project-URL: Homepage, https://github.com/maximehk/maxhk_pypi
Author-email: Max HK <maxhk@noreply.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
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/
