VDEV library
vdev_library is a Small Python library to support python project development
Installation
Use the package manager pip to install vdev_library.
pip install vdev_library
Usage
from vdev_library import find_vietnamese_phone_numbers #FUNCTION get all vietnam mobile phone from text string
from vdev_library import vdev_set_log # function set log file /logs/info /logs/debug /logs/warning /logs/error vdev_set_log(type_log, filename, message, class_name)
# returns 'func find_vietnamese_phone_numbers'
print(find_vietnamese_phone_numbers("My phone number is +84987654321 and my friend's number is 0987654321."))
vdev_set_log("INFO", "info_log ", "Success ", __name__)
vdev_set_log("ERROR", "error_log ", "Success ", __name__)
vdev_set_log("WARNING", "warning_log ", "Success ", __name__)
vdev_set_log("DEBUG", "debug_log ", "Success ", __name__)
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)
Release files for vdev-library 0.0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vdev_library-0.0.0.1.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vdev_library-0.0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.6 kB
Release files / vdev_library-0.0.0.1.tar.gz
| Download URL | vdev_library-0.0.0.1.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
33c3e44b1587ad3bc16d492e633920a181b6fdd6db6b2e7245274bbbe5f560fd
|
|
BLAKE2b-256 checksum How to use checksums |
f5bccacc66182f9f28e825566c87f8d9d58d2dc7787da75fd7bf91d70c339bb8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.12
|
Release files / vdev_library-0.0.0.1-py3-none-any.whl
| Download URL | vdev_library-0.0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0745e7f638075767312202e6eccb18b00c816addf04c6f6f40792ad80fa8b13d
|
|
BLAKE2b-256 checksum How to use checksums |
6efacc726efe0e0d5aab219fe7dc1a14edf15dfc63ef6bf6b3ed56c01798f958
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.12
|