Metadata-Version: 2.1
Name: cage_api
Version: 2.10.0
Summary: Cage system API for remote file access
Home-page: https://github.com/Arselon/Cage
Author: Arslan Aliev
Author-email: arslanaliev@yahoo.com
Maintainer: Arslan Aliev
Maintainer-email: arslanaliev@yahoo.com
License: Apache
Description: 
        ## Cage - remote file access system
        
        Remote file access on computers with installed Cageserver software. 
        
        Cage system supports all major file operations (create, open, delete, read, write etc.) 
        by exchanging transactions via TCP and includes two main parts:
        
          1. **Cageserver** \- a server-side program (Python functions with the main program), 
          which runs on computers on the network whose files require remote access;
        
          2. Class **Cage** (in Python package **cage_api**), whose methods provide remote file operations in applications.
          
        This package includes only Part 2: Cage API, that is used on the client side (in applications). 
        
        Full description: https://github.com/Arselon/Cage
        
        #### Copyright 2018-2021 Arslan S. Aliev http://www.arslan-aliev.com
        
        Licensed under the Apache License, Version 2.0 (the "License"); 
        you may not use this software except in compliance with the License. 
        You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
        Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an 
        "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
        See the License for the specific language governing permissions and limitations under the License.
        
        
            
Keywords: Cage,remote file access
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
