Metadata-Version: 2.1
Name: oc-assistant
Version: 0.2.1
Summary: Python package to facilitate interaction with OC website.
Home-page: https://github.com/timoguic/oc_assistant
Author: Tim G
Author-email: timoguic@gmail.com
License: GNU General Public License v3
Keywords: oc_assistant
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Requires-Dist: Click (>=7.0)
Requires-Dist: python-dateutil (>=2.8)
Requires-Dist: requests (>=2.0)

============
OC Assistant
============

Python package to facilitate interaction with OC website.

* Requires Python3 and Pip
* Free software: GNU General Public License v3


Features
--------

* `pip install --user oc-assistant`
* `oc_assistant add fri 10 16 4`: adds availabilities on Fridays from 10:00 to 16:00, recurring for 4 weeks
* `oc_assistant add Monday 10 24 8`: adds availabilities on Mondays from 10:00 to midnight, recurring for 8 weeks
* `oc_assistant add 3 10 16`: adds availabilities next Wednesday (= day #3) from 10:00 to 16:00
* `oc_assistant rem fri 10 18 8`: removes any availabilities on Fridays from 10:00 to 18:00 for the next 8 weeks

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-03-31)
------------------

* First release on PyPI.


