Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8795911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:29:48+00:00 2026-06-13T23:29:48+00:00

I was looking for something similar to perl’s Dumper functionality in python. So after

  • 0

I was looking for something similar to perl’s Dumper functionality in python. So after googling I found one which serves me well @ https://gist.github.com/1071857#file_dumper.pyamazon

So I downloaded and installed it and it works fine.

But then I came accross PyPI: http://pypi.python.org/pypi which looks like CPAN equivalent for python.

So I searched for the Dumper module there and I could not find it there. I was hoping that this seems like a very basic module and should have been listed in PyPI.

So my question is, if I have to install a python module, then should I search in PyPI first and if i do not find then look other places on google?

OR is there any other Python Module repository apart from PyPI?

I am learning python and hence this question.

thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:29:49+00:00Added an answer on June 13, 2026 at 11:29 pm

    If you are using pip, pip search package_name would help you do the same as searching on the web interface provided by PyPi.

    Once located, installing a python package is of course as easy as

    pip install package_name
    

    Some python libraries may be in development stage and may not directly be available on PyPi OR you may want a specific commit has (git) of that library and if you can find that library’s source on github.com or on bitbucket.com for example, you can do

    pip install -e git+git://github.com/the/repo/url.git#egg=package_name
    

    And regarding your question about perl Dumper, perl’s Dumper has two main uses iirc –

    • data persistence
    • debugging and inspecting objects.

    As far as I know, there’s no exact equivalent of perl’s Dumper in python.

    However, I use pickle for data persistence.

    And pprint is useful for visually inspecting objects/debug.

    Both of which are standard, built-in modules in Python. There’s no necessity for 3rd party libraries for these functionalities.

    If you want to use what is here – https://gist.github.com/1071857#file_dumper.pyamazon.

    What you need to do is to copy the code and place it in a local file in your project directory. You can name the file something like pydumper.py. Or any name you prefer really, but end it with suffix .py.

    In your project, you can import the functions and classes defined in pydumper.py by doing

    from pydumper import *
    

    or if you want to be specific (which is preferred. it’s better to be explicit about what you are importing.)

    from pydumper import Dumper
    

    and you can start using the Dumper class in your own code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to multithreading in Perl and looking for something similar to Java's thread
I'm looking for a library that has functionality similar to Perl's WWW::Mechanize , but
I'm looking for something similar to Groovy's every() method, which tests every element of
I am looking for something similar to 'clear' in Matlab: A command/function which removes
Looking for something similar to xerces for parsing an xml file in ruby. I
I am looking for something similar to array_chunk() but using an empty value as
I'm looking for something similar to the table creation form from phpmyadmin, but it
I'm looking for something similar to this: Active navigation with jQuery - can't apply
I'm looking for something similar to facebook suggestion list with cities and countries. You
i'm looking into implementing something similar to the li's in chrome extension page .

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.