Metadata-Version: 2.1
Name: skoy
Version: 0.0.1
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: Bruno Gomes
Author-email: bgomes@youongroup.com
License: Apache License 2.0
Description: # Example Package
        
        This is a simple example package. You can use
        [Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
        to write your content.
        
        
        seq -f "Line %05g" 10000 > sample.txt
        curl -F "file=@sample.txt" -F "resumable=2" http://httpbin.org/post
        curl -F "file=@sample.txt" -F "resumable=2" https://hookb.in/r1L3ZdxyzLcQnP1o2lqb
        curl -X POST -H "Content-Type: application/json" -d '{"name": "John"}' https://hookb.in/r1L3ZdxyzLcQnP1o2lqb
        curl --trace trace.txt -F "file=@sample.txt" -F "resumable=2" http://httpbin.org/post
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
