basic setups to use ast
Project description
Python Package Setup
Setup Base
To install required pip modules for generate_toml.py
, run
source scripts/setup_base.sh
User Setup
- go to
generate_toml.py
file, and complete the setup in theUser Setup
session.
options = Options(
# Will you use the discussion session in your repo?
discussion=False
)
# Define the general information of your package
kwargs = Kwargs(
name_space="None",
module_name="None",
description="None",
)
If you wrote all the information, run
python generate_toml.py
Template
If you want to understand the generation process, check the template
variable in generate_toml.py
.
Setup Env
Prerequisite
Finish User Setup first. Of course, conda command must be available.
Setup Env
Run
source scripts/setup_env.sh
steps
- create an conda environment named as your $MODULE_NAME
- activate the environment.
- install requirements.txt
Workflows
Not documented yet.
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
Built Distribution
Close
Hashes for crimson_ast_dev_tool-0.2.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 692c584190a64ee8611b2b1372daa14a427ae7fb8e981a03a80260f2ed0d3491 |
|
MD5 | 3119f218abbf6938749f843c6660182c |
|
BLAKE2b-256 | f888382d2675cf235a460ced0593551699f4739720281bfdcadaeb09075ef82d |
Close
Hashes for crimson_ast_dev_tool-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c90813e296d6ff6524d2d5e589582181a469b4968b51bc7d7888843deb8e1716 |
|
MD5 | 2d36ce3c6bcbc42f5ebab88c58b13823 |
|
BLAKE2b-256 | 5ec096751da29ef079b0c15b5ee58278f67d2df9382687adc74afc6ac2791451 |