Metadata-Version: 2.1
Name: elections-lk-nuuuwan
Version: 1.0.0
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
Requires-Dist: utils-nuuuwan
Requires-Dist: matplotlib
Requires-Dist: geo-nuuuwan

# elections_lk

## Release History

### 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.*


