Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

autoapi-django

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoapi-django

Library for generating transport logic for web application

  • 0.11.4
  • PyPI
  • Socket score

Maintainers
1

AutoAPI

AutoAPI собирает абстрагирует ваше приложение от слоя с передачей данных, генерируя API из чистых классов, содержащих логику.

Документация

  • Russian
  • English (in future)

Развертывание на локалке

Устанавливаем virtual env:

python3 -m venv venv
. venv/bin/activate

Устанавливаем библиотеку с зависимостями

pip install .

Переходим в example-проект, мигрируем БД (SQLite) и запускаем:

cd example/online_shop
python manage.py migrate
python manage.py runserver

По урле http://127.0.0.1:8000/docs/ будет доступен Swagger для сгенерированного API. Оттуда можно дергать хэндлеры.

Рекомендуется создать суперюзера (python manage.py createsuperuser) и авторизоваться в админке. Чтобы проверить корректную работу API, можно дернуть хэндлер user.get_user в сваггере.

Для билда и отправки в PyPI надо сделать:

pip install build
python -m build
pip install twine
twine upload dist/*

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc