Metadata-Version: 2.1
Name: feasytools
Version: 0.1.0rc1
Summary: A set of tools for data processing, including Time Function, Table, Priority Queue, Range List, etc.
Author: fmy_xfk
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
License-File: LICENSE

# FEasyTools: Some useful components

Visit https://gitee.com/fmy_xfk/feasytools for package usage and details.

### TimeFunc: Data provider as time functions
Calculate an array of data conveniently like a function! A variant of RangeList is also provided to maintain increasing num-pairs.

### ArgChecker: Argument parser with type checking
ArgParser is one of the best argument parser in Python, but it is not good at type checking. To solve this, ArgChecker in this package is developed for better type checking purpose.

### Geometry: Python implemented geometry handler for Points, Segments, and KDTree
In order to deal with large amount of points and segments with labels, this module is included. A mappable KDTree based EdgeFinder is developed, to find segments quickly.

### PQ: Encapsulation of buffered priority queue and heap
Sometimes a priority queue with an extra waiting pool or queue is needing. This module is designed for this.

### Table: A helper for CSV & binary table
Table helper for the CSV, SDT & SDT.GZ format.

### ProbDist: A helper for probability distribution
Provide the encapsulation of several common PDF, make it conveniently to create from XML node.
