Metadata-Version: 2.1
Name: goodlogistic
Version: 0.1.0
Summary: Toolkit for logistic problem, designed for real challenges Nonprofit organization.
Home-page: https://github.com/daftar/goodlogistic
Author: Rodrigo J. R Santos
Author-email: contato@goodtruck.org.br
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Good logistic
Repository for logistic solutions

Toolkit for logistic problem, designed for real challenges organization.

[![Powered by daftar.digital](https://img.shields.io/badge/powered%20by-daftar.digital-orange.svg?style=flat&logo=gravatar)](https://daftar.digital)

[![codecov](https://codecov.io/github/RodrigoSantosRodrigues/goodlogistic/graph/badge.svg?token=IGAGLZ49LI)](https://codecov.io/github/RodrigoSantosRodrigues/goodlogistic)

![alt text](https://codecov.io/github/RodrigoSantosRodrigues/goodlogistic/graphs/sunburst.svg?token=IGAGLZ49LI)


It provides:
----------------------


[Guide](https://opensource.guide/how-to-contribute/)


## start project

## Prerequisites
  - Install [Python](https://www.python.org/downloads/), [Pipenv](https://docs.pipenv.org/)

# Instalation dependency:

pip install -r requirements.txt


1. Tests
Execute tests:

python -m unittest discover tests

pytest --html=test-reports/report.html


1. Publish in PyPI
pip install twine wheel


Generate distribution:
python setup.py sdist bdist_wheel


Publish in PyPI:
twine upload dist/*


### Commit Structure
A conventional commit typically follows the following structure:


- **Type:** Indicates the nature of the commit. Common types include `feat` (for new features), `fix` (for bug fixes), `docs` (for documentation changes), `style` (for code style changes that do not affect behavior), `refactor` (for code refactoring), `test` (for adding or modifying tests), among others.

- **Scope (optional):** Can be used to specify the part of the code being changed by the commit.

- **Description:** A concise and clear description of what was changed in the commit.

### Examples of Commit Messages

Here are some examples of commit messages following the Conventional Commits standard:

- `feat: Add support for OAuth authentication`
- `fix: Fix logic error in tax calculation`
- `docs: Update documentation for endpoint /api/users`
- `style: Adjust indentation in views.py file`
- `refactor: Extract email validation function to util.py`
- `test: Add unit tests for login function`

### Benefits of the Conventional Commit Standard

- **Clarity:** Facilitates quick understanding of changes introduced by each commit.
- **Automation:** Automation tools such as changelog generators and continuous integration can use commit messages to automate tasks.
- **Clean History:** Helps maintain a cleaner and organized commit history.

### Supporting Tools

There are tools that help implement and maintain the Conventional Commits standard, such as `commitizen` and `git-cz`, which guide developers in creating commit messages in the correct format.

Following these guidelines not only improves team collaboration but also facilitates the maintenance and evolution of software projects over time.

## Linter
Before commits and pushes
`pre-commit run --all-files`

## utils

https://peps.python.org/pep-0008/


## VERSIONS

### 0.1.0
- **Description:** Toolkit for logistic problem, designed for real challenges Nonprofit organization.
- **Author:** contato@daftar.digital, contato@goodtruck.org.br
- **Published:** Sat, 06 Jul 2024 20:26:26 GMT
- **Link:** [0.1](https://pypi.org/project/goodlogistic/0.1.0/)

- **Website:** https://daftar.digital
- **Documentation:** https://daftar.digital/doc
- **Source code:** https://github.com/daftar/goodlogistic
- **Contributing:** https://daftar/goodlogistic/dev/index.html
- **Bug reports:** https://github.com/daftar/goodlogistic/issues


