Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

cookiecutter.json 478 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. {
  2. "project_name": "project_name",
  3. "repo_name": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
  4. "author_name": "Your name (or your organization/company/team)",
  5. "description": "A short description of the project.",
  6. "open_source_license": ["MIT", "BSD-3-Clause", "No license file"],
  7. "s3_bucket": "[OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')",
  8. "aws_profile": "default",
  9. "python_interpreter": ["python3", "python"]
  10. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...