A utility collection.
Project description
paladin-utils
A small utility collection.
Utils
Namespace
A dict accessible by getattr/setattr.
Example:
namespace = Namespace({
'data': 'a'
})
print(namespace.data) #=> 'a'
namespace.data = 'b'
print(namespace.data) #=> 'b'
complexrange
A range over the complex space
Example:
for i in complexrange.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-utils-0.0.1.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file paladin-utils-0.0.1.tar.gz
.
File metadata
- Download URL: paladin-utils-0.0.1.tar.gz
- Upload date:
- Size: 2.2 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 | 30a4de3db757430d0fad5cde99055501217511d6b66726e867127e5594b7e3bb |
|
MD5 | cd0728cde3797771615d6cafd0c88cdb |
|
BLAKE2b-256 | b0f08637c8cd78b92337c63637caa31f9ac712c39a868fc64c159e938fc29d12 |
File details
Details for the file paladin_utils-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: paladin_utils-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 | ca3f80c78febbf37719ca938da558dacb60abac5ffe10cab5236eb1d8d77b65f |
|
MD5 | 50e794ac9869f7ed2d39f63440ca6fdb |
|
BLAKE2b-256 | 9c5163da96355e64a56bb999ed6a26fb768872106814b0b350874c60ab1699ef |