GithubHelp home page GithubHelp logo

delatorrea / pyflunt Goto Github PK

View Code? Open in Web Editor NEW
120.0 1.0 2.0 815 KB

Python implementation of Domain Notification Pattern

Home Page: https://pypi.org/project/Flunt/

License: MIT License

Python 100.00%
python python3 flunt domain-notification class-validation class-validator class-validator-cpf fluentvalidation notification notifications ddd ddd-architecture ddd-patterns validation-library validations

pyflunt's People

Contributors

fazedordecodigo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pyflunt's Issues

Release v2.2.0

[2.2.0] - 2024-03-13

Adicionado

  • Validação UUID aplicando Duck Typing #11
  • Novos cenários de teste unitários

Corrigido

  • Links do README quebrados #53
  • Bug em requires que retornava falso positivo ao receber o valor booleano False.
  • Reescrita dos testes unitários existentes.

Add NumberValidationContract

Patch Release v2.1.0

Seu pedido de recurso está relacionado a um problema? Por favor, descreva.
Release v2.1.0

Descreva a solução que você gostaria
Implementação das seguintes issues:

Adicionado

Corrigido

Fix yml for Release and Publication of the lib

Fix yml for Release and Publication of the lib

Existing flows:

name: Publish

on:
  pull_request_target:
    branches:
      - master
    types:
      - closed
  workflow_dispatch:
    inputs:
      number:
        description: PR number
        required: true
      debug_enabled:
        description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
        required: false
        default: 'false'

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
    - name: Realiza o checkout
      uses: actions/checkout@v4

    - name: Set up Python
      uses: actions/setup-python@v5
      with:
        python-version: '3.10'
    
    - name: Instala Poetry
      run: curl -sSL https://install.python-poetry.org | python3 -

    - name: Instala dependências
      run: poetry install --no-dev

    - name: Build and publish to pypi
      uses: JRubics/[email protected]
      with:
        pypi_token: ${{ secrets.TOKEN_PYPI_PYFLUNT }}
name: Realease

on:
  pull_request_target:
    branches:
      - master
    types:
      - closed
  workflow_dispatch:
    inputs:
      number:
        description: PR number
        required: true
      debug_enabled:
        description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
        required: false
        default: 'false'

jobs:  
  release:
    runs-on: ubuntu-latest
    permissions:
      contents: write
    steps:
    - name: Realiza o checkout
      uses: actions/checkout@v4

    - name: Set up Python
      uses: actions/setup-python@v5
      with:
        python-version: '3.12'
    
    - name: Install dependencies
      run: pip install toml

    - name: Read version from pyproject.toml
      id: read-version
      run: |
        version=$(python -c 'import toml; print(toml.load("pyproject.toml")["tool"]["poetry"]["version"])')
        printf "LITELLM_VERSION=%s" "$version" >> $GITHUB_ENV
  
    - name: Display version
      run: echo "Current version is $LITELLM_VERSION"

    - name: Create Release
      id: create_release
      uses: joutvhu/create-release@v1
      with:
        tag_name: v2.0.0
        name: Release v2.0.0
        body: |
          # What's Changed
          - Change in structure to closely follow the features available in the original Flunt implementation.
          - Add new feature Credit Card Validation by @fazedordecodigo in #10
          - Update Dockstrings by @fazedordecodigo in #17
          - Update Readme by @fazedordecodigo in #21
          - Update CD by @fazedordecodigo in #22
        draft: false
        prerelease: false
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Release v2.3.0

[2.3.0] - 2024-03-17

Adicionado

  • Validação de Collections #30

Corrigido

  • Falta de tipagem de retorno nos overloads de Requires #59
  • Pipeline Linters com path quebrado para o requirements.txt #60

Criar Readme em PT-BR

Criar:

um arquivo README.md: versão em PT-BR
um arquivo README_EN.md: versão em EN

Release v2.1.1

Seu pedido de recurso está relacionado a um problema? Por favor, descreva.

[2.1.1] - 2024-02-27

Corrigido

  • Links do README quebrados #53
  • Comandos para script de execução do pre-commit #53
  • Forma de comunicação para Reportar uma Vulnerabilidade #53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.