Metadata-Version: 2.1
Name: ergonames
Version: 0.2.1
Summary: A SDK for resolving ErgoNames.
Home-page: https://github.com/ergonames/ergo-names-python-sdk
Author: ErgoNames
Author-email: developer@ergonames.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ergonames/ergo-names-python-sdk/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Ergo Names Python SDK

Converted to importable library coming soon

### Documentation

#### Resolving ErgoNames

```python
name = "~balb"
address = resolve_ergoname(name)
```

```
3WwKzFjZGrtKAV7qSCoJsZK9iJhLLrUa3uwd4yw52bVtDVv6j5TL
```

### Contribute

If you wish to contribute, make a pull request!

