Metadata-Version: 1.1
Name: rockstar
Version: 0.2
Summary: Makes you a Rockstar programmer in 2 minutes
Home-page: https://github.com/avinassh/rockstar/
Author: Avinash Sajjanshetty
Author-email: hi@avi.im
License: MIT
Description: Rockstar
        ========
        
        Rockstar is one amazing library, which will make you a Rockstar
        Programmer in just 2 minutes. In last decade, people learned `C++ in 21
        days <http://www.amazon.com/dp/B0028CK0GW>`__. But these days, it has
        come down to just `10 minutes <http://www.amazon.com/dp/0672324253>`__.
        But, I wanted to do better.
        
        This repo will not only teach you Complete C++ in just 2 minutes, also
        makes Open Source Contributions. You see, Open Source contributions are
        very important these days, especially if you can get those boxes filled
        with green on your Github profile. As an efficient programmer, I believe
        in killing two birds in just one shot.
        
        Run ``Rockstar``, be a Rockstar, show off your Github profile to
        everyone and bag those $200K programmer jobs. Once you become a
        Rockstar, every recruiter will want to hire you and there is no turning
        back.
        
        Installation
        ============
        
        ::
        
            pip install rockstar
        
        Usage
        =====
        
        Time is very important. Do not waste time reading large manuals or
        `listen to people who tell you how to learn
        C++ <http://norvig.com/21-days.html>`__, run these couple of lines
        instead:
        
        ::
        
            from RockStar import RockStar
        
            rock_it_bro = RockStar(days=300)
            rock_it_bro.make_me_a_rockstar()
        
        Above script will create a git repository in the current directory.
        After that, create a repo on Github and push the local repo. That's all!
        
        ``days`` specify number of boxes you want to fill with green. Default
        value is 400. Remember, more commits, more green, more Rockstar you are!
        
        Testimonials
        ============
        
        This is how your profile looks:
        
        .. figure:: images/greensgreensgreens.png
           :alt: greens
        
           greens
        
        Such glorious, much wow!
        
        Many people have received jobs from the big 4 after becoming a Rockstar,
        using ``Rockstar``
        
        .. figure:: images/google.png
           :alt: google
        
           google
        
        Feel free to send a PR and add your name.
        
        Todo
        ====
        
        -  Polyglot Rockstar
        
        License
        =======
        
        The mighty MIT license. Please check ``LICENSE`` for more details.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
