Metadata-Version: 2.1
Name: locdataMAC
Version: 0.1.0
Summary: A small python package
Home-page: https://github.com/SachinMishra-ux/locdataMAC
Author: SachinMishra-ux
Author-email: sachin19566@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/SachinMishra-ux/locdataMAC/issues
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: ensure (==1.0.2)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pyobjc (==9.0.1)
Provides-Extra: testing
Requires-Dist: pytest (>=7.1.3) ; extra == 'testing'
Requires-Dist: mypy (>=0.971) ; extra == 'testing'
Requires-Dist: flake8 (>=5.0.4) ; extra == 'testing'
Requires-Dist: tox (>=3.25.1) ; extra == 'testing'
Requires-Dist: black (>=22.8.0) ; extra == 'testing'

# locdataMAC Python Package.
# locdataMAC 
[![PyPI - latest](https://img.shields.io/pypi/v/locdataMAC)](https://pypi.org/project/locdataMAC/)
[![PyPI - Python](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://pypi.org/project/locdataMAC/)

This package is meant to track your time on each & every software as well as on website & provides the analytics on your time spent.

- PYPI link for this package - [locdataMAC](https://pypi.org/project/locdataMAC/)

## Getting Started

### Installation

First let's do an easy pip installation of the library by running the following command -
```
pip install locdataMAC
```

- [Documentation](https://sachinmishra-ux.github.io/locdataMAC/)
