Metadata-Version: 2.1
Name: atpcl
Version: 0.0.1
Summary: Time tracking made easy
Home-page: https://github.com/mirceamesesan/atpcl-tracker
Author: [{'name': 'Mircea Mesesan', 'email': 'mircea@atpcl.one'}]
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: Freeware
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
License-File: LICENSE

# Atypical Tracker (atpcl)
Atypical One Time Tracker

Package structure

```
.
├── LICENSE
├── README.md
├── setup.py
├── src
│   └── atpcl_tracker
│       ├── __init__.py
│       ├── atpcl-tracker.py
│       └── services
│           ├── api
│           ├── core
│           └── utils
└── venv
```

## Installation
```
pip install atpcl
```

## Usage
 
Work In Progress
