Metadata-Version: 2.1
Name: nfenarede
Version: 2022.1001
Summary: NFe na rede
Home-page: https://github.com/bnsouza/nfenarede
License: MIT
Author: Bruno Souza
Author-email: bruno@komu.com.br
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Unidecode (>=1.3.6,<2.0.0)
Requires-Dist: aiohttp (>=3.8.3,<4.0.0)
Requires-Dist: amazon-dax-client (>=2.0.1,<3.0.0)
Requires-Dist: aws-cdk-lib (>=2.40.0,<3.0.0)
Requires-Dist: aws-cdk.aws-apigatewayv2-integrations-alpha (>=2.45.0-alpha.0,<3.0.0)
Requires-Dist: aws-cdk.aws-lambda-python-alpha (>=2.45.0-alpha.0,<3.0.0)
Requires-Dist: aws-lambda-powertools (>=2.1.0,<3.0.0)
Requires-Dist: click (>=8.0.1)
Requires-Dist: email-validator (>=1.2.1,<2.0.0)
Requires-Dist: fastapi (>=0.85.0,<0.86.0)
Requires-Dist: mangum (>=0.15.1,<0.16.0)
Requires-Dist: mysql-connector-python (>=8.0.30,<9.0.0)
Requires-Dist: mysqlclient (>=2.1.1,<3.0.0)
Requires-Dist: pydantic (>=1.9.1)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: requests-oauthlib (>=1.3.1,<2.0.0)
Requires-Dist: simplejson (>=3.17.6,<4.0.0)
Project-URL: Changelog, https://github.com/bnsouza/nfenarede/releases
Project-URL: Documentation, https://nfenarede.readthedocs.io
Project-URL: Repository, https://github.com/bnsouza/nfenarede
Description-Content-Type: text/markdown

# NFe na rede

[![PyPI](https://img.shields.io/pypi/v/nfenarede.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/nfenarede.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/nfenarede)][python version]
[![License](https://img.shields.io/pypi/l/nfenarede)][license]

[![Read the documentation at https://nfenarede.readthedocs.io/](https://img.shields.io/readthedocs/nfenarede/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/bnsouza/nfenarede/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/bnsouza/nfenarede/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi_]: https://pypi.org/project/nfenarede/
[status]: https://pypi.org/project/nfenarede/
[python version]: https://pypi.org/project/nfenarede
[read the docs]: https://nfenarede.readthedocs.io/
[tests]: https://github.com/bnsouza/nfenarede/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/bnsouza/nfenarede
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Version

2022.1001

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _NFe na rede_ via [pip] from [PyPI]:

```console
$ pip install nfenarede
```

## Usage

Please see the [Command-line Reference] for details.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license],
_NFe na rede_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.

[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/bnsouza/nfenarede/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/bnsouza/nfenarede/blob/main/LICENSE
[contributor guide]: https://github.com/bnsouza/nfenarede/blob/main/CONTRIBUTING.md
[command-line reference]: https://nfenarede.readthedocs.io/en/latest/usage.html

