Coder Social home page Coder Social logo

isoparser's People

Contributors

barneygale avatar fcosantos avatar jeanolivier avatar lianemeth avatar uspike avatar zeroos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

isoparser's Issues

updated pip package

Hello,

Could you update the pip package to include the long_description fix that you committed? When I try to install it, I get the following

(ansible-2.0) SEA-ML-RUPP1:f5-ansible trupp$ pip install isoparser
Collecting isoparser
  Downloading isoparser-0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/jc/9d1188j962931rhqrlm4173w5j5m45/T/pip-build-pe1410/isoparser/setup.py", line 11, in <module>
        long_description=open('README.rst').read(),
    IOError: [Errno 2] No such file or directory: 'README.rst'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/jc/9d1188j962931rhqrlm4173w5j5m45/T/pip-build-pe1410/isoparser/

Cannot install package from pypi - README.rst missing

Trying this fails:

$ pip install isoparser
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-uxXWyM/isoparser/setup.py", line 11, in <module>
        long_description=open('README.rst').read(),
    IOError: [Errno 2] No such file or directory: 'README.rst'

README.rst is not included in the package.

iterating iso metadata?

I can see you have all of the iso metadata in there, which is exactly what I'm after. I can't find a built-in method/mechanism for extracting it. While it's possible to iterate over an iso object using something like iso.volume_descriptors['primary'].dict.items(), I wonder if you have a more direct, supported, object method rather than digging into the private dict membership directly?

Method iso.record() doesn't work if using strings as the path argument in Python 3

In basic usage, a set of strings can be passed as the path argument for method iso.record(). For example:

iso.record("boot", "grub").children

It works well in Python 2, but in Python 3 a KeyError will always be raised with the same code. This is due to the difference of string types between Python 2 and 3. In Python 2, default string type is same as binary type which can be looked up in path_table directly. However, things changes in Python 3.

It looks more convenient and nature to support both legacy strings and unicode strings in this method. Then, it also helps users to write Python 2-3 compatible code with the isoparser library.

Writing back to the ISO

I don't know ISO9660 at all what I'm about to ask maybe completely silly.

I have an ISO that contains a kickstart file. I would like to change the contents of ks.cfg just by reading in the ISO and change the content of the record then something like iso.save()

My ISO is rather large, I was hoping not to have to extract the iso then repackage it backup and with an overlay. Depending on how ISO9660 stores it's data, that write my as well be a complete rebuild of the ISO.

Thoughts?

Feature request - UDF 2.5 (blu-ray disc) support

Read-only blu-ray iso support would be great.

After all, this is called isoparser, not iso9660parser ;-).

I know it's a big request, no pure python implication exists atm. I'm sure a lot of people would find this usefull.

Thanks!!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.