Metadata-Version: 2.1
Name: getup
Version: 0.0.21
Summary: Projectless Django setup tool
Home-page: https://gitlab.com/jussiarpalahti/getup
License: MPL-2.0
Author: Jussi Arpalahti
Author-email: jussi.arpalahti@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: dj_database_url (>=0.5.0,<0.6.0)
Requires-Dist: django (>=2.1,<3.0)
Requires-Dist: django-cors-headers (>=2.4,<3.0)
Requires-Dist: django-environ (>=0.4.5,<0.5.0)
Requires-Dist: dnspython (>=1.16,<2.0)
Requires-Dist: email-validator (>=1.0,<2.0)
Requires-Dist: pydantic (>=0.19.0,<0.20.0)
Project-URL: Repository, https://gitlab.com/jussiarpalahti/getup
Description-Content-Type: text/markdown


# Getup

Projectless Django setup tool. Getup combines functionality of manage.py and wsgi module. It allows one Django app to be used as a service.

See Gitlab repository for app examples.

## Getup config command

Run `getup/up.py` or add as package to virtual env. It will work everywhere there's a Django app with configuration instantiation.

All settings can be set by configuration object or using environment variables or both. Configuration object is a Pydantic schema along with extension schemas. See `getup/conf.py` for complete set or accompanying example apps. This schema corresponds to usual Django settings.

