Metadata-Version: 2.1
Name: onions
Version: 1.0.0
Summary: useless module
Home-page: UNKNOWN
Author: HYKANTUS
Author-email: hykantus@gmail.com
License: UNKNOWN
Project-URL: Personal Website, http://hykantus.tk/
Description: # onion
        Onions have layers
        
        ## Go through all the layers of an onion
        find each onion layer
        ```python
        import onions
        onions.have_layers.a.b.c.d ... here_it_is()
        ```
        see what's there at the end...
        
        ### If you're a CHEATER
        ```python
        import onions
        onions.have_layers.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.congratulations.you.just.wasted.your.time.but.heres.a_message.for_you.here_it_is()
        ```
        
        ## credits for this useless module
        [HYKANTUS](http://hykantus.tk/)
        
Keywords: useless
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
