Metadata-Version: 2.4
Name: nightjar
Version: 0.0.7
Summary: A typing based dispatching library.
Project-URL: Documentation, https://github.com/ysenarath/nightjar
Project-URL: Source, https://github.com/ysenarath/nightjar
Author-email: Yasas Senarath <email@example.com>
License-Expression: MIT
License-File: LICENSE
Keywords: dispatch,type-hinting,typing
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# Nightjar

[![PyPI version](https://badge.fury.io/py/nightjar.svg)](https://badge.fury.io/py/nightjar)
![PyPI - Downloads](https://img.shields.io/pypi/dm/nightjar)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nightjar)
![GitHub](https://img.shields.io/github/license/ysenarath/nightjar)

## About Nightjar

Nightjar is a powerful Python package that brings the flexibility of configuration-based object creation to your projects. Inspired by the `huggingface/transformers` package, Nightjar allows you to effortlessly create and manage different types of objects based on simple configuration files.

## Installation

Get started with Nightjar in seconds:

```bash
pip install nightjar
```

## Documentation

For more detailed information, check out our [full documentation](https://github.com/ysenarath/nightjar/wiki).

## Contributing

We welcome contributions! Check out our [Contribution Guide](CONTRIBUTING.md) to get started.

## Support

Need help? Have questions? Join our [Discord community](https://discord.gg/nightjar) or open an [issue](https://github.com/ysenarath/nightjar/issues).

## License

Nightjar is released under the [MIT License](LICENSE).
