Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

package-name-exporter-0.0.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

package_name_exporter-0.0.0-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

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