An open API service indexing awesome lists of open source software.

https://github.com/saimoulibandari/transfigure.server

This server is responsible for converting excel to other formats
https://github.com/saimoulibandari/transfigure.server

lambda pandas parser python-lambda python3

Last synced: 3 months ago
JSON representation

This server is responsible for converting excel to other formats

Awesome Lists containing this project

README

        

# python-transfigure-server

### Commands

1. pip3 install -t dependencies -r requirements.txt
2. (cd dependencies; zip ../{name of ur application}.zip -r .)
3. zip {name of ur application}.zip -u main.py
4. zip {name of ur application}.zip -u src/**/**

### Generating requirements.txt file from existing packages.
1. pip freeze > requirements.txt

### Removal of exiting dependencies
1. pip freeze | xargs pip uninstall -y // to remove existing packages.