A utility collection.
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
paladin-util-0.0.1.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file paladin-util-0.0.1.tar.gz
.
File metadata
- Download URL: paladin-util-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10d9298726b2b9a1ffd72e05b4b6a7dec96a254d918337c55ef520522d51fc8f |
|
MD5 | 58b12d6116b95169f41c38a8a3750621 |
|
BLAKE2b-256 | 3556746109313947f35905314138aa50e189e57c96911f5735e96aeb6033a0c0 |
File details
Details for the file paladin_util-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: paladin_util-0.0.1-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d7953eda292cb518bd7b26a1b20f369151a7c87a8910b9c5f69778791a3fec0 |
|
MD5 | f25b7eecde663e9ef2cc3111fd5e2b01 |
|
BLAKE2b-256 | fed4e3765a92930a46bbb3424eddfbc7561dd42218a1e3f30a3887098c49e70b |