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
- Host: GitHub
- URL: https://github.com/saimoulibandari/transfigure.server
- Owner: SaimouliBandari
- License: mit
- Created: 2024-11-01T11:23:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T16:32:50.000Z (7 months ago)
- Last Synced: 2025-02-09T11:41:37.593Z (4 months ago)
- Topics: lambda, pandas, parser, python-lambda, python3
- Language: Python
- Homepage:
- Size: 710 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.