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)
Release files for paladin-utils 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-utils-0.0.1.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| paladin_utils-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.6 kB
Release files / paladin-utils-0.0.1.tar.gz
| Download URL | paladin-utils-0.0.1.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
30a4de3db757430d0fad5cde99055501217511d6b66726e867127e5594b7e3bb
|
|
BLAKE2b-256 checksum How to use checksums |
b0f08637c8cd78b92337c63637caa31f9ac712c39a868fc64c159e938fc29d12
|
| 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_utils-0.0.1-py3-none-any.whl
| Download URL | paladin_utils-0.0.1-py3-none-any.whl |
|---|---|
| Size | 15.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ca3f80c78febbf37719ca938da558dacb60abac5ffe10cab5236eb1d8d77b65f
|
|
BLAKE2b-256 checksum How to use checksums |
9c5163da96355e64a56bb999ed6a26fb768872106814b0b350874c60ab1699ef
|
| 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
|