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.4.0.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.4.0-py2.py3-none-any.whl (18.4 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: huscy_xml-1.4.0.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.4.0.tar.gz
Algorithm Hash digest
SHA256 049e0c58cb7e9859d28e4a8ac584c88f72faa8363ab5927a24c630ac4283be09
MD5 d37374a2d683f410bb02c80356428d2a
BLAKE2b-256 a5bb959b282ec8859277d9001c0aecf450f8b7e61a8a1d8c738b9fece2e42def

See more details on using hashes here.

File details

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

File metadata

  • Download URL: huscy_xml-1.4.0-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.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 233c0a4590c9adb02ec9057d3b88e6dd11dafe57445ab3af509a1f5c1ac350d4
MD5 aeeaf2eee6a74bd264c3cba101fece7f
BLAKE2b-256 c502c86f7baf8aa40d9d997a7a76e2cb704a91425a993902b1f787178f0f29a2

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