web app for unifying meeting and event entry
Project description
Meetspace
Hook up a bunch of different event apis to create a single point of entry.
Notes
Pretty alpha and pretty use-case specific right now.
The directory schema
holds json files which describe data requirements. Right now only meetspace.json
is important.
The model is:
form_name: { field name : {'type': field type, 'validators': validator, ...}}}
A dictionary of the forms is passed to the rendered, and used by the templates.
Some extra information is required. In a file in the instance
directory put this in meetup-test-api.cfg
:
URLNAME="Meetup-API-Testing"
SECRET_KEY=<generate some key>
MEETUP_API_SECRET='get your own'
GROUP_ID="1556336"
GROUP_URLNAME="Meetup-API-Testing"
URLNAME="Meetup-API-Testing"
VENUE_ID="1234"
TIME_FORMAT = "%Y-%m-%d %H:%M:%S"
you’ll need to install the package:
pip install -e .
this should theoretically work at this stage:
$ flask run
which will lauch a wsgi on port 5000. you can go to localhost:5000/NewEvent to see if everything went well.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for meetspace-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e72be0019cfe697fb5464eec511def6c0d24ba0fa3ea83b0bb4c152b373e4436 |
|
MD5 | f2187d01c389634ae9862eb66ddc247f |
|
BLAKE2b-256 | 4abfa329cf7c3630a707159b4307a161a8f1b98d383e759aac2e0c914357f9f4 |