https://github.com/chivke/serveliza
Serveliza is an application to extract data of the Chilean Electoral Service (SERVEL) from different open sources.
https://github.com/chivke/serveliza
chile chilean-rut data-analysis electoral-rolls osint pandas political-science python3 servel
Last synced: 12 days ago
JSON representation
Serveliza is an application to extract data of the Chilean Electoral Service (SERVEL) from different open sources.
- Host: GitHub
- URL: https://github.com/chivke/serveliza
- Owner: chivke
- License: gpl-3.0
- Created: 2020-07-26T01:24:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T00:11:57.000Z (almost 3 years ago)
- Last Synced: 2024-09-08T10:40:47.000Z (over 1 year ago)
- Topics: chile, chilean-rut, data-analysis, electoral-rolls, osint, pandas, political-science, python3, servel
- Language: Python
- Homepage: https://serveliza.readthedocs.io
- Size: 2.13 MB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=========
Serveliza
=========
.. image:: https://img.shields.io/pypi/v/serveliza.svg
:target: https://pypi.python.org/pypi/serveliza
:alt: pypi version
.. image:: https://img.shields.io/pypi/pyversions/serveliza
:alt: Python versions
.. image:: https://readthedocs.org/projects/serveliza/badge/?version=latest
:target: https://serveliza.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/chivke/serveliza/shield.svg
:target: https://pyup.io/repos/github/chivke/serveliza/
:alt: Updates
.. image:: https://img.shields.io/pypi/dm/serveliza
:target: https://pypi.python.org/pypi/serveliza
:alt: Downloads
.. image:: https://img.shields.io/pypi/l/serveliza
:target: https://www.gnu.org/licenses/gpl-3.0
:alt: license badge
.. image:: https://img.shields.io/badge/donate-Paypal-orange
:target: https://www.paypal.com/donate?hosted_button_id=GBDQWR3M8J9DL
:alt: Donate
`Serveliza`_ es una aplicación/librería que pretende facilitar la extracción de datos del Servicio Electoral chileno desde diferentes fuentes abiertas. Aún en primera fase de desarrollo, si puedes constribuye o realiza una donación.
`Serveliza`_ is an application/library to extract data of the Chilean Electoral Service (SERVEL) from different open sources.
Features
--------
* It analyzes, extracts and exports data from the **electoral roll**, having as a source the public pdf files distributed by SERVEL.
Quick start
------------
.. code-block:: console
$ pip install serveliza
$ serveliza -h
|Roll|
To do
------
* Deliver election results in pandas dataframe.
* Report and debug extraction with electoral rolls 2013, 2016, 2020.
`Documentation`_
-----------------
* `Installation`_
* `Usage`_
* `API reference`_
* `Contributing`_
* `Credits`_
* `History`_
`Spanish translation`_ is also available.
License
--------
GNU General Public License v3
.. |Roll| image:: https://github.com/chivke/serveliza/raw/master/images/serveliza_roll.gif
:align: middle
:alt: Electoral roll example gif
:width: 60%
.. _Serveliza: https://github.com/chivke/serveliza/
.. _Documentation: https://serveliza.readthedocs.io/
.. _Installation: https://serveliza.readthedocs.io/en/latest/installation.html
.. _Usage: https://serveliza.readthedocs.io/en/latest/usage.html
.. _API reference: https://serveliza.readthedocs.io/en/latest/reference.html
.. _Contributing: https://serveliza.readthedocs.io/en/latest/contributing.html
.. _Credits: https://serveliza.readthedocs.io/en/latest/authors.html
.. _History: https://serveliza.readthedocs.io/en/latest/history.html
.. _Spanish translation: https://serveliza.readthedocs.io/es/latest/index.html