Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psycojoker/geholparser

Fork of the gehol parser (for ULB lessons scheduling) from here https://bitbucket.org/Bouska/geholimport/overview
https://github.com/psycojoker/geholparser

Last synced: 14 days ago
JSON representation

Fork of the gehol parser (for ULB lessons scheduling) from here https://bitbucket.org/Bouska/geholimport/overview

Awesome Lists containing this project

README

        

Installation
------------

Just run ::

$ python setup.py install

The ``gehol`` package will be installed in your site-packages. A command line tool,
``gehol2csv.py``, will be installed in you python `scripts` directory.

External Dependencies
---------------------

- `BeautifulSoup `_
- `argparse `_

To install it run ::
$ pip install -r requirements.txt

Roadmap
-------

Required for stable
*******************

- Documentation

Licence
-------

Released under the `MIT licence `_.
See COPYING.txt for details.