No project description provided
Project description
# grouper
### Description
Grouper is an application to allow users to create and manage memberships
to their own groups.
##### Warning
This project is still very much in flux and likely to have database changes
migration support for the time being.
### Installation
New versions will be updated to PyPI pretty regularly so it should be as easy
as:
```bash
pip install grouper
```
Running a Test instance
==========================
Grouper runs behind a reverse proxy that handles Authentication and so expects
a valid, authenticated, user account. I've included a test proxy for running
on development instances.
Creating a development instance:
```bash
# Setup the database.
PYTHONPATH=. bin/sync_db -c config/dev.yaml
# Run the development reverse proxy
bin/user_proxy $USER
# Run the frontend server
PYTHONPATH=. bin/grouper-fe --config=config/dev.yaml -vv
# Run the graph/api server
PYTHONPATH=. bin/grouper-api --config=config/dev.yaml -vv
```
### Description
Grouper is an application to allow users to create and manage memberships
to their own groups.
##### Warning
This project is still very much in flux and likely to have database changes
migration support for the time being.
### Installation
New versions will be updated to PyPI pretty regularly so it should be as easy
as:
```bash
pip install grouper
```
Running a Test instance
==========================
Grouper runs behind a reverse proxy that handles Authentication and so expects
a valid, authenticated, user account. I've included a test proxy for running
on development instances.
Creating a development instance:
```bash
# Setup the database.
PYTHONPATH=. bin/sync_db -c config/dev.yaml
# Run the development reverse proxy
bin/user_proxy $USER
# Run the frontend server
PYTHONPATH=. bin/grouper-fe --config=config/dev.yaml -vv
# Run the graph/api server
PYTHONPATH=. bin/grouper-api --config=config/dev.yaml -vv
```
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
grouper-0.0.1.tar.gz
(25.2 kB
view details)
File details
Details for the file grouper-0.0.1.tar.gz
.
File metadata
- Download URL: grouper-0.0.1.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b04a5198c861a15e3039d6688bea3e59ae5ab7dc2a21e7a9aee8d185cd0b5ac7 |
|
MD5 | 5151e854007b541419bdd183418e9666 |
|
BLAKE2b-256 | c526bb12cd5d794b957247b4ac11c0aa91f04d3f0235164a4543f1a250e79308 |