Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from hell03end/develop/main
Browse files Browse the repository at this point in the history
Develop/main
  • Loading branch information
hell03end authored Oct 28, 2017
2 parents b03a182 + c2a4a13 commit 343b2c9
Show file tree
Hide file tree
Showing 16 changed files with 1,467 additions and 611 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- pip install -r requirements.txt

script:
- pytest -v tests.py
- pytest -v

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Dmitriy
Copyright (c) 2017 Dmitriy Pchelkin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 17 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Python wrapper for HSE RUZ API.

__ https://github.com/hell03end/hse_ruz/wiki/Changelog

Feel free to contribute.


Requirements
------------
Expand All @@ -25,6 +27,8 @@ Installation
.. code-block:: bash
pip install hse_ruz
# or update
pip install -U hse_ruz
Usage
Expand All @@ -35,4 +39,16 @@ Usage
from ruz import RUZ
api = RUZ()
assert api.v == 1
assert api.schedule("mymail@edu.hse.ru")
assert api.person_lessons("mymail@edu.hse.ru")
Contributing
------------

Please, use type annotations.

.. code-block:: bash
git clone https://github.com/hell03end/hse_ruz.git
cd hse_ruz
pytest -v # check requests schema is valid and etc.
Loading

0 comments on commit 343b2c9

Please sign in to comment.