Skip to main content

Autodiscover modules in python

Project description

Auto Discover

Supported Versions PyPI version Maintainability CircleCI

Auto Discover modules in python

Installing

Install with pip:

$ pip install autodiscover

Usage

from pathlib import Path
from autodiscover import AutoDiscover

path = Path('path/to/module')
autodiscover = AutoDiscover(path)

autodiscover()

With pattern

from pathlib import Path
from autodiscover import AutoDiscover

path = Path('path/to/module')
autodiscover = AutoDiscover(path, pattern="models.py")

autodiscover()

it will import all models.py from given path

Tests

$ python -m unittest

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

autodiscover-0.0.4.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file autodiscover-0.0.4.tar.gz.

File metadata

  • Download URL: autodiscover-0.0.4.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for autodiscover-0.0.4.tar.gz
Algorithm Hash digest
SHA256 b17812d19b8a4e128e58f473a378ea70acb77ada771f23bcbf2024ac0340b97f
MD5 5ea79c312215f2f1cbed5586ea939741
BLAKE2b-256 1ba2e007c1ba05216edfadb94b5f7976a47e4afc8f383fef0104624bd002ee10

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