DCI lookups in Python (inspired by Netbeans Platform Lookups API)
Project description
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.
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
lookups-0.1.0.tar.gz
(19.5 kB
view hashes)
Built Distribution
lookups-0.1.0-py3-none-any.whl
(14.2 kB
view hashes)