Metadata-Version: 2.1
Name: lookups
Version: 0.1.0
Summary: DCI lookups in Python (inspired by Netbeans Platform Lookups API)
Home-page: https://github.com/AxelVoitier/lookups
Author: Axel Voitier
Author-email: axel.voitier@gmail.com
License: MPL-2.0
Keywords: lookup lookups dci
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Object Brokering
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Typing :: Typed
Requires-Python: ~=3.7
Description-Content-Type: text/markdown

# lookups
DCI lookups in Python (inspired by Netbeans Platform Lookups API)


Individual Contributors
=======================

A list of people who have contributed to Lookups in order of their first
contribution.

Format: ```Name-or-Well-known-alias <email@domain.tld> (url)```

* Axel Voitier <axel.voitier@gmail.com>

Please, add yourself when you contribute!

Original Netbeans authors of Lookup API
=======================================

* Jaroslav Tulach - Lookup API
* Marian Petras - Singleton lookup
* David Strupl - Common lookup implementations


CHANGELOG
=========

0.1.0 - 18 May 2019
-------------------

- Initial dump of code.
- Defines the public API for lookups.
- Provides fixed lookup: members are defined at instantiation time and never change.
- Provides singleton lookup: only one member defined at instantiation time and never change.
- Provides empty lookup: a special lookup with nothing in it.


