Metadata-Version: 2.1
Name: thorne
Version: 0.0.1
Summary: Thorne for Python
Home-page: https://github.com/ofsho/Thorne
Author: Cis International
Author-email: ofekbendavid9@gmail.com
License: UNKNOWN
Description: # Thorne Library for python #
        
        This is the Thorne library for python made by the thorne team
        in Cis.
        
        [Documentation](./docs/lib.md)
        
        ## File Structure ##
        
        ```none
        ├── README.MD                                       - README
        ├── docs                                            * DOCUMENTATION FOLDER
        │   └── Lib.md                                          - MAIN DOCUMENTATION FILE
        ├── lib                                             * SOURCE FOLDER
        │   ├── __init__.py                                     - MAIN LIBRARY SOURCE FILE
        │   └── __pycache__                                     * PYC FOLDER
        │       └── __init__.cpython-38.pyc                         - PYC OF __init__.py
        ├── tasks                                           * TODO FOLDER
        │   ├── done.list                                       - FINISHED TASKS
        │   └── todo.list                                       - TODOS
        └── test.py                                         - TEST
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
