lambda-project-creator project
Project description
lambda-project-creator
===============
Easily and quickly command line utility creating Lambda Project for lambda-uploader(https://pypi.python.org/pypi/lambda-uploader).
Installation
~~~~~~~~~~~~
The latest release of lambda-project-creator can be installed via pip:
::
pip install lambda-project-creator
An alternative install method would be manually installing it leveraging
``setup.py``:
::
git clone https://github.com/cloudfish7/lambda-project-creator
cd lambda-project-creator
python setup.py install
Command Line Usage
~~~~~~~~~~~~~~~~~~
To create Lambda Project simply, run following command
.. code:: shell
lambda-project-creator -p sampleprj
Get created following file and directory. Also get installed lambda-uploader.
.. code:: shell
sampleprj
├── .venv_sampleprj
├── lambda.json
├── requirement.txt
└── lambda.py
===============
Easily and quickly command line utility creating Lambda Project for lambda-uploader(https://pypi.python.org/pypi/lambda-uploader).
Installation
~~~~~~~~~~~~
The latest release of lambda-project-creator can be installed via pip:
::
pip install lambda-project-creator
An alternative install method would be manually installing it leveraging
``setup.py``:
::
git clone https://github.com/cloudfish7/lambda-project-creator
cd lambda-project-creator
python setup.py install
Command Line Usage
~~~~~~~~~~~~~~~~~~
To create Lambda Project simply, run following command
.. code:: shell
lambda-project-creator -p sampleprj
Get created following file and directory. Also get installed lambda-uploader.
.. code:: shell
sampleprj
├── .venv_sampleprj
├── lambda.json
├── requirement.txt
└── lambda.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lambda-project-creator-0.0.7.tar.gz.
File metadata
- Download URL: lambda-project-creator-0.0.7.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
514c9d0dd8e778ceff24910746edd33532aa941cd240b9161816b5ba4036a0b5
|
|
| MD5 |
484a4ddf5fdada2ecc60eddb8f6088a9
|
|
| BLAKE2b-256 |
6cbaa565de99059661faed725959668895a5d040cdfb7383c0dee21ee4614a93
|