Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzoh/featureregistries.jl
Registries for package feature for easy discovery.
https://github.com/lorenzoh/featureregistries.jl
Last synced: about 2 months ago
JSON representation
Registries for package feature for easy discovery.
- Host: GitHub
- URL: https://github.com/lorenzoh/featureregistries.jl
- Owner: lorenzoh
- License: mit
- Created: 2022-03-28T13:53:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T15:23:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T13:39:16.046Z (3 months ago)
- Language: Julia
- Homepage: https://lorenzoh.github.io/FeatureRegistries.jl/dev/i
- Size: 61.4 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeatureRegistries.jl
[Documentation](http://lorenzoh.github.io/FeatureRegistries.jl/dev/i)
A Julia package to create registries of your own package's features, letting your users discover and use them more easily.
FeatureRegistries.jl lets you create tables that list package features so that
- users can explore and discover features,
- users can search features through a consistent interface; and
- developers of third-party packages can transparently add functionalityBut what are "features"? Features can be any group of package functionality with some attributes in common that you want users to be able to discover and use. For example, a registry could store
- datasets with metadata and documentation that a user can download,
- machine learning architectures that a user can instantiate; or
- a set of remotely stored imagesRead on in the [documentation](http://lorenzoh.github.io/FeatureRegistries.jl/dev/i) for more information on [how to use registries](docs/using.md) and [examples of such registries](docs/examples.md).