Giter Site home page Giter Site logo

sunzip's Issues

Error when using the example code

Hello, i have installed sunzip on my windows computer using "pip install sunzip" and i got an error when using this example code :

import sunzip

f = sunzip.Sunzip("archive.zip")

f.extract()

the error

Traceback (most recent call last):
  File "c:\Users\*****\Desktop\sunzip\sunzip.py", line 1, in <module>
    import sunzip
  File "c:\Users\*****\Desktop\sunzip\sunzip.py", line 3, in <module>
    f = sunzip.Sunzip("archive.zip")
        ^^^^^^^^^^^^^
AttributeError: partially initialized module 'sunzip' has no attribute 'Sunzip' (most likely due to a circular import). Did you mean: 'sunzip'?

Thanks !

Please clarify the license, setup.py contradicts itself

I looked for a LICENSE or COPYING file but wasn't able to find one. I checked setup.py and found two contradictory license statements:

  • license='MIT', in the keyword arguments to setup()
  • "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" in the classifiers list

Could you please choose one and place the corresponding text in a LICENSE file under the root of the repository?

bug in check_is_nested

the function returns after just checking the first file, instead of checking all the files
PR: #8

Tag and publish fix #1

Hello!

I would like to use this package for my side project and I'm currently encountering the divide by zero error fixed in #1 . Could you tag the repository and publish a v0.0.2 so I can pick up the update? Tagging will help others find out which commit the package is built off of.

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.