https://github.com/guyzmo/pycalenvite
Webapp to manage invitations
https://github.com/guyzmo/pycalenvite
Last synced: 10 months ago
JSON representation
Webapp to manage invitations
- Host: GitHub
- URL: https://github.com/guyzmo/pycalenvite
- Owner: guyzmo
- Created: 2016-06-18T19:54:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T15:15:42.000Z (over 9 years ago)
- Last Synced: 2025-01-21T00:29:11.258Z (12 months ago)
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pycalenvite: Easy way to handle your invitations
[](https://travis-ci.org/guyzmo/pycalenvite)
[](https://codeclimate.com/github/guyzmo/pycalenvite)
[](https://codeclimate.com/github/guyzmo/pycalenvite/coverage)
This tool enables you to send invites for a meeting, leaving your mate choose the
time/date of his preference, given your availabilities.
## Development
Either you can use buildout:
% buildout
% bin/py.test
Or you can use nothing:
% python3 setup.py test
Or you can use your favorite *env thing.
## TODO
* Make it support reccurent events (ics.py)
* Make it support event arithmetics (PR waiting in ics.py)
* For tests, support of class-wide datadir (PR waiting in datadir)
* Adapt the code so it's convenient to the UI (webpack integration?)
Notes:
* While PRs are pending, a hard dependencies are made to forks of ics.py and
datadir, check requirements.txt (and buildout.cfg) for which.
## Usage
% buildout
% bin/calenvite --verbose
or run calenvite from your favorite *env thing.
## License
GPL