Skip to content

Commit

Permalink
Improves readme (#24)
Browse files Browse the repository at this point in the history
* Fixes typos and adds docs on README

* Fix typos

* Adds install instruction

* Format authors file
  • Loading branch information
rsarai authored Aug 20, 2021
1 parent f3058ca commit 5e1e265
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

...

## [0.0.1] - 2014-05-31
### First release
## [0.0.1] - 2021-08-20
### First release
17 changes: 17 additions & 0 deletions README.md
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)
Expand Down Expand Up @@ -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: [flavio@vinta.com.br](flavio@vinta.com.br)

Expand Down
16 changes: 16 additions & 0 deletions docs/dev/authors.rst
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) <mariane.pastor@vinta.com.br>
* Rebeca Sarai (Vinta Software) <rebeca@vinta.com.br>
* Thiago Paim (Vinta Software) <thiago.paim@vinta.com.br>
* Jaênia Sousa (Vinta Software) <jaenia@vinta.com.br>
* Marcos Felipe <@marcosflp>

Contributors
------------

None yet. Why not be the first?
10 changes: 6 additions & 4 deletions docs/guide/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CNAB versions

The versions of the file are identified through a code with the
following composition: VV.R

* VV: Version number
* R: Release number

Expand All @@ -44,7 +45,7 @@ File Structure
--------------

The exchange file is composed of a file header record, one or more
Service/Product batches and a file trailer record.
service/product batches and a file trailer record.

::

Expand All @@ -60,9 +61,10 @@ Service/Product batches and a file trailer record.
A single file can contain multiple batches of different Services. Each
of the items described above represent one line of the file with the
size of 240 bytes. Individuals fields for each line are aligned
according to the type of the field: - Numeric Fields (Num) = Always on
the right and padded with zeros on the left. - Alphanumeric Fields
(Alpha) = Always on the left and filled with blanks on the right.
according to the type of the field:

* Numeric Fields (Num) = Always on the right and padded with zeros on the left.
* Alphanumeric Fields (Alpha) = Always on the left and filled with blanks on the right.

Payment via account credit
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to aurorae's documentation!
Welcome to Aurorae's documentation!
===================================

.. toctree::
Expand Down

0 comments on commit 5e1e265

Please sign in to comment.