Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 371 Bytes

File metadata and controls

19 lines (16 loc) · 371 Bytes

algo_util

The library with packages to support algorithm coding.

Current package available:

  1. meta_argparser v0.2.0

Folder structure

├── algo_util
|   ├──__init__.py
|   └──meta_argparser
|      ├──__init__.py
│      └── meta_argparser.py
├── LICENSE
├── README.md
├── setup.cfg
└── setup.py