This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
instaloader
Watch
1
Star
0
Fork
0
You've already forked instaloader
mirror of
https://github.com/instaloader/instaloader.git
synced
2024-11-04 17:32:30 +01:00
Code
Issues
Releases
Activity
73f85b3316
instaloader
/
.gitignore
5 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make instaloader usable as package This commit allows doing `import instaloader` when instaloader is located in a subdirectory "instaloader". This makes it easier to use instaloader e.g. when it is imported using git submodules feature.
2016-08-18 09:58:07 +02:00
__pycache__/
Have setuptools setup.py for serious distribution This is a) cooler and b) a requirement for deploying it on PyPI. It removes need of __all__ shit (which is hard to keep updated), and allows installing instaloader easily as a global module and executable. Additionally it removes __init__.py.
2016-09-18 14:38:58 +02:00
build/
dist/
instaloader.egg-info/
Copy Permalink