Brunopaes / utils

Support functions

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hu3: Helpers and Utils functionalities

Optimized for python 3.6

Utils repository. Functions used in daily routines.


Project's Structure

.
└── automatic-octo-utils
    ├── data
    │   └── settings.json
    ├── docs
    │   └── CREDITS
    ├── src
    │   ├── __init__.py
    │   ├── helpers.py
    │   ├── messaging.py
    │   └── setup.py
    ├── tests
    │   └── unittests
    │       ├── __init__.py
    │       ├── test_helpers.py
    │       └── test_messaging.py
    ├── .gitignore
    ├── LICENSE
    ├── README.md
    └── requirements.txt

Directory description

  • data: The data dir. Group of non-script support files.
  • docs: The documentation dir.
  • src: The scripts & source code dir.
  • tests: The unittests dir.

Usage Notes

Running

For running it, run the follow command:

pip install hu3

After installing, just import it as a python module in your project.

from hu3 import messaging

Roadmap

This project is under development.

Python
Roadmap
0.1.0 2020-03-11 helpers.read_json, messaging.mail
0.1.1 2020-03-16 name changes

About

Support functions

https://pypi.org/project/octoutils/

License:MIT License


Languages

Language:Python 100.0%