Metadata-Version: 2.4
Name: golden-utils
Version: 0.1.2
Summary: Utilities for annoying or slowing details, like capitalizing booleans
Home-page: https://github.com/Goldencubist/golden-utils
Author: Golden Dev
Author-email: miguizin.10@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

EN
    This is a package for the ones that don't wana lose time with small things, such as capitalizing literals or making a massive block for writing JSON in a file.
    -- CONTENT --
        - true -
            Variable that is equal to True
        - false -
            Variable that is equal to False
        - none -
            Variable that is equal to None
        - rjson(file_or_CRU) -
            Function to convert JSON from a string or from a file into python
        - wjson(object, file=none) -
            Function to convert an object (not only OOP objects, but anything) into JSON, if file argument is provided, writes the final result into the specified file

PT
    Este é um pacote para quem não quer perder tempo com as pequenas coisas, como capitalizar literais ou fazer um bloco massivo pra escrever JSON em um arquivo.
    --  CONTEÚDO --
        - true -
            Variável que equivale a True
        - false -
            Variável que equivale a False
        - none -
            Variável que equivale a None
        - rjson(arquivo_ou_CRU) -
            Função para converter JSON de uma string ou arquivo em python
        - wjson(objeto, arquivo=none) -
            Função para converter objetos (não só objetos de POO, mas qualquer coisa) em JSON, se o argumento arquivo for providenciado, escreve o resultado final no arquivo especificado
