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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meetspace-0.0.1.tar.gz.
File metadata
- Download URL: meetspace-0.0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.5.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1683df4a8855061aaf7ee3466cecbabf1db7139b732d4ee7bb47b75e4e87531
|
|
| MD5 |
6d61e7b30fb5a047340039b1ba3095e8
|
|
| BLAKE2b-256 |
bb8024707530d96e21e2fcb5fb7c883e0c438933412874fe1273b454f47d0323
|
File details
Details for the file meetspace-0.0.1-py3-none-any.whl.
File metadata
- Download URL: meetspace-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.5.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e72be0019cfe697fb5464eec511def6c0d24ba0fa3ea83b0bb4c152b373e4436
|
|
| MD5 |
f2187d01c389634ae9862eb66ddc247f
|
|
| BLAKE2b-256 |
4abfa329cf7c3630a707159b4307a161a8f1b98d383e759aac2e0c914357f9f4
|