Autodiscover modules in python
Project description
Auto Discover
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)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b17812d19b8a4e128e58f473a378ea70acb77ada771f23bcbf2024ac0340b97f
|
|
| MD5 |
5ea79c312215f2f1cbed5586ea939741
|
|
| BLAKE2b-256 |
1ba2e007c1ba05216edfadb94b5f7976a47e4afc8f383fef0104624bd002ee10
|