Export python packages installed to txt, pdf and xls format
Project description
Package name exporter
This python package will let you export your installed packages to txt, pdf and xls format. This package is the advanced version of the
pip freeze > requirements.txt
Installation
- Install this package from pypi.org
pip install package-name-exporter
- clone this repo and run
python setup.py install
Usage
This library helps you to export the installed packages into txt, xls and pdf format
pdf format
from package_name_exporter.exporter import PackageNameExporter
my_class = PackageNameExporter()
my_class.get_packages_list('pdf', 'filename.pdf')
xls format
from package_name_exporter.exporter import PackageNameExporter
my_class = PackageNameExporter()
my_class.get_packages_list('xls', 'filename.xls')
txt format
from package_name_exporter.exporter import PackageNameExporter
my_class = PackageNameExporter()
my_class.get_packages_list('txt', 'filename.txt')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file package-name-exporter-0.0.0.tar.gz.
File metadata
- Download URL: package-name-exporter-0.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d2e32148c854ad351c616cfe6155e78dcf6401726c887e6d3600bae44c2a406
|
|
| MD5 |
495088233bf27aa66e550cd290861fc7
|
|
| BLAKE2b-256 |
fffe5902f9a760e61538cb7ab7614a5220e4125a5ce76d3b2e8c59221112bca9
|
File details
Details for the file package_name_exporter-0.0.0-py3-none-any.whl.
File metadata
- Download URL: package_name_exporter-0.0.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2379d23e2b1d7c1aabc17ba63e03ff3bee1b721a610005601e0525c87aa297be
|
|
| MD5 |
95773a5191adc44c912246b477de3353
|
|
| BLAKE2b-256 |
c75f7827ecfe67068ccfb5b92c2e597f6cf7d3e8221bb9dcd9721305692aac24
|