Metadata-Version: 2.1
Name: elections-lk-nuuuwan
Version: 1.0.4
Summary: UNKNOWN
Home-page: https://github.com/nuuuwan/elections_lk
Author: Nuwan I. Senaratna
Author-email: nuuuwan@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/nuuuwan/elections_lk/issues
Platform: UNKNOWN
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
Requires-Dist: bs4
Requires-Dist: selenium
Requires-Dist: tweepy (==3.10.0)
Requires-Dist: utils-nuuuwan
Requires-Dist: matplotlib
Requires-Dist: geo-nuuuwan

# elections_lk

## Release History

### 1.0.1

* Added *party_color*
* Added various getter helpers for *presidential*

### 1.0.0

* Added getters for presidential election data

## Setup and Install

To install a stable version:

```
pip install elections_lk-nuuuwan
```

To install a pre-release (which might have more features, but also be
less stable):

```
pip install -i https://test.pypi.org/simple/ elections_lk-nuuuwan
```

*The source code for this library can be found at https://github.com/nuuuwan/elections_lk.*
  *  [2021-12-20 09:34AM] Cleanup
  *  [2021-12-20 09:40AM] Made data files local
  *  [2021-12-20 09:45AM] Load data complete
  *  [2021-12-20 09:46AM] Added constants
  *  [2021-12-20 01:47PM] Added analysis
  *  [2021-12-20 01:47PM] Updated version
  *  [2021-12-20 01:50PM] Fixed unittests
  *  [2021-12-20 02:22PM] Various
  *  [2021-12-20 02:34PM] Added nested folders
  *  [2021-12-20 02:55PM] Reading from remote
  *  [2021-12-20 02:55PM] Updated version


