First (way too late) commit
Dumping my fever dream coding session into source control finally.
This commit is contained in:
14
docs/CHANGELOG.md
Normal file
14
docs/CHANGELOG.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased] - not-yet-out
|
||||
|
||||
### Added
|
||||
|
||||
- [dev] Test for "--version" in CLI
|
||||
- This CHANGELOG file to hopefully serve as an evolving example of a
|
||||
standardized open source project CHANGELOG.
|
||||
65
docs/README.md
Normal file
65
docs/README.md
Normal file
@@ -0,0 +1,65 @@
|
||||
# DF Tools
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://docs.python.org/3.12/)
|
||||
[](https://github.com/astral-sh/uv)
|
||||
|
||||
This boiler plate hasn't been changed.
|
||||
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Description](#description)
|
||||
- [Features](#features)
|
||||
- [Installation](#installation)
|
||||
- [Configure](#configure)
|
||||
- [Running](#running)
|
||||
- [Development Environment](#development-environment)
|
||||
- [Disclosure](#disclosure)
|
||||
- [License](#license)
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
This is where a longer description should be.
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
* TODO
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
> [!WARNING]
|
||||
> Don't install it yet. Its not ready for production use.
|
||||
|
||||
TODO: Place instructions for how to install.
|
||||
|
||||
|
||||
## Configure
|
||||
|
||||
> [!NOTE]
|
||||
> Currently nothing to configure
|
||||
|
||||
TODO: Place instructions for how to configure.
|
||||
|
||||
|
||||
## Running
|
||||
|
||||
TODO: Place instructions for how to run.
|
||||
|
||||
|
||||
## Development Environment
|
||||
|
||||
[](https://docs.pytest.org/en/stable/)
|
||||
[](https://github.com/python/mypy)
|
||||
[](https://github.com/astral-sh/ruff)
|
||||
|
||||
|
||||
## Disclosure
|
||||
|
||||
|
||||
## License
|
||||
|
||||
`DF Tools` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
||||
Reference in New Issue
Block a user