Metadata-Version: 2.1
Name: faker-optional
Version: 0.1.1
Summary: ('Wrapper over other Faker providers to return their value or `None`. Useful to create data of type `Optional[Any]`.',)
Home-page: https://github.com/lyz-code/faker-optional
Author: Lyz
Author-email: lyz-code-security-advisories@riseup.net
License: GNU General Public License v3
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Faker Optional

[![Actions Status](https://github.com/lyz-code/faker-optional/workflows/Tests/badge.svg)](https://github.com/lyz-code/faker-optional/actions)
[![Actions Status](https://github.com/lyz-code/faker-optional/workflows/Build/badge.svg)](https://github.com/lyz-code/faker-optional/actions)
[![Coverage Status](https://coveralls.io/repos/github/lyz-code/faker-optional/badge.svg?branch=master)](https://coveralls.io/github/lyz-code/faker-optional?branch=master)

Wrapper over other Faker providers to return their value or `None`. Useful to
create data of type `Optional[Any]`.

## Help

See [documentation](https://lyz-code.github.io/faker-optional) for more details.

## Installing

```bash
pip install faker-optional
```

## Contributing

For guidance on setting up a development environment, and how to make
a contribution to *faker-optional*, see [Contributing to
faker-optional](https://lyz-code.github.io/faker-optional/contributing).

## License

GPLv3


