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

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: huscy_xml-1.5.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.5.0.tar.gz
Algorithm Hash digest
SHA256 8d2c3f79f35486888ddf97f8a8f3a17cde4aef0859b11203a1f59b8afcb84e47
MD5 96633e77a65e5e7bd6cf50fcc3966bd1
BLAKE2b-256 5c615e5950d21ad20102c2eb52883223c6c335279ed16de1ac1011acedc787e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: huscy_xml-1.5.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.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0034a1e27673f7ac3f2c99d66fecdfab5efde8e69281b4981233683ba35cc638
MD5 b7ecf4d83582051fc07814e715f0cfb6
BLAKE2b-256 dbdc25cb879a2a8268c68b24999e1b62ecc94e8321af35da3ed002e86f6da655

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