Skip to main content

Django wrapper for pydoc

Project description

Djydoc

Read Python Documentation within a Django Project.

So you're happily going along in development and you want to quickly view documentation in a module. For python modules this is a piece of cake.

However, when you try to find out more information about a Django app, you may have come across an error like this...

error-1

Or like this...

error-2

And you may have done this...

scream

But after installing djydoc now you can do this:

relax

Djydoc aims to be a simple drop-in replacement as a manage.py command for pydoc so that you can view Python documentation without having to specify DJANGO_SETTINGS_MODULE or run django.setup(). Djydoc does that for you.

Summary

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Django 2.2.4+
  • Poetry (optional, to help easily install)

Installing

Option 1 : PIP

$ pip install djydoc

Option 2: Development install via poetry

$ git clone <git_url>
$ cd djydoc
$ poetry install

Option 3: use as a Django app

Just follow option 2, but don't install with poetry

Options 1, 2, or 3: Setup

Add 'djydoc' to INSTALLED_APPS in settings:

INSTALLED_APPS += [
  'djydoc'
]

Usage

Once installed djydoc should be available via the ./manage.py command.

The intention is for this to be a drop-in replacement for pydoc, so all the commands should work the same (currently -w is not implemented):

$ ./manage.py djydoc django.contrib.auth.models.User

[ documentation shown ]

$ ./manage.py djydoc -p 8080
Server ready at http://0.0.0.0:8080/
Server commands: [b]rowser, [q]uit
server>

Running the tests

Testing TBD.

Deployment

Follow common sense django deployment practices.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Jordan H. - Code Author - SrcRr

License

This project is licensed under MIT.

Acknowledgments

TBD

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

djydoc-0.1.3.dev0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

djydoc-0.1.3.dev0-py2.py3-none-any.whl (4.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file djydoc-0.1.3.dev0.tar.gz.

File metadata

  • Download URL: djydoc-0.1.3.dev0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.8.2 Linux/5.4.0-40-generic

File hashes

Hashes for djydoc-0.1.3.dev0.tar.gz
Algorithm Hash digest
SHA256 745ca8ad1c6a3a04a3cfd4478574893cf22b73cdb577a45975c062d90c39705e
MD5 e9b452287f7a611569d2f7e7bc303596
BLAKE2b-256 42f9b1da7986b9b6cc379a4826a5e8278712db5191ca94fbc1ea741486793a4c

See more details on using hashes here.

File details

Details for the file djydoc-0.1.3.dev0-py2.py3-none-any.whl.

File metadata

  • Download URL: djydoc-0.1.3.dev0-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.8.2 Linux/5.4.0-40-generic

File hashes

Hashes for djydoc-0.1.3.dev0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c50f0458e63a97baf9b5580169f9ceace9fbbd8a1de21eadefe179ff7e2992e7
MD5 1421e78c5c03d0c8419c4c43d2a71a4b
BLAKE2b-256 acc878e3881e92d7c8575e449f30c16f5b3de3031403f40e72deb06d57574f6c

See more details on using hashes here.

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