Metadata-Version: 2.1
Name: tickcounter
Version: 0.2.1
Summary: A library for processing survey data
License: MIT
Author: Ong Eng Kheng
Requires-Python: >=3.7.1
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: matplotlib (>=3.2.2)
Requires-Dist: pandas (>=1.3.5)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: seaborn (>=0.11.2)
Description-Content-Type: text/markdown

Overview
--------

**tickcounter** is a Python package built to facilitate the process of cleaning, manipulating and analyzing questionnaire or survey related data effectively. 

Installation
------
You can install the latest version using `pip`.

```
pip install tickcounter
```

Dependencies
----
- python: >=3.7.1
- pandas: >=1.3.5
- scipy: >=1.4.1
- matplotlib: >=3.2.2
- seaborn: >=0.11.2

Usage
----
Documentation is still under development. Meanwhile, you can look at some notebook examples in the `examples` folder.

A Word of Caution
----
The interfaces are still unstable and are most likely to change in the near future.

