paladin-utils
A small utility collection.
Utils
Namespace
A dict accessible by getattr/setattr.
Example:
from paladin_util.namespace import Namespace
namespace = Namespace({
'data': 'a'
})
print(namespace.data) #=> 'a'
namespace.data = 'b'
print(namespace.data) #=> 'b'
complexrange
A range over the complex space
Example:
from paladin_util.complexrange import complexrange
for i in complexrange((1, 32, -1), (32, 1)):
print(i.real + i.imag)
Release files for paladin-util 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| paladin-util-0.0.1.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| paladin_util-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.6 kB
Release files / paladin-util-0.0.1.tar.gz
| Download URL | paladin-util-0.0.1.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
10d9298726b2b9a1ffd72e05b4b6a7dec96a254d918337c55ef520522d51fc8f
|
|
BLAKE2b-256 checksum How to use checksums |
3556746109313947f35905314138aa50e189e57c96911f5735e96aeb6033a0c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.1
|
Release files / paladin_util-0.0.1-py3-none-any.whl
| Download URL | paladin_util-0.0.1-py3-none-any.whl |
|---|---|
| Size | 15.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9d7953eda292cb518bd7b26a1b20f369151a7c87a8910b9c5f69778791a3fec0
|
|
BLAKE2b-256 checksum How to use checksums |
fed4e3765a92930a46bbb3424eddfbc7561dd42218a1e3f30a3887098c49e70b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.1
|