Skip to main content

Toolbox with useful Python classes and type magic.

Project description

nr.types

CircleCI

nr.types is a Python library aiming to provide a broad set of common tools for developing Python applications.

This library is published to PyPI and Conda-forge. It is compatible with CPython 2.7 and 3.4+.

Table of Contents

  • nr.types.abc – Alias for collections.abc or collections.
  • nr.types.collections – Additional container data structures.
  • nr.types.generic – Write classes with type parameters.
  • nr.types.interface – Programming against interfaces in Python, inspired by Zope.
  • nr.types.meta – Useful metaclasses.
  • nr.types.persist – Simple Persistable class which is useful in quick scripts that need to cache some data.
  • nr.types.proxy – Eager and lazy object proxies.
  • nr.types.singletons – Provides singletons like NotSet.
  • nr.types.stream – Streaming iterators in Python.
  • nr.types.struct – Data-model description library.
  • nr.types.sumtype – Allows you to create sumtypes in Python.
  • nr.types.utils – More generic utilities.
    • nr.types.utils.classdef – Helpers for writing class definitions.
    • nr.types.utils.funcdef – Helper for writing functions.
    • nr.types.utils.function – Utilities for function objects.
    • nr.types.utils.logging – Currently only provides a DeferredMessage class.
    • nr.types.utils.module – Utilities for module objects.
    • nr.types.utils.typing – Utilities for objects from the typing module.

Installation

pip install nr.types

Run Tests

pip install -e .[test]
pytest --cov=./src/nr

Copyright © Niklas Rosenstein 2019

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nr.types-4.0.0.tar.gz (60.9 kB view details)

Uploaded Source

File details

Details for the file nr.types-4.0.0.tar.gz.

File metadata

  • Download URL: nr.types-4.0.0.tar.gz
  • Upload date:
  • Size: 60.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.2

File hashes

Hashes for nr.types-4.0.0.tar.gz
Algorithm Hash digest
SHA256 45c8f2a808da4f72bfa6a5735323725371054cb1d954792a67f4163f431b296f
MD5 b8374c66a43ee688b84dd47a0a906438
BLAKE2b-256 03615bbb90a67b7cde66a9a23b80e35e9af0b9cde0e643846cc020b01a46c796

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page