Metadata-Version: 2.1
Name: TrackingNet
Version: 0.0.1
Summary: TrackingNet SDK
Home-page: https://github.com/SilvioGiancola/TrackingNet
Author: Silvio Giancola
Author-email: silvio.giancola@kaust.edu.sa
License: MIT
Description: # TrackingNet
        
        This repo is a Github Project Page.
        
        - The website is hosted on the `docs` folder.
        
        - The hugo source code is available on the `hugo` folder.
        
        - The pip source code is available on the `TrackingNet` folder.
        
        ## Website
        
        ### Test
        
        Modify the hugo source files and use `./hugo_mac server`  on the hugo folder to see the updates locally on `http://localhost:1313/TrackingNet/`
        
        ### Deploy
        
        A bash script automatize the website deployement on mac `./deploy_mac.sh`
        
        - Generate the new website in the `docs\` folder using `./hugo_mac`.
        
        - Create the CNAME for `tracking-net.org`
        
        - Push your modification on Github:
        
        `git pull`
        
        `git add .`
        
        `git commit -am "commit message"`
        
        `git push`
        
        ## pip package
        
        conda create -n TrackingNet python pip
        pip install TrackingNet
        
        pip install twine
        
        
        
Keywords: TrackingNet,SDK,Tracking,Video
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
