Skip to main content

TODO

Project description

1 Welcome to open_api_framework’s documentation!

Version:

0.1.0

Source:

https://github.com/maykinmedia/open_api_framework

Keywords:

<keywords>

PythonVersion:

3.11

Build status Code quality checks black Coverage status Documentation Status

python-versions django-versions pypi-version

<One liner describing the project>

2 Features

3 Installation

3.1 Requirements

  • Python 3.9/3.11 or above

  • Django 3.2/4.2 or newer

3.2 Install

pip install open_api_framework

4 Usage

<document or refer to docs>

5 Local development

To install and develop the library locally, use:

.. code-block:: bash

pip install -e .[tests,coverage,docs,release]

When running management commands via django-admin, make sure to add the root directory to the python path (or use python -m django <command>):

export PYTHONPATH=. DJANGO_SETTINGS_MODULE=testapp.settings
django-admin check
# or other commands like:
# django-admin makemessages -l nl

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

open_api_framework-0.1.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

open_api_framework-0.1.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page