Metadata-Version: 2.1
Name: cereja
Version: 0.2.2
Summary: My Utils
Home-page: https://github.com/jlsneto/cereja
Author: Joab Leite
Author-email: jlsn1@ifal.edu.br
License: UNKNOWN
Description: # Cereja
        [![HitCount](http://hits.dwyl.io/jlsneto/cereja.svg)](http://hits.dwyl.io/jlsneto/cereja)
        [![MIT LICENSE](https://img.shields.io/pypi/l/pyzipcode-cli.svg)](LICENSE)
        [![Issues](https://camo.githubusercontent.com/926d8ca67df15de5bd1abac234c0603d94f66c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/jlsneto/cereja/issues)
        [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jlsneto/cereja/blob/master/docs/cereja_example.ipynb)
        
        <div align="center">
         <img src="https://i.ibb.co/dp8rZ3F/cereja-logo.png">
        </div>
        
        *Cereja is a bundle of useful functions that I don't want to rewrite.*
        
        How many times have you needed to rewrite that function or base class? Well, I thought then of joining all my lines of code, bit by bit, in one place.
        
        Not well structured yet :( ... But you can help me !!!
        
        ## Getting Started
        
        Do not be shy \0/ ... Clone the repository and submit a function or module you made or use some function you liked.
        
        ### Prerequisites
        
        * [Python 3.6+](https://www.python.org/downloads/ "Download python")
        * [Pip3](https://pip.pypa.io "Download Pip")
        
        ### Installing
        
        **Install Cereja Package**
        ```
        python3 -m pip install --user cereja
        ```
        or for all users
        ```
        python3 -m pip install cereja
        ```
        > Note: If you are using Windows, you do not need to use python3, but make sure your python path settings are correct. 
        
        ### Cereja Example usage
        [Jupyter Notebook on Colab](/docs/cereja_example.ipynb)
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
