Skip to main content

Managing subjects in a human research context.

Project description

huscy.subjects

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

Requirements

  • Python 3.8+
  • A supported version of Django

Tox tests on Django versions 4.2, 5.0 and 5.1.

Installation

To install husy.subjects simply run:

pip install huscy.subjects

Add huscy.subjects and further required apps to INSTALLED_APPS in your settings.py:

INSTALLED_APPS = (
	...
	'django_countries',
	'guardian',
	'phonenumber_field',
	'rest_framework',

	'huscy.subjects',
)

Hook the urls from huscy.subjects into your urls.py:

urlpatterns = [
	...
	path('api/', include('huscy.subjects.urls')),
]

Create huscy.subjects database tables by running:

python manage.py migrate

Configuration

There are some settings to configure the service. These settings have be added to settings.py.

Name Default value Description
HUSCY_SUBJECTS_AGE_OF_MAJORITY 18 Specifies the age of majority.
HUSCY_SUBJECTS_SUBJECT_VIEWSET_MAX_RESULT_COUNT 500 Specifies the maximum number of subjects returned by the queryset in the SubjectViewSet.

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_subjects-3.0.1.tar.gz (25.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

huscy_subjects-3.0.1-py3-none-any.whl (32.4 kB view details)

Uploaded Python 3

File details

Details for the file huscy_subjects-3.0.1.tar.gz.

File metadata

  • Download URL: huscy_subjects-3.0.1.tar.gz
  • Upload date:
  • Size: 25.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for huscy_subjects-3.0.1.tar.gz
Algorithm Hash digest
SHA256 d3b39eb483efbb6d97950a44beb8c0d988f14628f467e28f24489421aff32e69
MD5 44f1b3bf5ae615490c103776ca7e706b
BLAKE2b-256 e979920b1f11e4ce9f295f066a288ab4674b23b6b78c1d351591706d5c895806

See more details on using hashes here.

File details

Details for the file huscy_subjects-3.0.1-py3-none-any.whl.

File metadata

  • Download URL: huscy_subjects-3.0.1-py3-none-any.whl
  • Upload date:
  • Size: 32.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for huscy_subjects-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 da0ceb8f293430951fa9d9abf0225d500195e78ddaac2c1b748e3acebd36455d
MD5 9bbac8a1f67405132222414d444d3658
BLAKE2b-256 4194f8fcd1476ca00b7fab3ee28164b12f25801443509d22a8423f98e12e9400

See more details on using hashes here.

Supported by

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