-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes typos and adds docs on README * Fix typos * Adds install instruction * Format authors file
- Loading branch information
Showing
5 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# aurorae | ||
|
||
[![PyPi version](https://img.shields.io/pypi/v/aurorae.svg)](https://pypi.python.org/pypi/aurorae) | ||
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aurorae)](https://pypi.org/project/aurorae/) | ||
[![CI](https://github.com/vintasoftware/aurorae/actions/workflows/actions.yaml/badge.svg)](https://github.com/vintasoftware/aurorae/actions/workflows/actions.yaml) | ||
[![Coverage Status](https://coveralls.io/repos/github/vintasoftware/aurorae/badge.svg?branch=main)](https://coveralls.io/github/vintasoftware/aurorae?branch=main) | ||
[![Documentation Status](https://readthedocs.org/projects/aurorae/badge/?version=latest)](https://aurorae.readthedocs.io/en/latest/?badge=latest) | ||
|
@@ -28,12 +30,27 @@ The historic and architecture details can be found on the [project's ADRs](https | |
- openpyxl (3.0.7) | ||
- pydantic (>1.8.2) | ||
|
||
## Installation | ||
|
||
``` | ||
pip install aurorae | ||
``` | ||
|
||
## Usage | ||
To run aurorae with test data: | ||
```bash | ||
generate_cnab_sample | ||
``` | ||
|
||
To run aurorae with your own data use: | ||
|
||
```bash | ||
generate_cnab_sample ~/source_spreadsheet.xlsx | ||
``` | ||
|
||
## Documentation | ||
https://aurorae.readthedocs.io | ||
|
||
## Security | ||
We take aurorae's security and our users' trust seriously, therefore we do not save any information (from payments or not) sent by users. If you believe you have found a security issue, please responsibly disclose by contacting: [[email protected]]([email protected]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
Authors | ||
=============== | ||
|
||
Development Lead | ||
---------------- | ||
|
||
aurorae is maintained by `Vinta Software <https://www.vintasoftware.com/>`_. Lead maintainers: | ||
|
||
* Mariane Pastor (Vinta Software) <[email protected]> | ||
* Rebeca Sarai (Vinta Software) <[email protected]> | ||
* Thiago Paim (Vinta Software) <[email protected]> | ||
* Jaênia Sousa (Vinta Software) <[email protected]> | ||
* Marcos Felipe <@marcosflp> | ||
|
||
Contributors | ||
------------ | ||
|
||
None yet. Why not be the first? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters