Skip to content

naik-ai/initial-repo

Repository files navigation

Document

Using this file, there few todo to convert this utility to repo.

structure

├── Dockerfile
├── README.md
├── config
│   └── paths.env
├── data
├── docker-compose.yml
├── flow.md
├── pyproject.toml
├── requirements.txt
├── setup.py
└── src
    ├── __init__.py
    ├── main.py
    ├── pipelines
    │   ├── __init__.py
    │   ├── my_log_conf.py
    │   └── utilities.py
    └── test

TODO

  • uncomment gitignore
  • Add info to poetry toml file
  • Add info to setup.py file
  • Add env variables
  • check utility file
  • create docker files
  • Add a make file
  • Add github actions
  • Add gcp shell script to make

About

This is a skeleton repo that can be used for most python projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published