Metadata-Version: 2.1
Name: api-client-lnx-edge
Version: 0.2.0
Summary: Client for the LNX Edge API
Home-page: https://github.com/Lnmix/edge_api_client
Author: Nick Tulli
Author-email: ntulli@leadnomics.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pytz (>=2021.1)
Requires-Dist: requests (>=2.25.1)

# LNX Edge API Client
##### Written for Python ≥ 3.7

---

#### Behavioral rules of thumb:

When requesting a report:
  - Pass _date_ (YYYY-MM-DD) strings instead of _datetime_ strings (YYYY-MM-DDTHH:MM:SS.sss) to the `dateRange` field.
  - Timezone should _always_ be specified in the request body. `EdgeAPI._get_report(...)` defaults to 
  `America/New_York`, but can be overridden.

---

#### Test script:
```shell script
(venv) > pytest
```



Packaging instructions found here: https://packaging.python.org/en/latest/tutorials/packaging-projects/ 
