Metadata-Version: 1.2
Name: muchspace
Version: 0.1.6
Summary: A CLI utility in python3 to calulate total disk space required for media links
Home-page: https://github.com/Hitoshirenu/muchspace
Author: abhiigatty
Author-email: abhiigatty@gmail.com
Maintainer: abhiigatty
Maintainer-email: abhiigatty@gmail.com
License: MIT
Download-URL: https://github.com/Hitoshirenu/muchspace/archive/0.1.tar.gz
Description: makespace
        =========
        
        makespace is python tool to calculate the space required to download
        media links in a file.
        
        **makespace** uses `Google’s Fire module`_ to make the command line
        interface. Refer their docs for more info.
        
        Modules
        =======
        
        makespace uses a number of open source python modules:
        
        -  `Requests`_ - Requests is the only Non-GMO HTTP library for Python, safe for human consumption.
        
        Install
        =======
        
        ::
        
           $ pip install muchspace
        
        Usage
        =====
        
        ::
        
           $ muchspace getfilefrom <FILE PATH>
        
        
        Development
        ===========
        
        Want to contribute? Great! To contribute to the project, Please take up
        the tasks specified in the issues. Add a comment in the issues if you
        are taking up one. check out CONTRIBUTING.rst for more details.
        
        
        Todos
        =====
        
        -  .. rubric:: Better working with async mode
              :name: better-working-with-async-mode
        
        License
        =======
        MIT
        
        **Free Software ❤️️, Hell Yeah!🍺**
        
        .. _Google’s Fire module: https://github.com/google/python-fire
        .. _Requests: http://docs.python-requests.org/en/master/
        .. _here: https://help.github.com/articles/configuring-a-remote-for-a-fork/
        
        
        
        =======
        History
        =======
        
        0.1.3 (09-06-2018)
        ------------------
        
        * First release on PyPI.
Keywords: band width,disk-space,analyzer,cli,python3
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Win32 (MS Windows)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
