Metadata-Version: 2.1
Name: ndexr_reddit
Version: 0.0.2
Summary: A simple package for gathering Reddit data
Home-page: http://github.com/fdrennan/ndexr_reddit
Author: Freddy Drennan
Author-email: drennanfreddy@gmail.com
License: UNKNOWN
Description: # Installation
        
        ```
        sudo python setup.py install
        ```
        
        ```
        python3 -m pip install --upgrade setuptools wheel
        ```
        
        ```
        sudo python3 setup.py sdist bdist_wheel
        ```
        
        ```
        python3 -m pip install --upgrade twine
        ```
        
        ```
        twine upload --repository-url https://test.pypi.org/legacy/ dist/*
        ```
        ```
        pip install ndexr_numdata
        ```
        
        ```
        python3 -m twine upload dist/*
        ```
        
        # Usage
        
        Initialization is not required for using methods in ndexr_numdata
        ```
        from ndexr_numdata import calculate
        calculate.calculate_cube(3)
        ```
        
Keywords: package numbers calculations
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
