district42 experimental types
district42 experimental types
Installation
pip3 install district42-exp-types
Usage
from d42 import schema
from d42.declaration import register_type
from district42_exp_types.numeric import NumericSchema
register_type("numeric", NumericSchema)
print(schema.numeric)
from d42 import schema
from d42.declaration import register_type
from district42_exp_types.uuid import UUIDSchema
register_type("uuid", UUIDSchema)
print(schema.uuid)
from d42 import schema
from d42.declaration import register_type
from district42_exp_types.uuid_str import UUIDStrSchema
register_type("uuid_str", UUIDStrSchema)
print(schema.uuid_str)
from d42 import schema
from d42.declaration import register_type
from district42_exp_types.sdict import SDictSchema
register_type("sdict", SDictSchema)
print(schema.sdict)
from d42 import schema
from d42.declaration import register_type
from district42_exp_types.unordered import UnorderedSchema
register_type("unordered", UnorderedSchema)
print(schema.unordered)
Release files for district42-exp-types 1.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 | |
|---|---|---|---|
| district42_exp_types-1.0.1.tar.gz | 29.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| district42_exp_types-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 99.9 kB
Release files / district42_exp_types-1.0.1.tar.gz
| Download URL | district42_exp_types-1.0.1.tar.gz |
|---|---|
| Size | 29.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
58143f7712996cbbc24efbb0cc27e2d397b633fd4ec7a58d6a9faf5e961cbc08
|
|
BLAKE2b-256 checksum How to use checksums |
ed60e52ecf827497e190037717d148a32f49266edd3fa0b3a9f47a3aaff03827
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.11
|
Release files / district42_exp_types-1.0.1-py3-none-any.whl
| Download URL | district42_exp_types-1.0.1-py3-none-any.whl |
|---|---|
| Size | 70.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1dc298cb26042f5632b61f6d4d2943697679f2c9392a152838bd60b71a557c06
|
|
BLAKE2b-256 checksum How to use checksums |
3c6668093e19ed1b7ee140c72cc9a5e0d79006dda0d68bd45dfad4f5e93d1a41
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.11
|