Skip to main content

Listing and creating users via REST API

Project description

huscy.xml

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.xml simply run:

pip install huscy.xml

Configuration

The huscy.xml application has to be hooked into the project.

Add huscy.xml to INSTALLED_APPS in settings module:

INSTALLED_APPS = (
	...

	'huscy.xml',
)

Development

After checking out the repository you should activate any virtual environment. Install all development and test dependencies:

make install

Create database tables:

python manage.py migrate

We assume you're having a running postgres database with a user huscy and a database also called huscy. You can easily create them by running

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

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_xml-1.5.2.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

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

huscy_xml-1.5.2-py2.py3-none-any.whl (18.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file huscy_xml-1.5.2.tar.gz.

File metadata

  • Download URL: huscy_xml-1.5.2.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for huscy_xml-1.5.2.tar.gz
Algorithm Hash digest
SHA256 6335981a45f3365dfdbd523da6b585fedb7cfcbf0625659d97103050bbfd3063
MD5 416785dd99ff8c2e3e37b6aeaadb0c5f
BLAKE2b-256 3c1d4ea68bdd2cef54cc67881c456297f569a2eca71017ae56b94ef9f605ae91

See more details on using hashes here.

File details

Details for the file huscy_xml-1.5.2-py2.py3-none-any.whl.

File metadata

  • Download URL: huscy_xml-1.5.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for huscy_xml-1.5.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3920a9901a950aa7915eecdf3f0ebc41dfb920ff38a37f2673b562cacca4793b
MD5 743e2cac0862a935175ecb27e933e499
BLAKE2b-256 a28a035801ba84ff6f0a4590f6c2453ed0f3c763cb86f9992e4e95e13780c2af

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