Skip to main content

Managing attributes for subjects in a human research context.

Project description

huscy.attributes

PyPi Version Python Versions PyPi Status PyPI Downloads PyPI License Django Versions

Huscy is a free open-source software solution for managing study participants in the context of human sciences. The software is deliberately implemented in a generic manner to appeal to a wide user base, while considering all relevant aspects of data protection. The strictly modular software architecture allows for easy integration of new requirements, enabling the software to be customized to individual needs at any time.

Requirements

  • Python 3.8+
  • A supported version of Django

In this project the Django versions 4.2, 5.0 and 5.1 are tested with tox.

Installation

To install husy.attributes simply run:

pip install huscy.subjects

Add required apps to INSTALLED_APPS in your settings.py:

INSTALLED_APPS = (
	...

    'guardian',
    'rest_framework',
    'reversion',

    'huscy.attributes.apps.HuscyApp',
    'huscy.pseudonyms.apps.HuscyApp',
    'huscy.subjects.apps.HuscyApp',
)

Additional apps may need to be added (e.g., django_countries and phonenumber_field) if you want to fully utilize the huscy.subjects app.

Hook the urls from this app into your global urls.py:

urlpatterns = [
	...
	path('', include('huscy.attributes.urls')),
]

Create database tables by running:

python manage.py migrate

Development

Install PostgreSQL and create a database user called huscy and a database called huscy.

sudo -u postgres createdb huscy
sudo -u postgres createuser -d huscy
sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE huscy TO huscy;"
sudo -u postgres psql -c "ALTER USER huscy WITH PASSWORD '123';"

Check out the repository and start your virtual environment (if necessary).

Install dependencies:

make install

Create database tables:

make migrate

Run tests to see if everything works fine:

make test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

huscy_attributes-1.1.0.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

huscy.attributes-1.1.0-py3-none-any.whl (20.8 kB view details)

Uploaded Python 3

File details

Details for the file huscy_attributes-1.1.0.tar.gz.

File metadata

  • Download URL: huscy_attributes-1.1.0.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for huscy_attributes-1.1.0.tar.gz
Algorithm Hash digest
SHA256 1f9070d45c2ff53c7e0f615763c652a65b597413b08c93e1dd5b56f785356f60
MD5 3b26a60a6b4ce62b1a466143df3dda47
BLAKE2b-256 73dc1f9c51efa1cb3bab7fc7411e45c8c9691b37beaca8f78032611acf8336b3

See more details on using hashes here.

Provenance

File details

Details for the file huscy.attributes-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for huscy.attributes-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9d0e667c3e04d4d78515fb908554f23677371a6e31e9ba3ee783fdad1279252b
MD5 530d421569e8bcb005131334a8bb91a0
BLAKE2b-256 5750d8dea19de691784ae4522b252547f32d5666b91771a03b006b97f8f44a4e

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page