Metadata-Version: 1.1
Name: pyOneFichierClient
Version: 1.0.2a
Summary: The coolest (and probably only for now) API on PyPI for 1ficher API access
Home-page: https://github.com/spookyahell/pyOneFichierClient
Author: That Dude You Don't Want In Your Home
Author-email: vidner123@gmail.com
License: MIT
Download-URL: https://codeload.github.com/spookyahell/pyOneFichierClient/tar.gz/master
Description: pyOneFichierClient
        ====================
        
        This is a library designed for easy interaction with the `1fichier API`_
        
        .. _1fichier API: https://1fichier.com/api.html
        
        Usage
        -------
        
        If you're interested in how to use it in your own project you can have a look at `test_cli.py`_
        which also functions as a nice executable module...
        
        .. _test_cli.py: https://github.com/spookyahell/pyOneFichierClient/blob/master/pyOneFichierClient/test_cli.py
        
        Oh cool! You found us on the Python Package Index (PyPI)! Loving this!  
        To install with pip: 
        
            pip install pyOneFichierClient
        	
        Spread the word! On Twitter and all the other shitty places on this thing we like calling internet.
        
        Just need to be in the parent dir of the entire project and run :code:`python -m pyOneFichierClient` and the interactive client will launch...
        
        If you want to know what you can already do with this version of the API, you can also check out `API Endpoints in TODO.md`_
        
        .. _API Endpoints in TODO.md: https://github.com/spookyahell/pyOneFichierClient/blob/master/TODO.md#api-endpoints
        
        Recomendation
        -----------------
        Do not update on Friday - Sunday because that are times when I am mainly working on this...  
        if you do beware there can be (not that it's planned) so called forced updates which could screw up your updating...  
        I will try to leave a message in the README (right here) whenever I do not plan on working on the API and it's okay to update it...
        
        Until Wednesday, January 3rd 2019 it's definetly NOT okay to update it because it will be updated quite a few times until then... after.. probably not so much for a while...
        
Keywords: 1FICHIER,API,CLIENT,FILEHOST
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
