Metadata-Version: 2.1
Name: fullctl
Version: 1.5.0
Summary: Core classes and functions for service applications
Home-page: https://github.com/fullctl/fullctl
License: Apache-2.0
Author: FullCtl
Author-email: code@fullctl.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Requires-Dist: Django (>=3.2,<3.3)
Requires-Dist: confu (>=1.5,<2.0)
Requires-Dist: django-autocomplete-light (==3.5.1)
Requires-Dist: django-crispy-forms (>=1.8,<2.0)
Requires-Dist: django-grainy (>=1.9,<2.0)
Requires-Dist: django-handleref (>=1,<2)
Requires-Dist: django-inet (>=1,<2)
Requires-Dist: django-netfields (<2)
Requires-Dist: django-peeringdb (>=2.8,<3.0)
Requires-Dist: django-recaptcha (>=2,<3)
Requires-Dist: django-reversion (>=5,<6)
Requires-Dist: django-structlog (>=2.1.3,<3.0.0)
Requires-Dist: djangorestframework (>=3,<4)
Requires-Dist: grainy (>=1.8.1,<2.0.0)
Requires-Dist: munge (>=1.3.0)
Requires-Dist: psycopg2-binary (>=2.8,<3.0)
Requires-Dist: pyuwsgi (>=2.0.19)
Requires-Dist: pyyaml (>=5)
Requires-Dist: setuptools
Requires-Dist: social-auth-app-django (>=5.2)
Requires-Dist: whitenoise (>=6)
Project-URL: Repository, https://github.com/fullctl/fullctl
Description-Content-Type: text/markdown

# FullCtl

[![PyPI](https://img.shields.io/pypi/v/fullctl.svg?maxAge=60)](https://pypi.python.org/pypi/fullctl)
[![PyPI](https://img.shields.io/pypi/pyversions/fullctl.svg?maxAge=600)](https://pypi.python.org/pypi/fullctl)
[![Tests](https://github.com/fullctl/fullctl/workflows/tests/badge.svg)](https://github.com/fullctl/fullctl)
[![Codecov](https://img.shields.io/codecov/c/github/fullctl/fullctl/master.svg?maxAge=60)](https://codecov.io/github/fullctl/fullctl)
[![CodeQL](https://github.com/fullctl/fullctl/workflows/CodeQL/badge.svg)](https://github.com/fullctl/fullctl)

Core classes and functions for service applications

## License

Copyright 2020-2023 FullCtl, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this softare except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

