district42 experimental types
Project description
district42 experimental types
district42 experimental types
Installation
pip3 install district42-exp-types
Usage
from district42 import schema, register_type
from district42_exp_types.numeric import NumericSchema
register_type("numeric", NumericSchema)
print(schema.numeric)
from district42 import schema, register_type
from district42_exp_types.uuid import UUIDSchema
register_type("uuid", UUIDSchema)
print(schema.uuid)
from district42 import schema, register_type
from district42_exp_types.uuid_str import UUIDStrSchema
register_type("uuid_str", UUIDStrSchema)
print(schema.uuid_str)
from district42 import schema, register_type
from district42_exp_types.sdict import SDictSchema
register_type("sdict", SDictSchema)
print(schema.sdict)
from district42 import schema, register_type
from district42_exp_types.unordered import UnorderedSchema
register_type("unordered", UnorderedSchema)
print(schema.unordered)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file district42-exp-types-0.9.0.tar.gz.
File metadata
- Download URL: district42-exp-types-0.9.0.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e273074fc1f6cf8eaf2d6183cc34bd20821d40ab9e507dc78ac2fbb3f57117b
|
|
| MD5 |
309ad94bbe7806bd9d03d62efc165695
|
|
| BLAKE2b-256 |
394aeecb122eac9875f2491b1f254a34239b78b5c6f9749e4be960815371f777
|
File details
Details for the file district42_exp_types-0.9.0-py3-none-any.whl.
File metadata
- Download URL: district42_exp_types-0.9.0-py3-none-any.whl
- Upload date:
- Size: 69.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11643d67f21fac5b6ea6bdf411405a249000ed9fdd94cab64cb46019a3bb2ee6
|
|
| MD5 |
b143e363650901008f3311b58b3d7b61
|
|
| BLAKE2b-256 |
900611811aec94c83135824175aa460782013b98e72663aa77b06d7d2a8ce118
|